[Home] [Help]
1559:
1560: IF (((old_references.exam_location_cd = new_references.exam_location_cd)) OR
1561: ((new_references.exam_location_cd IS NULL))) THEN
1562: NULL;
1563: ELSIF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
1564: new_references.exam_location_cd,'N'
1565: ) THEN
1566: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
1567: IGS_GE_MSG_STACK.ADD;