DBA Data[Home] [Help]

APPS.PA_FP_SPREAD_AMTS_PKG dependencies on PA_INTERFACE_UTILS_PUB

Line 4710: pa_interface_utils_pub.get_messages

4706: x_msg_count := fnd_msg_pub.count_msg;
4707: /* BUG FIX 3632873 Retrive the msg from stack */
4708: print_msg('Retrive the msg from stack MsgCt['||x_msg_count||']');
4709: If x_msg_count = 1 then
4710: pa_interface_utils_pub.get_messages
4711: ( p_encoded => FND_API.G_TRUE
4712: ,p_msg_index => 1
4713: ,p_data => x_msg_data
4714: ,p_msg_index_out => l_msg_index_out