DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

92: -- IF the number of messaages is 1 then fetch the message code from the stack
93: -- and return its text
94: x_msg_count := FND_MSG_PUB.Count_Msg;
95: IF x_msg_count = 1 THEN
96: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
97: ,p_msg_index => 1
98: ,p_data => x_msg_data
99: ,p_msg_index_out => l_msg_index_out
100: );

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

161: -- IF the number of messaages is 1 then fetch the message code from the stack
162: -- and return its text
163: x_msg_count := FND_MSG_PUB.Count_Msg;
164: IF x_msg_count = 1 THEN
165: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
166: ,p_msg_index => 1
167: ,p_data => x_msg_data
168: ,p_msg_index_out => l_msg_index_out
169: );

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

246:
247: End If;
248: x_msg_count := FND_MSG_PUB.Count_Msg;
249: IF x_msg_count = 1 THEN
250: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
251: ,p_msg_index => 1
252: ,p_data => x_msg_data
253: ,p_msg_index_out => l_msg_index_out
254: );

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

365: -- IF the number of messaages is 1 then fetch the message code from the stack
366: -- and return its text
367: x_msg_count := FND_MSG_PUB.Count_Msg;
368: IF x_msg_count = 1 THEN
369: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
370: ,p_msg_index => 1
371: ,p_data => x_msg_data
372: ,p_msg_index_out => l_msg_index_out
373: );