DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 6079: from AR_MISC_CASH_DISTRIBUTIONS_ALL mcd, ar_cash_receipt_history_all rh

6075: arp_util.debug('Check if the receipts MCD exists with out eventids');
6076: end if;
6077:
6078: select count(*) into l_exist_flag
6079: from AR_MISC_CASH_DISTRIBUTIONS_ALL mcd, ar_cash_receipt_history_all rh
6080: where rh.cash_receipt_id = l_cash_receipt_id
6081: and mcd.cash_receipt_id = rh.cash_receipt_id
6082: and mcd.cash_receipt_history_id = rh.cash_receipt_history_id
6083: and mcd.request_id = arp_global.request_id