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.8 2006/09/18 17:27:33 mraymond noship $ */
3:
4:
5: /*=======================================================================+

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

126:
127: BEGIN
128: IF pg_debug IN ('Y','C')
129: THEN
130: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()+');
131: END IF;
132:
133: -- Standard Start of API savepoint
134: SAVEPOINT record_acceptance_grp;

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

186: THEN
187: IF pg_debug IN ('Y','C')
188: THEN
189: arp_debug.debug(' skipping parent adj, amount is zero');
190: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()-');
191: END IF;
192: GOTO skip_parent_adj;
193: END IF;
194: /* End - 5283886 */

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

225: THEN
226: IF pg_debug IN ('Y','C')
227: THEN
228: arp_debug.debug(' skipping child adj, amount is zero');
229: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()-');
230: END IF;
231: ELSE
232: /* Do the adjustment as usual */
233: ar_revenue_management_pvt.process_event(

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

293: IF pg_debug IN ('Y','C')
294: THEN
295: l_rows := SQL%ROWCOUNT;
296: arp_debug.debug(' child interface lines updated : ' || l_rows);
297: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()-');
298: END IF;
299:
300: EXCEPTION
301: WHEN fnd_api.g_exc_error THEN

Line 456: END ar_deferral_reasons_grp;

452: p_data => x_msg_data);
453:
454: END record_proof_of_delivery;
455:
456: END ar_deferral_reasons_grp;