DBA Data[Home] [Help]

APPS.PA_FP_SPREAD_AMTS_PKG dependencies on PA_INTERFACE_UTILS_PUB

Line 3946: pa_interface_utils_pub.get_messages

3942: x_msg_count := fnd_msg_pub.count_msg;
3943: /* BUG FIX 3632873 Retrive the msg from stack */
3944: print_msg('Retrive the msg from stack MsgCt['||x_msg_count||']');
3945: If x_msg_count = 1 then
3946: pa_interface_utils_pub.get_messages
3947: ( p_encoded => FND_API.G_TRUE
3948: ,p_msg_index => 1
3949: ,p_data => x_msg_data
3950: ,p_msg_index_out => l_msg_index_out