DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_DISTRIBUTION_LINKS

Line 280: ,xla_distribution_links xll

276: cursor c_event (p_loan_id number) is
277: select xle.event_id, xll.source_distribution_id_num_1, ledger_id
278: from xla_transaction_entities xlee
279: ,xla_events xle
280: ,xla_distribution_links xll
281: where xle.application_id = 206
282: and xle.entity_id = xlee.entity_id
283: and xlee.source_id_int_1 = p_loan_id
284: and xle.budgetary_control_flag = 'Y'