DBA Data[Home] [Help]

APPS.GL_WEB_PLSQL_CARTRIDGE dependencies on GL_LEDGERS

Line 67: gl_ledgers to_ledger,

63: '\nChart of Accounts: ',
64: from_ledger.chart_of_accounts_id,
65: cs2.consolidation_set_id, cs2.name
66: FROM
67: gl_ledgers to_ledger,
68: gl_ledgers from_ledger,
69: gl_cons_set_assignments csa,
70: gl_consolidation_sets cs1,
71: gl_consolidation_sets cs2,

Line 68: gl_ledgers from_ledger,

64: from_ledger.chart_of_accounts_id,
65: cs2.consolidation_set_id, cs2.name
66: FROM
67: gl_ledgers to_ledger,
68: gl_ledgers from_ledger,
69: gl_cons_set_assignments csa,
70: gl_consolidation_sets cs1,
71: gl_consolidation_sets cs2,
72: gl_consolidation c

Line 96: gl_ledgers to_ledger,

92: '\nChart of Accounts: ',
93: from_ledger.chart_of_accounts_id,
94: cs2.consolidation_set_id, cs2.name, c.name
95: FROM
96: gl_ledgers to_ledger,
97: gl_ledgers from_ledger,
98: gl_consolidation c,
99: gl_cons_set_assignments csa,
100: gl_consolidation_sets cs1,

Line 97: gl_ledgers from_ledger,

93: from_ledger.chart_of_accounts_id,
94: cs2.consolidation_set_id, cs2.name, c.name
95: FROM
96: gl_ledgers to_ledger,
97: gl_ledgers from_ledger,
98: gl_consolidation c,
99: gl_cons_set_assignments csa,
100: gl_consolidation_sets cs1,
101: gl_consolidation_sets cs2

Line 323: 'FROM gl_ledgers to_ledger, ' ||

319: '''\nCalendar: ''' || '|| from_ledger.period_set_name || ' ||
320: '''\nChart of Accounts: ''' || ', ' ||
321: 'from_ledger.chart_of_accounts_id, ' ||
322: 'cs2.consolidation_set_id, cs2.name ' ||
323: 'FROM gl_ledgers to_ledger, ' ||
324: 'gl_ledgers from_ledger, ' ||
325: 'gl_consolidation c, ' ||
326: 'gl_cons_set_assignments csa, ' ||
327: 'gl_consolidation_sets cs1, ' ||

Line 324: 'gl_ledgers from_ledger, ' ||

320: '''\nChart of Accounts: ''' || ', ' ||
321: 'from_ledger.chart_of_accounts_id, ' ||
322: 'cs2.consolidation_set_id, cs2.name ' ||
323: 'FROM gl_ledgers to_ledger, ' ||
324: 'gl_ledgers from_ledger, ' ||
325: 'gl_consolidation c, ' ||
326: 'gl_cons_set_assignments csa, ' ||
327: 'gl_consolidation_sets cs1, ' ||
328: 'gl_consolidation_sets cs2 ' ||

Line 352: 'FROM gl_ledgers to_ledger, ' ||

348: '''\nCalendar: ''' || '|| from_ledger.period_set_name || ' ||
349: '''\nChart of Accounts: ''' || ', ' ||
350: 'from_ledger.chart_of_accounts_id, ' ||
351: 'cs2.consolidation_set_id, cs2.name, c.name ' ||
352: 'FROM gl_ledgers to_ledger, ' ||
353: 'gl_ledgers from_ledger, ' ||
354: 'gl_consolidation c, ' ||
355: 'gl_cons_set_assignments csa, ' ||
356: 'gl_consolidation_sets cs1, ' ||

Line 353: 'gl_ledgers from_ledger, ' ||

349: '''\nChart of Accounts: ''' || ', ' ||
350: 'from_ledger.chart_of_accounts_id, ' ||
351: 'cs2.consolidation_set_id, cs2.name, c.name ' ||
352: 'FROM gl_ledgers to_ledger, ' ||
353: 'gl_ledgers from_ledger, ' ||
354: 'gl_consolidation c, ' ||
355: 'gl_cons_set_assignments csa, ' ||
356: 'gl_consolidation_sets cs1, ' ||
357: 'gl_consolidation_sets cs2 ' ||