DBA Data[Home] [Help]

APPS.JL_BR_SPED_DATA_EXTRACT_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 3253: ,xla_distribution_links xld

3249: ,gl_je_lines jl
3250: ,gl_import_references glimp
3251: ,xla_ae_lines xll
3252: ,xla_ae_headers xlh
3253: ,xla_distribution_links xld
3254: ,gl_code_combinations glcc
3255: WHERE jh.ledger_id = '||g_ledger_id||'
3256: AND jh.je_source in (''Payables'',''Receivables'')
3257: AND jh.je_header_id = jl.je_header_id

Line 5234: XLA_DISTRIBUTION_LINKS xld

5230: , g_last_update_login
5231: FROM gl_import_references glimp,
5232: xla_ae_lines xll,
5233: xla_ae_headers xlh,
5234: XLA_DISTRIBUTION_LINKS xld
5235: WHERE glimp.je_header_id = p_journal_header_id
5236: AND xlh.ledger_id = g_ledger_id
5237: AND xlh.application_id = xll.application_id
5238: AND xll.gl_sl_link_id = glimp.gl_sl_link_id

Line 5306: XLA_DISTRIBUTION_LINKS xld

5302: , g_last_update_login
5303: FROM gl_import_references glimp,
5304: xla_ae_lines xll,
5305: xla_ae_headers xlh,
5306: XLA_DISTRIBUTION_LINKS xld
5307: WHERE glimp.je_header_id = p_journal_header_id
5308: AND xlh.ledger_id = g_ledger_id
5309: AND xlh.application_id = xll.application_id
5310: AND xll.gl_sl_link_id = glimp.gl_sl_link_id

Line 7617: ,xla_distribution_links xld

7613: ,gl_je_lines jl
7614: ,gl_import_references glimp
7615: ,xla_ae_lines xll
7616: ,xla_ae_headers xlh
7617: ,xla_distribution_links xld
7618: WHERE jh.ledger_id = g_ledger_id
7619: AND jh.je_source in ('Payables')
7620: AND jh.je_header_id = jl.je_header_id
7621: AND glimp.je_header_id = jh.je_header_id

Line 7665: ,xla_distribution_links xld

7661: ,gl_je_lines jl
7662: ,gl_import_references glimp
7663: ,xla_ae_lines xll
7664: ,xla_ae_headers xlh
7665: ,xla_distribution_links xld
7666: WHERE jh.ledger_id = g_ledger_id
7667: AND jh.je_source in ('Receivables')
7668: AND jh.je_header_id = jl.je_header_id
7669: AND glimp.je_header_id = jh.je_header_id