DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_ID_TYP_PKG dependencies on IGS_EN_VAL_PIT

Line 128: IF IGS_EN_VAL_PIT.enrp_val_pit_inst_cd (

124: -- Validate IGS_PE_PERSON ID TYPE.
125: -- IGS_OR_INSTITUTION closed indicator.
126: IF new_references.institution_cd IS NOT NULL AND
127: (NVL(old_references.institution_cd, 'NULL') <> new_references.institution_cd) THEN
128: IF IGS_EN_VAL_PIT.enrp_val_pit_inst_cd (
129: new_references.institution_cd,
130: v_message_name) = FALSE THEN
131: Fnd_Message.Set_Name('IGS', v_message_name);
132: IGS_GE_MSG_STACK.ADD;