Skip to content

Instantly share code, notes, and snippets.

View baconrpatrick's full-sized avatar

Patrick Bacon baconrpatrick

  • Milwaukee
View GitHub Profile
@baconrpatrick
baconrpatrick / gist:df23ba95a94c06af6dcc347e66cbdd68
Created July 1, 2016 21:30
Oracle Applications - SQL Developer Report - DBA - Get Edition Based Objects
<?xml version="1.0" encoding="UTF-8" ?>
<displays>
<display id="04eedfd8-0155-1000-8001-0a019623a7fb" type="" style="Table" enable="true">
<name><![CDATA[GET_EDITION_BASED_REVISION_OBJECTS]]></name>
<description><![CDATA[Simple query to look at objects associated with editioning]]></description>
<tooltip><![CDATA[]]></tooltip>
<drillclass><![CDATA[null]]></drillclass>
<CustomValues>
<TYPE>horizontal</TYPE>
</CustomValues>
@baconrpatrick
baconrpatrick / gist:fd49e0a66fd4f93231ecc0a3a19bbaf1
Created July 1, 2016 20:27
Oracle Applications - SQL Developer Report - AR - Get customer master from party name for Oracle Applications
<?xml version="1.0" encoding="UTF-8" ?>
<displays>
<display id="906666c0-014c-1000-8001-0a0a19141086" type="" style="Table" enable="true">
<name><![CDATA[GET_CUSTOMER_INFO]]></name>
<description><![CDATA[Simple query to find customer information quickly in SQL Develoer]]></description>
<tooltip><![CDATA[]]></tooltip>
<drillclass><![CDATA[null]]></drillclass>
<CustomValues>
<TYPE>horizontal</TYPE>
</CustomValues>
@baconrpatrick
baconrpatrick / gist:d43f5eff18bbf941babf9adeff16b09d
Last active July 1, 2016 20:28
Oracle Applications - SQL Developer Report - APPLSYS - Get DFFs for an Oracle Application
<?xml version="1.0" encoding="UTF-8" ?>
<displays>
<display id="a35c3c5e-0155-1000-8002-0a0a1932933b" type="" style="Table" enable="true">
<name><![CDATA[GET_DFFs_FOR_ORACLE_APPLICATION]]></name>
<description><![CDATA[This has binds on oracle app shortname and dff name]]></description>
<tooltip><![CDATA[]]></tooltip>
<drillclass><![CDATA[null]]></drillclass>
<CustomValues>
<TYPE>horizontal</TYPE>
</CustomValues>