DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

67:
68:
69: x_msg_count := FND_MSG_PUB.Count_Msg;
70: IF x_msg_count = 1 THEN
71: pa_interface_utils_pub.get_messages ( p_encoded => 'T'
72: ,p_msg_index => 1
73: ,p_data => x_msg_data
74: ,p_msg_index_out => l_msg_index_out
75: );

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

148:
149:
150: x_msg_count := FND_MSG_PUB.Count_Msg;
151: IF x_msg_count = 1 THEN
152: pa_interface_utils_pub.get_messages ( p_encoded => 'T'
153: ,p_msg_index => 1
154: ,p_data => x_msg_data
155: ,p_msg_index_out => l_msg_index_out
156: );

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

236:
237: );
238: x_msg_count := FND_MSG_PUB.Count_Msg;
239: IF x_msg_count = 1 THEN
240: pa_interface_utils_pub.get_messages ( p_encoded => 'T'
241: ,p_msg_index => 1
242: ,p_data => x_msg_data
243: ,p_msg_index_out => l_msg_index_out
244: );