DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on XLA_AE_LINES

Line 595: xla_ae_lines AEL,

591: FROM
592: ap_invoices_all I,
593: xla_transaction_entities ent,
594: xla_ae_headers AEH,
595: xla_ae_lines AEL,
596: ap_invoice_distributions_all D,
597: xla_distribution_links LNK,
598: gl_import_references R
599: WHERE

Line 646: xla_ae_lines AEL,

642: FROM
643: ap_checks_all C,
644: xla_transaction_entities ent,
645: xla_ae_headers AEH,
646: xla_ae_lines AEL,
647: ap_payment_hist_dists D, -- bug 6956097
648: xla_distribution_links LNK,
649: gl_import_references R
650: WHERE

Line 696: xla_ae_lines AEL,

692: FROM
693: ap_invoices_all I,
694: xla_transaction_entities ent,
695: xla_ae_headers AEH,
696: xla_ae_lines AEL,
697: ap_prepay_app_dists D,
698: xla_distribution_links LNK,
699: gl_import_references R
700: WHERE

Line 1186: xla_ae_lines AEL,

1182: ael.party_id,
1183: et.event_class_code
1184: FROM xla_transaction_entities ent,
1185: xla_ae_headers AEH,
1186: xla_ae_lines AEL,
1187: xla_distribution_links LNK, --bug 7169346
1188: gl_import_references R,
1189: xla_event_types_b et
1190: WHERE