DBA Data[Home] [Help]

APPS.IGS_AD_TER_EDU_PKG dependencies on IGS_OR_INSTITUTION_PKG

Line 415: IF NOT IGS_OR_INSTITUTION_PKG.Get_PK_For_Validation (

411: IF (((old_references.institution_cd = new_references.institution_cd)) OR
412: ((new_references.institution_cd IS NULL))) THEN
413: NULL;
414: ELSE
415: IF NOT IGS_OR_INSTITUTION_PKG.Get_PK_For_Validation (
416: new_references.institution_cd
417: ) THEN
418: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
419: IGS_GE_MSG_STACK.ADD;