DBA Data[Home] [Help]

APPS.AR_AUTOREM_API dependencies on AR_AUTOREM_API

Line 1: PACKAGE BODY AR_AUTOREM_API AS

1: PACKAGE BODY AR_AUTOREM_API AS
2: /* $Header: ARATREMB.pls 120.82.12020000.13 2013/01/15 22:38:51 rravikir ship $ */
3:
4: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
5: PG_PARALLEL varchar2(1) := NVL(FND_PROFILE.value('AR_USE_PARALLEL_HINT'), 'N');

Line 5615: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');

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');
5616: l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
5617: end;
5618:
5619: end if;

Line 5689: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');

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');
5690: l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
5691: end;
5692: end if;
5693: --End of Bug fix 5519913

Line 6187: END AR_AUTOREM_API;

6183: END IF;
6184:
6185: END rec_reset;
6186:
6187: END AR_AUTOREM_API;