DBA Data[Home] [Help]

APPS.AR_CMGT_SCORING_ENGINE dependencies on FND_PROFILE

Line 4: pg_debug VARCHAR2(1) := nvl(fnd_profile.value('AFLOG_ENABLED'),'N');

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:
6: PROCEDURE debug (
7: p_message_name IN VARCHAR2 ) IS
8: BEGIN