DBA Data[Home] [Help]

APPS.AR_DEFERRAL_REASONS_GRP dependencies on AR_DEFERRAL_REASONS_GRP

Line 1: PACKAGE BODY ar_deferral_reasons_grp AS

1: PACKAGE BODY ar_deferral_reasons_grp AS
2: /* $Header: ARXRDRB.pls 120.12 2011/11/23 22:26:22 mraymond ship $ */
3:
4:
5: /*=======================================================================+

Line 170: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()+');

166:
167: BEGIN
168: IF pg_debug IN ('Y','C')
169: THEN
170: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()+');
171: arp_debug.debug(' acceptance_date = ' || p_order_line.acceptance_date);
172: END IF;
173:
174: -- Standard Start of API savepoint

Line 345: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()-');

341: IF pg_debug IN ('Y','C')
342: THEN
343: l_rows := SQL%ROWCOUNT;
344: arp_debug.debug(' child interface lines updated : ' || l_rows);
345: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()-');
346: END IF;
347:
348: EXCEPTION
349: WHEN fnd_api.g_exc_error THEN

Line 504: END ar_deferral_reasons_grp;

500: p_data => x_msg_data);
501:
502: END record_proof_of_delivery;
503:
504: END ar_deferral_reasons_grp;