DBA Data[Home] [Help]

APPS.ITG_DEBUG dependencies on ITG_MSG

Line 39: ITG_MSG.text(

35: IF l_debug_level <= 3 THEN
36: cln_debug_pub.Add('ITGDBG>' || G_ERROR_PREFIX || substrb(SQLERRM, 1, 2000 - lengthb(G_ERROR_PREFIX)) , 3);
37: END IF;
38:
39: ITG_MSG.text(
40: G_ERROR_PREFIX||substrb(l_buff, 1, 2000 - lengthb(G_ERROR_PREFIX))); /* bug 4002567*/
41: END;
42:
43: /* Public procedures. */

Line 92: ITG_MSG.debug_more(substrb(p_text,1,2000));

88: cln_debug_pub.Add('ITG Debug - ' || l_err || substrb(p_text,1,2000), 1);
89: END IF;
90:
91: IF p_error THEN
92: ITG_MSG.debug_more(substrb(p_text,1,2000));
93: END IF;
94: END;
95:
96:

Line 167: ITG_MSG.text(

163: BEGIN
164:
165:
166: IF FND_MSG_PUB.Check_Msg_Level(p_level) THEN
167: ITG_MSG.text(
168: G_ERROR_PREFIX||substrb(SQLERRM, 1, 2000 - lengthb(G_ERROR_PREFIX))); /* bug 4002567*/
169: FND_MSG_PUB.Add;
170: FND_MSG_PUB.Build_Exc_Msg(p_pkg_name, p_api_name, 'exceptional error');
171: error_message;