DBA Data[Home] [Help]

APPS.IGS_PS_FACLTY_DEGRS_PKG dependencies on IGS_OR_INSTITUTION_PKG

Line 161: ELSIF NOT Igs_Or_Institution_Pkg.Get_PK_For_Validation (

157:
158: IF (((old_references.institution_cd = new_references.institution_cd)) OR
159: ((new_references.institution_cd IS NULL))) THEN
160: NULL;
161: ELSIF NOT Igs_Or_Institution_Pkg.Get_PK_For_Validation (
162: new_references.institution_cd
163: ) THEN
164: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
165: IGS_GE_MSG_STACK.ADD;