DBA Data[Home] [Help]

APPS.PO_VMI_ENABLED dependencies on FND_MSG_PUB

Line 133: if (fnd_msg_pub.check_msg_level

129: EXCEPTION
130: when others then
131: x_return_status := fnd_api.g_ret_sts_unexp_error;
132:
133: if (fnd_msg_pub.check_msg_level
134: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
135: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
136: end if;
137: RETURN TRUE;

Line 134: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

130: when others then
131: x_return_status := fnd_api.g_ret_sts_unexp_error;
132:
133: if (fnd_msg_pub.check_msg_level
134: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
135: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
136: end if;
137: RETURN TRUE;
138: end check_vmi_enabled;

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

131: x_return_status := fnd_api.g_ret_sts_unexp_error;
132:
133: if (fnd_msg_pub.check_msg_level
134: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
135: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
136: end if;
137: RETURN TRUE;
138: end check_vmi_enabled;
139: end PO_VMI_ENABLED;