DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_REF_CD_PKG dependencies on IGS_PS_VAL_ATL

Line 122: IF igs_ps_val_atl.chk_mandatory_ref_cd(old_references.reference_cd_type) THEN

118: END IF;
119: END IF;
120: -- Create history record on delete
121: IF p_deleting THEN
122: IF igs_ps_val_atl.chk_mandatory_ref_cd(old_references.reference_cd_type) THEN
123: Fnd_Message.Set_Name ('IGS', 'IGS_PS_REF_CD_MANDATORY');
124: IGS_GE_MSG_STACK.ADD;
125: App_Exception.Raise_Exception;
126: END IF;