DBA Data[Home] [Help]

APPS.BIS_DEBUG_PUB dependencies on FND_API

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

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