DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PUB dependencies on PA_INTERFACE_UTILS_PUB

Line 64: pa_interface_utils_pub.get_messages ( p_encoded => 'T'

60:
61:
62: x_msg_count := FND_MSG_PUB.Count_Msg;
63: IF x_msg_count = 1 THEN
64: pa_interface_utils_pub.get_messages ( p_encoded => 'T'
65: ,p_msg_index => 1
66: ,p_data => x_msg_data
67: ,p_msg_index_out => l_msg_index_out
68: );

Line 143: pa_interface_utils_pub.get_messages ( p_encoded => 'T'

139:
140: );
141: x_msg_count := FND_MSG_PUB.Count_Msg;
142: IF x_msg_count = 1 THEN
143: pa_interface_utils_pub.get_messages ( p_encoded => 'T'
144: ,p_msg_index => 1
145: ,p_data => x_msg_data
146: ,p_msg_index_out => l_msg_index_out
147: );