DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on XLA_DISTRIBUTION_LINKS

Line 597: xla_distribution_links LNK,

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
600: ent.application_id = 200
601: and ent.application_id =aeh.application_id

Line 648: xla_distribution_links LNK,

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
651: ent.application_id = 200
652: and (ent.ledger_id = g_parameter_rec.set_of_books_id

Line 698: xla_distribution_links LNK,

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
701: ent.application_id = 200
702: and ent.application_id =aeh.application_id

Line 1187: xla_distribution_links LNK, --bug 7169346

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
1191: ent.application_id = 222