DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_AS_UNIT_CLASS_PKG

Line 358: IF NOT IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (

354: IF (((old_references.unit_class = new_references.unit_class)) OR
355: ((new_references.unit_class IS NULL))) THEN
356: NULL;
357: ELSE
358: IF NOT IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (
359: new_references.unit_class
360: ) THEN
361: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
362: IGS_GE_MSG_STACK.ADD;