DBA Data[Home] [Help]

APPS.WSH_FTE_ENABLED dependencies on FND_MSG_PUB

Line 60: if (fnd_msg_pub.check_msg_level

56: return 'Y';
57: EXCEPTION
58: when others then
59:
60: if (fnd_msg_pub.check_msg_level
61: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
62: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
63: end if;
64:

Line 61: (fnd_msg_pub.g_msg_lvl_unexp_error)) then

57: EXCEPTION
58: when others then
59:
60: if (fnd_msg_pub.check_msg_level
61: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
62: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
63: end if;
64:
65: --

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

58: when others then
59:
60: if (fnd_msg_pub.check_msg_level
61: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
62: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
63: end if;
64:
65: --
66: -- Debug Statements