DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_INS_COVER dependencies on ARP_UTIL

Line 121: arp_util.debug('arp_process_credit_cover.insert_header_cover()+');

117:
118: BEGIN
119:
120: IF PG_DEBUG in ('Y', 'C') THEN
121: arp_util.debug('arp_process_credit_cover.insert_header_cover()+');
122: END IF;
123:
124: --
125: -- populate the record with the values passed

Line 253: arp_util.debug('arp_process_credit_cover.insert_header_cover()-');

249:
250: p_customer_trx_id := l_customer_trx_id;
251:
252: IF PG_DEBUG in ('Y', 'C') THEN
253: arp_util.debug('arp_process_credit_cover.insert_header_cover()-');
254: END IF;
255:
256: EXCEPTION
257:

Line 260: arp_util.debug('EXCEPTION : arp_process_credit_cover.insert_header_cover');

256: EXCEPTION
257:
258: WHEN OTHERS THEN
259: IF PG_DEBUG in ('Y', 'C') THEN
260: arp_util.debug('EXCEPTION : arp_process_credit_cover.insert_header_cover');
261: END IF;
262:
263: RAISE;
264: END insert_header_cover;