DBA Data[Home] [Help]

APPS.GCS_AD_ENGINE dependencies on GCS_AD_ENGINE

Line 1: package body GCS_AD_ENGINE as

1: package body GCS_AD_ENGINE as
2: -- $Header: gcsadenb.pls 120.2 2007/11/28 06:05:00 smatam ship $
3:
4: --+========================================================================+
5: -- PACKAGE Global Data

Line 12: packageName CONSTANT Varchar2(30) := 'GCS_AD_ENGINE';

8: -- Logging level during package execution will not change so we can
9: -- define a single runtime level here, and update it at the start
10: -- of public procedures
11: runtimeLogLevel Number := FND_LOG.g_current_runtime_level;
12: packageName CONSTANT Varchar2(30) := 'GCS_AD_ENGINE';
13:
14: -- Context switches to FND_LOG for level constants can
15: -- be avoided by copying them here once
16: statementLogLevel CONSTANT NUMBER := FND_LOG.level_statement;

Line 178: rootString varchar2(100) := 'gcs.plsql.GCS_AD_ENGINE.';

174: logLabel Varchar2,
175: logText Varchar2
176: ) is
177:
178: rootString varchar2(100) := 'gcs.plsql.GCS_AD_ENGINE.';
179:
180: errBuf Varchar2(5000);
181:
182: begin

Line 834: END GCS_AD_ENGINE;

830: --
831: -- PACKAGE "Constructor"
832: --
833:
834: END GCS_AD_ENGINE;