DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

312: -- IF the number of messages is 1 then fetch the message code from the stack
313: -- and return its text
314: x_msg_count := FND_MSG_PUB.Count_Msg;
315: IF x_msg_count = 1 THEN
316: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
317: ,p_msg_index => 1
318: ,p_data => x_msg_data
319: ,p_msg_index_out => l_msg_index_out
320: );

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

591: -- IF the number of messaages is 1 then fetch the message code from the stack
592: -- and return its text
593: x_msg_count := FND_MSG_PUB.Count_Msg;
594: IF x_msg_count = 1 THEN
595: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
596: ,p_msg_index => 1
597: ,p_data => x_msg_data
598: ,p_msg_index_out => l_msg_index_out
599: );

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

692: -- IF the number of messaages is 1 then fetch the message code from the stack
693: -- and return its text
694: x_msg_count := FND_MSG_PUB.Count_Msg;
695: IF x_msg_count = 1 THEN
696: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
697: ,p_msg_index => 1
698: ,p_data => x_msg_data
699: ,p_msg_index_out => l_msg_index_out
700: );

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

773: -- IF the number of messages is 1 then fetch the message code from the stack
774: -- and return its text
775: x_msg_count := FND_MSG_PUB.Count_Msg;
776: IF x_msg_count = 1 THEN
777: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
778: ,p_msg_index => 1
779: ,p_data => x_msg_data
780: ,p_msg_index_out => l_msg_index_out
781: );

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

852: -- IF the number of messaages is 1 then fetch the message code from the stack
853: -- and return its text
854: x_msg_count := FND_MSG_PUB.Count_Msg;
855: IF x_msg_count = 1 THEN
856: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
857: ,p_msg_index => 1
858: ,p_data => x_msg_data
859: ,p_msg_index_out => l_msg_index_out
860: );