DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on FND_MSG_PUB

Line 3563: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

3559: -- printing failed.
3560: --
3561:
3562: <>
3563: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3564: x_result := fnd_api.g_ret_sts_success;
3565: COMMIT;
3566: EXCEPTION
3567: WHEN OTHERS THEN

Line 3572: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

3568: IF (l_debug = 1) THEN
3569: DEBUG(SQLERRM);
3570: END IF;
3571: x_result := fnd_api.g_ret_sts_unexp_error;
3572: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3573: ROLLBACK;
3574: END update_dynamic_locator;
3575:
3576: -- Obsolete