DBA Data[Home] [Help]

APPS.GMD_RECIPE_MIGRATION dependencies on FND_MSG_PUB

Line 894: fnd_msg_pub.count_and_get (

890: ,p_target_id => 'Unknown'
891: ,p_message => error_msg
892: ,p_error_type => 'U');
893: x_return_status := fnd_api.g_ret_sts_error;
894: fnd_msg_pub.count_and_get (
895: p_count => x_msg_count,
896: p_data => x_msg_data );
897: END migrate_recipe;
898: