DBA Data[Home] [Help]

APPS.CE_LEVELING_UTILS dependencies on FND_MSG_PUB

Line 521: encoded_message => FND_MSG_PUB.get(1, FND_API.G_TRUE),

517: -- passed as NULL.
518: --
519: log_msg(l_debug_proc,'Message #'||l_count);
520: FND_MESSAGE.parse_encoded(
521: encoded_message => FND_MSG_PUB.get(1, FND_API.G_TRUE),
522: app_short_name => l_app_short_name,
523: message_name => l_message_name);
524: l_message_text := FND_MSG_PUB.get(1, FND_API.G_FALSE);
525:

Line 524: l_message_text := FND_MSG_PUB.get(1, FND_API.G_FALSE);

520: FND_MESSAGE.parse_encoded(
521: encoded_message => FND_MSG_PUB.get(1, FND_API.G_TRUE),
522: app_short_name => l_app_short_name,
523: message_name => l_message_name);
524: l_message_text := FND_MSG_PUB.get(1, FND_API.G_FALSE);
525:
526: log_msg(l_debug_proc,'Message Name='||l_message_name);
527: log_msg(l_debug_proc,'Message Text='||l_message_text);
528:

Line 570: FND_MSG_PUB.delete_msg(1);

566: /*17*/ nvl(fnd_global.user_id,-1),
567: /*18*/ sysdate,
568: /*19*/ nvl(fnd_global.user_id,-1)
569: );
570: FND_MSG_PUB.delete_msg(1);
571: COMMIT;
572: END LOOP;
573: ELSE -- X_called_by_flag <> 'L'
574: X_deal_type := l_deal_type;