DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on AR_CASH_RECEIPTS

Line 523: SELECT cash_receipt_id from ar_cash_receipts

519: l_ae_event_rec ae_event_rec_type ;
520: l_ae_doc_rec ae_doc_rec_type;
521:
522: CURSOR get_receipt_info(p_request_id IN number) IS
523: SELECT cash_receipt_id from ar_cash_receipts
524: where request_id = p_request_id;
525:
526: CURSOR get_app_info(p_cash_receipt_id IN NUMBER) IS
527: SELECT receivable_application_id,