DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PUB dependencies on PA_INTERFACE_UTILS_PUB

Line 344: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

340: -- IF the number of messages is 1 then fetch the message code from the stack
341: -- and return its text
342: x_msg_count := FND_MSG_PUB.Count_Msg;
343: IF x_msg_count = 1 THEN
344: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
345: ,p_msg_index => 1
346: ,p_data => x_msg_data
347: ,p_msg_index_out => l_msg_index_out
348: );

Line 652: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

648: -- IF the number of messaages is 1 then fetch the message code from the stack
649: -- and return its text
650: x_msg_count := FND_MSG_PUB.Count_Msg;
651: IF x_msg_count = 1 THEN
652: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
653: ,p_msg_index => 1
654: ,p_data => x_msg_data
655: ,p_msg_index_out => l_msg_index_out
656: );

Line 753: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

749: -- IF the number of messaages is 1 then fetch the message code from the stack
750: -- and return its text
751: x_msg_count := FND_MSG_PUB.Count_Msg;
752: IF x_msg_count = 1 THEN
753: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
754: ,p_msg_index => 1
755: ,p_data => x_msg_data
756: ,p_msg_index_out => l_msg_index_out
757: );

Line 834: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

830: -- IF the number of messages is 1 then fetch the message code from the stack
831: -- and return its text
832: x_msg_count := FND_MSG_PUB.Count_Msg;
833: IF x_msg_count = 1 THEN
834: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
835: ,p_msg_index => 1
836: ,p_data => x_msg_data
837: ,p_msg_index_out => l_msg_index_out
838: );

Line 913: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

909: -- IF the number of messaages is 1 then fetch the message code from the stack
910: -- and return its text
911: x_msg_count := FND_MSG_PUB.Count_Msg;
912: IF x_msg_count = 1 THEN
913: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
914: ,p_msg_index => 1
915: ,p_data => x_msg_data
916: ,p_msg_index_out => l_msg_index_out
917: );

Line 999: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

995: -- IF the number of messaages is 1 then fetch the message code from the stack
996: -- and return its text
997: x_msg_count := FND_MSG_PUB.Count_Msg;
998: IF x_msg_count = 1 THEN
999: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1000: ,p_msg_index => 1
1001: ,p_data => x_msg_data
1002: ,p_msg_index_out => l_msg_index_out
1003: );