DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on AR_BATCHES_ALL

Line 2262: from ar_batches_all

2258:
2259: if l_org_id is null then
2260: BEGIN
2261: select org_id into l_org_id
2262: from ar_batches_all
2263: where batch_id = p_batch_id;
2264: EXCEPTION
2265: when others then
2266: arp_debug.debug('Submit Report ...OTHERS');

Line 2736: from ar_batches_all

2732: IF l_org_id IS NULL THEN
2733: BEGIN
2734: select org_id
2735: into l_org_id
2736: from ar_batches_all
2737: where batch_id = p_batch_id;
2738: EXCEPTION
2739: WHEN OTHERS THEN
2740: arp_debug.debug('Submit Format ...OTHERS');