DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on ARP_UTIL

Line 448: arp_util.enable_debug;

444: x_msg_data := SUBSTR(FND_MESSAGE.GET,1,2000);
445: --7559372 end
446: oe_msg_pub.add_text(p_message_text => x_msg_data);
447: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
448: arp_util.enable_debug;
449: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
450: -- l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
451: l_msg_text := FND_MSG_PUB.Get(i,'F');
452: IF l_debug_level > 0 THEN

Line 4328: arp_util.enable_debug;

4324: oe_debug_pub.add('Error message after calling refund_prepayment_wrapper API: '||l_msg_data , 3 ) ;
4325: END IF;
4326: oe_msg_pub.add_text(p_message_text => l_msg_data);
4327: ELSIF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
4328: arp_util.enable_debug;
4329: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
4330: -- l_msg_data := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
4331: l_msg_data := FND_MSG_PUB.Get(i,'F');
4332: IF l_debug_level > 0 THEN