DBA Data[Home] [Help]

APPS.IGS_PS_ENT_PT_REF_CD_PKG dependencies on IGS_PS_VAL_ATL

Line 186: IF IGS_PS_VAL_ATL.chk_mandatory_ref_cd(

182: --As a part of the bug #2146753 removed the call to the function
183: --igs_ps_val_ceprc.crsp_val_ceprc_uref
184: END IF;
185: IF p_deleting THEN
186: IF IGS_PS_VAL_ATL.chk_mandatory_ref_cd(
187: new_references.reference_cd_type) = TRUE THEN
188: Fnd_Message.Set_Name('IGS','IGS_PS_REF_CD_MANDATORY');
189: IGS_GE_MSG_STACK.ADD;
190: App_Exception.Raise_Exception;