DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on AR_ADJUSTMENTS_ALL

Line 3369: from ar_adjustments_all adj

3365: -- xla team instructions (noela, ayse)
3366: cursor C_ERS_LOAN_CLEARING(p_loan_id number) is
3367: select sum(ael.entered_dr)
3368: ,ael.code_combination_id
3369: from ar_adjustments_all adj
3370: ,xla_transaction_entities ent
3371: ,xla_ae_headers aeh
3372: ,xla_ae_lines ael
3373: where ent.application_id = 222