DBA Data[Home] [Help]

APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on FND_MSG_PUB

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

3977: -- printing failed.
3978: --
3979:
3980: <>
3981: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3982: x_result := fnd_api.g_ret_sts_success;
3983: COMMIT;
3984: EXCEPTION
3985: WHEN OTHERS THEN

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

3986: IF (l_debug = 1) THEN
3987: DEBUG(SQLERRM);
3988: END IF;
3989: x_result := fnd_api.g_ret_sts_unexp_error;
3990: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3991: ROLLBACK;
3992: END update_dynamic_locator;
3993:
3994: -- Obsolete