DBA Data[Home] [Help]

APPS.JTF_QUALIFIER_PUB dependencies on FND_MESSAGE

Line 116: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');

112:
113: -- Debug Message
114: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
115: THEN
116: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');
117: FND_MSG_PUB.Add;
118: END IF;
119:
120: -------------------------------------------------------------------------------------------------------

Line 166: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');

162:
163: -- Debug Message
164: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
165: THEN
166: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
167: FND_MSG_PUB.Add;
168: END IF;
169:
170: -- Standard call to get message count and if count is 1, get message info.

Line 302: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');

298:
299: -- Debug Message
300: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
301: THEN
302: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');
303: FND_MSG_PUB.Add;
304: END IF;
305:
306: -------------------------------------------------------------------------------------------------------

Line 352: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');

348:
349: -- Debug Message
350: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
351: THEN
352: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
353: FND_MSG_PUB.Add;
354: END IF;
355:
356: -- Standard call to get message count and if count is 1, get message info.

Line 476: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');

472:
473: -- Debug Message
474: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
475: THEN
476: FND_MESSAGE.Set_Name('JTF', 'Pub Qual API: Start');
477: FND_MSG_PUB.Add;
478: END IF;
479:
480: -------------------------------------------------------------------------------------------------------

Line 523: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');

519:
520: -- Debug Message
521: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
522: THEN
523: FND_MESSAGE.Set_Name('JTF', 'Pub Qualifier API: End');
524: FND_MSG_PUB.Add;
525: END IF;
526:
527: -- Standard call to get message count and if count is 1, get message info.