DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on FND_API

Line 481: RAISE fnd_api.g_exc_unexpected_error;

477:
478: IF l_appl_short_name IS NULL THEN
479: fnd_message.set_name('INV', 'INV_INVALID_APPLICATION_ID');
480: fnd_message.set_token('APPLICATION_ID', p_flexfield_application_id);
481: RAISE fnd_api.g_exc_unexpected_error;
482: END IF;
483:
484: --
485: IF p_flexfield_usage_code = 'K' THEN

Line 515: WHEN fnd_api.g_exc_unexpected_error THEN

511: x_flex_description := NULL;
512: inv_pp_debug.send_message_to_pipe('flexfield usage code NULL: '|| ' x_if_flex_then_available: ' || x_if_flex_then_available);
513: END IF;
514: EXCEPTION
515: WHEN fnd_api.g_exc_unexpected_error THEN
516: inv_pp_debug.send_message_to_pipe('EXCEPTION ');
517: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => l_msg_data);
518: END get_flex_info;
519: