DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on FND_API

Line 842: ( p_encoded => FND_API.G_TRUE

838: End if;
839:
840: If l_msg_count = 1 then
841: pa_interface_utils_pub.get_messages
842: ( p_encoded => FND_API.G_TRUE
843: ,p_msg_index => 1
844: ,p_data => x_msg_data
845: ,p_msg_index_out => l_msg_index_out
846: );

Line 1112: ( p_encoded => FND_API.G_TRUE

1108: End if;
1109:
1110: If x_msg_count = 1 then
1111: pa_interface_utils_pub.get_messages
1112: ( p_encoded => FND_API.G_TRUE
1113: ,p_msg_index => 1
1114: ,p_data => x_msg_data
1115: ,p_msg_index_out => l_msg_index_out
1116: );