DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on FND_API

Line 515: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,

511: EXCEPTION
512: WHEN NO_DATA_FOUND THEN
513: return;
514: WHEN OTHERS THEN
515: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
516: p_count => x_msg_count,
517: p_data => x_msg_data);
518: x_status := fnd_api.g_ret_sts_error;
519: ROLLBACK to start_point;

Line 518: x_status := fnd_api.g_ret_sts_error;

514: WHEN OTHERS THEN
515: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
516: p_count => x_msg_count,
517: p_data => x_msg_data);
518: x_status := fnd_api.g_ret_sts_error;
519: ROLLBACK to start_point;
520: RETURN ;
521:
522: