DBA Data[Home] [Help]

APPS.INV_RSV_SYNCH dependencies on FND_MSG_PUB

Line 427: if (fnd_msg_pub.check_msg_level

423: when others then
424: x_return_status := fnd_api.g_ret_sts_unexp_error ;
425: inv_rsv_trigger_global.g_from_trigger := FALSE;
426:
427: if (fnd_msg_pub.check_msg_level
428: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
429: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
430: end if;
431:

Line 428: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

424: x_return_status := fnd_api.g_ret_sts_unexp_error ;
425: inv_rsv_trigger_global.g_from_trigger := FALSE;
426:
427: if (fnd_msg_pub.check_msg_level
428: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
429: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
430: end if;
431:
432: end for_insert;

Line 429: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);

425: inv_rsv_trigger_global.g_from_trigger := FALSE;
426:
427: if (fnd_msg_pub.check_msg_level
428: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
429: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
430: end if;
431:
432: end for_insert;
433:

Line 830: if (fnd_msg_pub.check_msg_level

826: when others then
827: x_return_status := fnd_api.g_ret_sts_unexp_error ;
828: inv_rsv_trigger_global.g_from_trigger := FALSE;
829:
830: if (fnd_msg_pub.check_msg_level
831: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
832: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
833: end if;
834:

Line 831: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

827: x_return_status := fnd_api.g_ret_sts_unexp_error ;
828: inv_rsv_trigger_global.g_from_trigger := FALSE;
829:
830: if (fnd_msg_pub.check_msg_level
831: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
832: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
833: end if;
834:
835: end for_update;

Line 832: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);

828: inv_rsv_trigger_global.g_from_trigger := FALSE;
829:
830: if (fnd_msg_pub.check_msg_level
831: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
832: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
833: end if;
834:
835: end for_update;
836:

Line 891: if (fnd_msg_pub.check_msg_level

887: when others then
888: x_return_status := fnd_api.g_ret_sts_unexp_error ;
889: inv_rsv_trigger_global.g_from_trigger := FALSE;
890:
891: if (fnd_msg_pub.check_msg_level
892: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
893: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
894: end if;
895:

Line 892: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

888: x_return_status := fnd_api.g_ret_sts_unexp_error ;
889: inv_rsv_trigger_global.g_from_trigger := FALSE;
890:
891: if (fnd_msg_pub.check_msg_level
892: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
893: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
894: end if;
895:
896: end for_delete;

Line 893: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);

889: inv_rsv_trigger_global.g_from_trigger := FALSE;
890:
891: if (fnd_msg_pub.check_msg_level
892: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
893: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
894: end if;
895:
896: end for_delete;
897:

Line 972: if (fnd_msg_pub.check_msg_level

968: when others then
969: x_return_status := fnd_api.g_ret_sts_unexp_error ;
970: inv_rsv_trigger_global.g_from_trigger := FALSE;
971:
972: if (fnd_msg_pub.check_msg_level
973: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
974: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
975: end if;
976: end for_relieve;

Line 973: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

969: x_return_status := fnd_api.g_ret_sts_unexp_error ;
970: inv_rsv_trigger_global.g_from_trigger := FALSE;
971:
972: if (fnd_msg_pub.check_msg_level
973: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
974: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
975: end if;
976: end for_relieve;
977:

Line 974: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);

970: inv_rsv_trigger_global.g_from_trigger := FALSE;
971:
972: if (fnd_msg_pub.check_msg_level
973: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
974: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
975: end if;
976: end for_relieve;
977:
978: end INV_RSV_SYNCH;