DBA Data[Home] [Help]

APPS.AR_CMGT_HZ_COVER_API dependencies on AR_CMGT_HZ_COVER_API

Line 1: PACKAGE BODY AR_CMGT_HZ_COVER_API AS

1: PACKAGE BODY AR_CMGT_HZ_COVER_API AS
2: /* $Header: ARCMHZCB.pls 120.5.12010000.2 2009/06/11 14:28:18 mraymond ship $ */
3:
4: pg_wf_debug VARCHAR2(1) := ar_cmgt_util.get_wf_debug_flag;
5:

Line 9: ar_cmgt_util.wf_debug ('AR_CMGT_HZ_COVER_API',p_message_name );

5:
6: PROCEDURE debug (
7: p_message_name IN VARCHAR2 ) IS
8: BEGIN
9: ar_cmgt_util.wf_debug ('AR_CMGT_HZ_COVER_API',p_message_name );
10: END;
11:
12: --This is a local procedure used for debugging purpose and will be removed
13: --when the code is ready to be source controlled.

Line 322: debug('ar_cmgt_hz_cover_api.create_party_profile()+');

318: l_profile_class_id NUMBER;
319: BEGIN
320: IF pg_wf_debug = 'Y'
321: THEN
322: debug('ar_cmgt_hz_cover_api.create_party_profile()+');
323: debug(' p_party_id = ' || p_party_id);
324: END IF;
325:
326: /* Check if an account exists for the given party and if that

Line 379: debug('ar_cmgt_hz_cover_api.create_party_profile()-');

375: IF pg_wf_debug = 'Y'
376: THEN
377: debug(' assigned profile_id = ' || l_cust_profile_id);
378: debug(' assigned profile_class_id = ' || l_profile_class_id);
379: debug('ar_cmgt_hz_cover_api.create_party_profile()-');
380: END IF;
381: END create_party_profile;
382:
383: END AR_CMGT_HZ_COVER_API;

Line 383: END AR_CMGT_HZ_COVER_API;

379: debug('ar_cmgt_hz_cover_api.create_party_profile()-');
380: END IF;
381: END create_party_profile;
382:
383: END AR_CMGT_HZ_COVER_API;