DBA Data[Home] [Help]

APPS.IGS_AS_EXM_LOC_SPVSR_PKG dependencies on IGS_AD_LOCATION_PKG

Line 102: ELSIF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

98:
99: IF (((old_references.exam_location_cd = new_references.exam_location_cd)) OR
100: ((new_references.exam_location_cd IS NULL))) THEN
101: NULL;
102: ELSIF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
103: new_references.exam_location_cd ,
104: 'N'
105: ) THEN
106: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');