DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on RA_CUSTOMER_TRX

Line 536: RA_CUSTOMER_TRX trx

532: CURSOR get_cm_info (p_request_id IN number) IS
533: select rec.customer_trx_id customer_trx_id,
534: rec.receivable_application_id rec_app_id
535: from AR_RECEIVABLE_APPLICATIONS rec,
536: RA_CUSTOMER_TRX trx
537: where trx.customer_trx_id = rec.customer_trx_id
538: and trx.request_id = p_request_id;
539:
540: CURSOR get_adj_info (p_request_id IN number) IS