DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on AR_BATCHES_ALL

Line 4312: from ar_batches_all

4308: if l_org_id is null then
4309:
4310: BEGIN
4311: select org_id into l_org_id
4312: from ar_batches_all
4313: where batch_id = p_batch_id;
4314: EXCEPTION
4315: when others then
4316: arp_util.debug('Submit Report ...OTHERS');

Line 4862: from ar_batches_all

4858: if l_org_id is null then
4859:
4860: BEGIN
4861: select org_id into l_org_id
4862: from ar_batches_all
4863: where batch_id = p_batch_id;
4864: EXCEPTION
4865: when others then
4866: arp_util.debug('Submit Format ...OTHERS');