DBA Data[Home] [Help]

APPS.OE_TOTALS_GRP dependencies on FND_MSG_PUB

Line 475: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN

471: IF l_debug_level > 0 THEN
472: oe_debug_pub.add('Error message after calling AR_VIEW_TERM_GRP.pay_now_amounts API: '||l_msg_data , 3 ) ;
473: END IF;
474: oe_msg_pub.add_text(p_message_text => l_msg_data);
475: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
476: arp_util.enable_debug;
477: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
478: l_msg_data := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
479: IF l_debug_level > 0 THEN

Line 477: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP

473: END IF;
474: oe_msg_pub.add_text(p_message_text => l_msg_data);
475: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
476: arp_util.enable_debug;
477: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
478: l_msg_data := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
479: IF l_debug_level > 0 THEN
480: oe_debug_pub.add( L_MSG_DATA , 3 ) ;
481: END IF;

Line 478: l_msg_data := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

474: oe_msg_pub.add_text(p_message_text => l_msg_data);
475: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
476: arp_util.enable_debug;
477: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
478: l_msg_data := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
479: IF l_debug_level > 0 THEN
480: oe_debug_pub.add( L_MSG_DATA , 3 ) ;
481: END IF;
482: oe_msg_pub.add_text(p_message_text => l_msg_data);