DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on FND_MSG_PUB

Line 644: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,

640: avalue => 'INERROR');
641:
642: all_message := null;
643: FOR l_index IN 1..l_msg_count LOOP
644: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,
645: p_encoded => 'F');
646: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
647: iex_debug_pub.logmessage ('send_mail: ' || my_message);
648: END IF;

Line 1068: FND_MSG_PUB.initialize;

1064: iex_debug_pub.logmessage ('in strategy_mailer 2');
1065: END IF;
1066: -- Initialize message list IF p_init_msg_list is set to TRUE.
1067: IF FND_API.to_Boolean( p_init_msg_list ) THEN
1068: FND_MSG_PUB.initialize;
1069: END IF;
1070: --IF PG_DEBUG < 10 THEN
1071: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1072: iex_debug_pub.logmessage ('in strategy_mailer 3');

Line 2153: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,

2149: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2150: iex_debug_pub.logmessage ('resend_fulfillment: ' || 'msg_data =>');
2151: END IF;
2152: FOR l_index IN 1..l_msg_count LOOP
2153: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,
2154: p_encoded => 'F');
2155: -- IF PG_DEBUG < 10 THEN
2156: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2157: iex_debug_pub.logmessage ('resend_fulfillment: ' || my_message);