DBA Data[Home] [Help]

APPS.IGS_PS_ENT_PT_REF_CD_PKG dependencies on IGS_PS_REF_CD

Line 188: Fnd_Message.Set_Name('IGS','IGS_PS_REF_CD_MANDATORY');

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;
191: END IF;
192: END IF;

Line 669: FROM igs_ps_ref_cd

665: ***************************************************************/
666:
667: CURSOR cur_rowid IS
668: SELECT ROWID
669: FROM igs_ps_ref_cd
670: WHERE reference_cd_type = x_reference_cd_type
671: AND reference_cd = x_reference_cd ;
672:
673: lv_rowid cur_rowid%ROWTYPE;