DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PVT dependencies on PA_INTERFACE_UTILS_PUB

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

859: -- IF the number of messaages is 1 then fetch the message code from the stack
860: -- and return its text
861: x_msg_count := FND_MSG_PUB.Count_Msg;
862: IF x_msg_count = 1 THEN
863: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
864: ,p_msg_index => 1
865: ,p_data => x_msg_data
866: ,p_msg_index_out => l_msg_index_out
867: );

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

1170: -- IF the number of messages is 1 then fetch the message code from the stack
1171: -- and return its text
1172: x_msg_count := FND_MSG_PUB.Count_Msg;
1173: IF x_msg_count = 1 THEN
1174: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1175: ,p_msg_index => 1
1176: ,p_data => x_msg_data
1177: ,p_msg_index_out => l_msg_index_out
1178: );