DBA Data[Home] [Help]

APPS.AR_CMGT_SCORING_ENGINE dependencies on AR_CMGT_SCORING_ENGINE

Line 1: PACKAGE BODY AR_CMGT_SCORING_ENGINE AS

1: PACKAGE BODY AR_CMGT_SCORING_ENGINE AS
2: /* $Header: ARCMGSEB.pls 120.16 2006/05/03 06:57:44 kjoshi noship $ */
3:
4: pg_debug VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'),'N');
5:

Line 9: ar_cmgt_util.debug (p_message_name, 'ar.cmgt.plsql.AR_CMGT_SCORING_ENGINE' );

5:
6: PROCEDURE debug (
7: p_message_name IN VARCHAR2 ) IS
8: BEGIN
9: ar_cmgt_util.debug (p_message_name, 'ar.cmgt.plsql.AR_CMGT_SCORING_ENGINE' );
10: END;
11:
12: PROCEDURE Calculate_score(
13: p_score_model_id IN NUMBER,

Line 822: END AR_CMGT_SCORING_ENGINE;

818: END IF;
819: END;
820:
821:
822: END AR_CMGT_SCORING_ENGINE;