DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on FND_MSG_PUB

Line 645: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN

641:
642: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
643: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
644: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
645: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
646: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
647: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
648: IF l_debug_level > 0 THEN
649: oe_debug_pub.Add(l_msg_text, 3);

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

642: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
643: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
644: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
645: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
646: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
647: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
648: IF l_debug_level > 0 THEN
649: oe_debug_pub.Add(l_msg_text, 3);
650: END IF;

Line 647: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

643: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
644: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
645: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
646: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
647: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
648: IF l_debug_level > 0 THEN
649: oe_debug_pub.Add(l_msg_text, 3);
650: END IF;
651: oe_msg_pub.add_text(p_message_text => l_msg_text);

Line 687: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN

683:
684: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
685: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
686: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
687: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
688: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
689: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
690: IF l_debug_level > 0 THEN
691: oe_debug_pub.Add(l_msg_text, 3);

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

684: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
685: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
686: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
687: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
688: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
689: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
690: IF l_debug_level > 0 THEN
691: oe_debug_pub.Add(l_msg_text, 3);
692: END IF;

Line 689: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

685: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
686: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
687: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
688: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
689: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
690: IF l_debug_level > 0 THEN
691: oe_debug_pub.Add(l_msg_text, 3);
692: END IF;
693: oe_msg_pub.add_text(p_message_text => l_msg_text);

Line 1019: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN

1015:
1016: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1017: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1018: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1019: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
1020: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
1021: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
1022: IF l_debug_level > 0 THEN
1023: oe_debug_pub.Add(l_msg_text, 3);

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

1016: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1017: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1018: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1019: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
1020: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
1021: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
1022: IF l_debug_level > 0 THEN
1023: oe_debug_pub.Add(l_msg_text, 3);
1024: END IF;

Line 1021: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

1017: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1018: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1019: IF ( FND_MSG_PUB.Count_Msg > 0 ) THEN
1020: FOR I IN 1..FND_MSG_PUB.Count_Msg LOOP
1021: l_msg_text := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
1022: IF l_debug_level > 0 THEN
1023: oe_debug_pub.Add(l_msg_text, 3);
1024: END IF;
1025: oe_msg_pub.add_text(p_message_text => l_msg_text);