DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on FND_MSG_PUB

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

862: avalue => 'INERROR');
863:
864: all_message := null;
865: FOR l_index IN 1..l_msg_count LOOP
866: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,
867: p_encoded => 'F');
868: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
869: iex_debug_pub.logmessage ('send_mail: ' || my_message);
870: END IF;

Line 1304: FND_MSG_PUB.initialize;

1300: iex_debug_pub.logmessage ('in strategy_mailer 2');
1301: END IF;
1302: -- Initialize message list IF p_init_msg_list is set to TRUE.
1303: IF FND_API.to_Boolean( p_init_msg_list ) THEN
1304: FND_MSG_PUB.initialize;
1305: END IF;
1306: --IF PG_DEBUG < 10 THEN
1307: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1308: iex_debug_pub.logmessage ('in strategy_mailer 3');

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

2542: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2543: iex_debug_pub.logmessage ('resend_fulfillment: ' || 'msg_data =>');
2544: END IF;
2545: FOR l_index IN 1..l_msg_count LOOP
2546: my_message := FND_MSG_PUB.Get(p_msg_index => l_index,
2547: p_encoded => 'F');
2548: -- IF PG_DEBUG < 10 THEN
2549: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2550: iex_debug_pub.logmessage ('resend_fulfillment: ' || my_message);