DBA Data[Home] [Help]

APPS.ITG_DEBUG dependencies on FND_API

Line 203: p_encoded => FND_API.G_FALSE,

199:
200: IF l_dir_name IS NOT NULL THEN
201: FND_MSG_PUB.get(
202: p_msg_index => FND_MSG_PUB.G_FIRST,
203: p_encoded => FND_API.G_FALSE,
204: p_data => l_text,
205: p_msg_index_out => l_inxout);
206: IF l_text IS NULL THEN
207: RETURN;

Line 218: p_encoded => FND_API.G_FALSE,

214: END IF;
215: UTL_FILE.put_line(l_fh, l_text);
216: FND_MSG_PUB.get(
217: p_msg_index => FND_MSG_PUB.G_NEXT,
218: p_encoded => FND_API.G_FALSE,
219: p_data => l_text,
220: p_msg_index_out => l_inxout);
221: END LOOP;
222: UTL_FILE.fclose(l_fh);