DBA Data[Home] [Help]

APPS.IGS_AS_SASSESS_TYPE_PKG dependencies on IGS_AD_LOCATION_PKG

Line 61: IF NOT(IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

57: IF (((old_references.non_cntrl_exam_loc_cd = new_references.non_cntrl_exam_loc_cd)) OR
58: ((new_references.non_cntrl_exam_loc_cd IS NULL))) THEN
59: NULL;
60: ELSE
61: IF NOT(IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
62: new_references.non_cntrl_exam_loc_cd,
63: 'N'
64: ))THEN
65: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');