DBA Data[Home] [Help]

APPS.ITG_DEBUG_PUB dependencies on FND_API

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

43: G_Debug_index NUMBER := 0;
44:
45: -- Flag to indicate if the debugging is on.
46: -- The call to procedure ADD will add the string to the debug cache
47: G_DEBUG Varchar2(1) := FND_API.G_FALSE;
48: G_DEBUG_MODE VARCHAR2(30) := 'FILE';
49: -- Table , default mode
50: -- file , write to log file
51: -- CONC , write to log file and concurrent log

Line 94: * Sets FND api variables

90: ** in the debug statments cached to the debug table
91: */
92:
93: /*#
94: * Sets FND api variables
95: * @rep:scope private
96: * @rep:lifecycle active
97: * @rep:displayname Set variable values
98: */

Line 108: * Sets FND api variables

104: ** Function does not clear the cache and any debuging information is retained
105: */
106:
107: /*#
108: * Sets FND api variables
109: * @rep:scope private
110: * @rep:lifecycle active
111: * @rep:displayname Set variable values
112: */

Line 147: * Sets FND api variables

143: ** the table only if the debuggin is turned on.
144: */
145:
146: /*#
147: * Sets FND api variables
148: * @param p_debug_msg value
149: * @param p_debug_level value
150: * @return value debugcount
151: * @rep:scope private