DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on AR_BATCHES_ALL

Line 5328: from ar_batches_all

5324: if l_org_id is null then
5325:
5326: BEGIN
5327: select org_id into l_org_id
5328: from ar_batches_all
5329: where batch_id = p_batch_id;
5330: EXCEPTION
5331: when others then
5332: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');

Line 5391: from ar_batches_all

5387: if l_org_id is null then
5388: BEGIN
5389:
5390: select org_id into l_org_id
5391: from ar_batches_all
5392: where batch_id = p_batch_id;
5393: EXCEPTION
5394: when others then
5395: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');