DBA Data[Home] [Help]

APPS.IGS_EN_SEVIS dependencies on FND_MESSAGE

Line 722: Fnd_Message.Set_Name('IGS' , 'IGS_GE_INSUFFICIENT_PARAMETER');

718: p_ci_sequence_number IS NULL OR
719: p_start_dt IS NULL OR
720: p_end_dt IS NULL THEN
721:
722: Fnd_Message.Set_Name('IGS' , 'IGS_GE_INSUFFICIENT_PARAMETER');
723: IGS_GE_MSG_STACK.ADD;
724: App_Exception.Raise_Exception;
725:
726: END IF;