DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on XLA_TRANSACTION_ENTITIES

Line 479: From xla_transaction_entities ent,

475: ELSIF p_journal_rec.source = 'Payables' Then
476: Begin
477: Select distinct ent.entity_code
478: Into l_entity_code
479: From xla_transaction_entities ent,
480: xla_ae_headers aeh,
481: xla_ae_lines ael,
482: gl_import_references imr
483: Where ent.application_id = 200

Line 697: xla_transaction_entities ent,

693: D.invoice_distribution_id TRX_DIST_ID,
694: aeh.upg_batch_id UPG_BATCH_ID
695: FROM
696: ap_invoices_all I,
697: xla_transaction_entities ent,
698: xla_ae_headers AEH,
699: xla_ae_lines AEL,
700: ap_invoice_distributions_all D,
701: xla_distribution_links LNK,

Line 762: xla_transaction_entities ent,

758: NULL TRX_DIST_ID,
759: aeh.upg_batch_id UPG_BATCH_ID
760: FROM
761: ap_checks_all C,
762: xla_transaction_entities ent,
763: xla_ae_headers AEH,
764: xla_ae_lines AEL,
765: ap_payment_history_all D, -- bug 8673098
766: gl_import_references R

Line 819: xla_transaction_entities ent,

815: D.invoice_distribution_id TRX_DIST_ID,
816: aeh.upg_batch_id UPG_BATCH_ID
817: FROM
818: ap_invoices_all I,
819: xla_transaction_entities ent,
820: xla_ae_headers AEH,
821: xla_ae_lines AEL,
822: ap_prepay_app_dists D,
823: xla_distribution_links LNK,

Line 886: xla_transaction_entities ent,

882: aeh.upg_batch_id UPG_BATCH_ID
883:
884: FROM
885: ap_invoices_all I,
886: xla_transaction_entities ent,
887: xla_ae_headers AEH,
888: xla_ae_lines AEL,
889: gl_import_references R
890: WHERE

Line 1941: FROM xla_transaction_entities ent,

1937: ent.transaction_number,
1938: ent.entity_code,
1939: ael.party_id,
1940: et.event_class_code
1941: FROM xla_transaction_entities ent,
1942: xla_ae_headers AEH,
1943: xla_ae_lines AEL,
1944: gl_import_references R,
1945: xla_event_types_b et

Line 3005: -- Bug 9078068, to access all sources data from xla_transaction_entities.

3001: BEGIN
3002: FND_FILE.PUT_LINE(FND_FILE.log,'Create_Trx_Balance: Start');
3003: FND_FILE.PUT_LINE(FND_FILE.log,'Ledger ID: '||p_sobid);
3004:
3005: -- Bug 9078068, to access all sources data from xla_transaction_entities.
3006:
3007: xla_security_pkg.set_security_context(602);
3008:
3009:

Line 3165: FROM xla_transaction_entities ent,

3161: -- Bug 16030118 Start
3162: Declare
3163: Cursor C_Upg_Batch_ID Is
3164: Select aeh.upg_batch_id upg_batch_id
3165: FROM xla_transaction_entities ent,
3166: xla_ae_headers AEH,
3167: xla_ae_lines AEL,
3168: gl_import_references R
3169: WHERE ent.application_id = 222