DBA Data[Home] [Help]

APPS.AR_ADD_FETCH_SELECT dependencies on AR_ADD_FETCH_SELECT

Line 1: package body AR_ADD_FETCH_SELECT AS

1: package body AR_ADD_FETCH_SELECT AS
2: /* $Header: ARXRWAFB.pls 120.13 2010/11/18 06:57:31 vpusulur ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: -- Cursors for On Account, Open Transactions and Credit Memo Applications

Line 1397: arp_standard.debug('EXCEPTION: ar_add_fetch_select.on_select');

1393: EXCEPTION
1394: WHEN OTHERS THEN
1395: IF PG_DEBUG in ('Y', 'C') THEN
1396: arp_standard.debug( SQLERRM);
1397: arp_standard.debug('EXCEPTION: ar_add_fetch_select.on_select');
1398: END IF;
1399: RAISE;
1400:
1401: END on_select;

Line 2220: arp_standard.debug('EXCEPTION: ar_add_fetch_select.on_fetch');

2216:
2217: EXCEPTION
2218: WHEN OTHERS THEN
2219: IF PG_DEBUG in ('Y', 'C') THEN
2220: arp_standard.debug('EXCEPTION: ar_add_fetch_select.on_fetch');
2221: END IF;
2222: RAISE;
2223:
2224: END on_fetch;

Line 2226: END ar_add_fetch_select;

2222: RAISE;
2223:
2224: END on_fetch;
2225:
2226: END ar_add_fetch_select;