DBA Data[Home] [Help]

APPS.CSI_T_UI_PVT dependencies on FND_MSG_PUB

Line 31: fnd_msg_pub.add_exc_msg(

27: ELSIF p_level = 'FULL' then
28: RETURN fnd_api.g_valid_level_full;
29: ELSE
30:
31: fnd_msg_pub.add_exc_msg(
32: p_pkg_name => G_PKG_NAME ,
33: p_procedure_name => 'G_VALID_LEVEL',
34: p_error_text => 'Unrecognized Value: '||p_level);
35:

Line 49: fnd_msg_pub.add_exc_msg(

45: return FND_API.G_TRUE ;
46: elsif p_flag = 'FALSE' then
47: return FND_API.G_FALSE ;
48: else
49: fnd_msg_pub.add_exc_msg(
50: p_pkg_name => G_PKG_NAME,
51: p_procedure_name => 'G_BOOLEAN',
52: p_error_text => 'Unrecognized Value: '||p_flag);
53: RAISE fnd_api.g_exc_unexpected_error;