DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER dependencies on AR_MO_CACHE_UTILS

Line 365: ar_mo_cache_utils.set_org_context_in_api(l_org_id, x_return_status);

361: INTO l_org_id
362: FROM ar_cash_receipts_all t
363: WHERE t.cash_receipt_id = p_cash_receipt_id;
364:
365: ar_mo_cache_utils.set_org_context_in_api(l_org_id, x_return_status);
366: END IF;
367: EXCEPTION
368: WHEN OTHERS THEN
369: arp_standard.debug('Unable to drive the org id for cash_receipt_id:' ||

Line 838: ar_mo_cache_utils.set_org_context_in_api(l_org_id, x_return_status);

834: INTO l_org_id
835: FROM ar_cash_receipts_all t
836: WHERE t.cash_receipt_id = p_cash_receipt_id;
837:
838: ar_mo_cache_utils.set_org_context_in_api(l_org_id, x_return_status);
839: END IF;
840: EXCEPTION
841: WHEN OTHERS THEN
842: arp_standard.debug('Unable to drive the org id for cash_receipt_id:' ||