DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on AR_BATCHES_ALL

Line 5611: from ar_batches_all

5607: if l_org_id is null then
5608:
5609: BEGIN
5610: select org_id into l_org_id
5611: from ar_batches_all
5612: where batch_id = p_batch_id;
5613: EXCEPTION
5614: when others then
5615: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');

Line 5685: from ar_batches_all

5681: if l_org_id is null then
5682: BEGIN
5683:
5684: select org_id into l_org_id
5685: from ar_batches_all
5686: where batch_id = p_batch_id;
5687: EXCEPTION
5688: when others then
5689: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');