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.23.12010000.13 2009/01/26 19:40:06 nemani 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 5332: arp_util.debug('ar_autorem_api.submit Report ...OTHERS');

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');
5333: l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
5334: end;
5335:
5336: end if;

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

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');
5396: l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
5397: end;
5398: end if;
5399: --End of Bug fix 5519913

Line 5757: END AR_AUTOREM_API;

5753: END IF;
5754:
5755: END rec_reset;
5756:
5757: END AR_AUTOREM_API;