DBA Data[Home] [Help]

APPS.PA_PROJECT_SUBTEAMS_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

143: --
144:
145: x_msg_count := FND_MSG_PUB.Count_Msg;
146: IF x_msg_count = 1 THEN
147: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
148: ,p_msg_index => 1
149: ,p_data => x_msg_data
150: ,p_msg_index_out => l_msg_index_out
151: );

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

328: -- stack and return its text
329: --
330: x_msg_count := FND_MSG_PUB.Count_Msg;
331: IF x_msg_count = 1 THEN
332: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
333: ,p_msg_index => 1
334: ,p_data => x_msg_data
335: ,p_msg_index_out => l_msg_index_out
336: );

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

482: -- IF the number of messages is 1 then fetch the message code from the stack and return its text
483: --
484: x_msg_count := FND_MSG_PUB.Count_Msg;
485: IF x_msg_count = 1 THEN
486: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
487: ,p_msg_index => 1
488: ,p_data => x_msg_data
489: ,p_msg_index_out => l_msg_index_out
490: );

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

616: -- IF the number of messages is 1 then fetch the message code from the stack and return its text
617: --
618: x_msg_count := FND_MSG_PUB.Count_Msg;
619: IF x_msg_count = 1 THEN
620: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
621: ,p_msg_index => 1
622: ,p_data => x_msg_data
623: ,p_msg_index_out => l_msg_index_out
624: );