DBA Data[Home] [Help]

APPS.INV_CHECK_PRODUCT_INSTALL dependencies on FND_MSG_PUB

Line 88: if (fnd_msg_pub.check_msg_level

84: exception
85: when others then
86: x_return_status := fnd_api.g_ret_sts_unexp_error ;
87:
88: if (fnd_msg_pub.check_msg_level
89: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
90: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
91: end if;
92:

Line 89: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

85: when others then
86: x_return_status := fnd_api.g_ret_sts_unexp_error ;
87:
88: if (fnd_msg_pub.check_msg_level
89: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
90: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
91: end if;
92:
93: return FALSE;

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

86: x_return_status := fnd_api.g_ret_sts_unexp_error ;
87:
88: if (fnd_msg_pub.check_msg_level
89: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
90: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
91: end if;
92:
93: return FALSE;
94: end check_cse_install;