DBA Data[Home] [Help]

APPS.WMS_INSTALL dependencies on FND_MSG_PUB

Line 111: if (fnd_msg_pub.check_msg_level

107: exception
108: when others then
109: x_return_status := fnd_api.g_ret_sts_unexp_error ;
110:
111: if (fnd_msg_pub.check_msg_level
112: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
113: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
114: end if;
115:

Line 112: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

108: when others then
109: x_return_status := fnd_api.g_ret_sts_unexp_error ;
110:
111: if (fnd_msg_pub.check_msg_level
112: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
113: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
114: end if;
115:
116: return FALSE;

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

109: x_return_status := fnd_api.g_ret_sts_unexp_error ;
110:
111: if (fnd_msg_pub.check_msg_level
112: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
113: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
114: end if;
115:
116: return FALSE;
117: end check_install;