DBA Data[Home] [Help]

APPS.JTF_UTILITY_PVT dependencies on FND_MESSAGE

Line 97: FND_MESSAGE.set_name('JTF', 'JTF_API_DEBUG_MESSAGE');

93: IS
94: BEGIN
95:
96: IF FND_MSG_PUB.check_msg_level(p_message_level) THEN
97: FND_MESSAGE.set_name('JTF', 'JTF_API_DEBUG_MESSAGE');
98: FND_MESSAGE.set_token('TEXT', p_message_text);
99: FND_MSG_PUB.add;
100: END IF;
101: END debug_message;

Line 98: FND_MESSAGE.set_token('TEXT', p_message_text);

94: BEGIN
95:
96: IF FND_MSG_PUB.check_msg_level(p_message_level) THEN
97: FND_MESSAGE.set_name('JTF', 'JTF_API_DEBUG_MESSAGE');
98: FND_MESSAGE.set_token('TEXT', p_message_text);
99: FND_MSG_PUB.add;
100: END IF;
101: END debug_message;
102: