DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 319: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

315: IF (((old_references.unit_location_cd = new_references.unit_location_cd)) OR
316: ((new_references.unit_location_cd IS NULL))) THEN
317: NULL;
318: ELSE
319: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
320: new_references.unit_location_cd ,
321: 'N'
322: ) THEN
323: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');