DBA Data[Home] [Help]

APPS.IGS_GE_GEN_003 dependencies on FND_MSG_PUB

Line 562: fnd_msg_pub.ADD;

558: BEGIN
559: IF disable_oss = 'Y' THEN
560: fnd_message.set_name ('IGS', 'IGS_GE_CONC_NOT_AVAIL_R12');
561: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
562: fnd_msg_pub.ADD;
563: RAISE g_oss_disable_exception;
564: END IF;
565:
566: IF p_context is NULL THEN