DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_INTERFACE_UTILS_PUB

Line 1236: pa_interface_utils_pub.get_messages

1232:
1233: End if;
1234:
1235: If l_msg_count = 1 then
1236: pa_interface_utils_pub.get_messages
1237: ( p_encoded => FND_API.G_TRUE
1238: ,p_msg_index => 1
1239: ,p_data => x_msg_data
1240: ,p_msg_index_out => l_msg_index_out

Line 1506: pa_interface_utils_pub.get_messages

1502: );
1503: End if;
1504:
1505: If x_msg_count = 1 then
1506: pa_interface_utils_pub.get_messages
1507: ( p_encoded => FND_API.G_TRUE
1508: ,p_msg_index => 1
1509: ,p_data => x_msg_data
1510: ,p_msg_index_out => l_msg_index_out