DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_DISTRIBUTION_LINKS

Line 316: ,xla_distribution_links xll

312: cursor c_event (c_loan_id number, c_loan_amount_adj_id number) is
313: select xle.event_id, xll.source_distribution_id_num_1, ledger_id
314: from xla_transaction_entities xlee
315: ,xla_events xle
316: ,xla_distribution_links xll
317: where xle.application_id = 206
318: and xle.entity_id = xlee.entity_id
319: and xlee.source_id_int_1 = c_loan_id
320: -- and nvl(xlee.source_id_int_3, -1) = nvl(c_loan_amount_adj_id, -1)