DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PUB dependencies on PA_INTERFACE_UTILS_PUB

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

240:
241: x_msg_count := FND_MSG_PUB.Count_Msg;
242:
243: IF x_msg_count = 1 THEN
244: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
245: ,p_msg_index => 1
246: ,p_data => x_msg_data
247: ,p_msg_index_out => l_msg_index_out
248: );

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

560:
561: x_msg_count := FND_MSG_PUB.Count_Msg;
562:
563: IF x_msg_count = 1 THEN
564: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
565: ,p_msg_index => 1
566: ,p_data => x_msg_data
567: ,p_msg_index_out => l_msg_index_out
568: );

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

906:
907: x_msg_count := FND_MSG_PUB.Count_Msg;
908:
909: IF x_msg_count = 1 THEN
910: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
911: ,p_msg_index => 1
912: ,p_data => x_msg_data
913: ,p_msg_index_out => l_msg_index_out
914: );

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

1035: -- IF the number of messages is 1 then fetch the message code from the stack and return its text
1036: --
1037: x_msg_count := FND_MSG_PUB.Count_Msg;
1038: IF x_msg_count = 1 THEN
1039: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1040: ,p_msg_index => 1
1041: ,p_data => x_msg_data
1042: ,p_msg_index_out => l_msg_index_out
1043: );