DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on AR_CASH_RECEIPTS

Line 686: SELECT cash_receipt_id from ar_cash_receipts

682: l_ae_event_rec ae_event_rec_type ;
683: l_ae_doc_rec ae_doc_rec_type;
684:
685: CURSOR get_receipt_info(p_request_id IN number) IS
686: SELECT cash_receipt_id from ar_cash_receipts
687: where request_id = p_request_id;
688:
689: CURSOR get_app_info(p_cash_receipt_id IN NUMBER) IS
690: SELECT receivable_application_id,