DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on RA_CUSTOMER_TRX_ALL

Line 3334: from ra_customer_trx_all inv

3330: -- xla team instructions (noela, ayse)
3331: cursor C_ERS_LOAN_RECEIVABLE(p_loan_id number) is
3332: select sum(ael.entered_dr)
3333: ,ael.code_combination_id
3334: from ra_customer_trx_all inv
3335: ,xla_transaction_entities ent
3336: ,xla_ae_headers aeh
3337: ,xla_ae_lines ael
3338: where ent.application_id = 222