DBA Data[Home] [Help]

APPS.OE_DEBUG_PUB dependencies on FND_API

Line 32: G_DEBUG Varchar2(1) := FND_API.G_FALSE;

28:
29: G_Debug_index NUMBER := 0;
30: -- Flag to indicate if the debugging is on.
31: -- The call to procedure ADD will add the string to the debug cache
32: G_DEBUG Varchar2(1) := FND_API.G_FALSE;
33: G_DEBUG_MODE VARCHAR2(30) := 'TABLE';
34: -- Table , default mode
35: -- file , write to log file
36: G_DIR Varchar2(255) := nvl(fnd_profile.value