DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LOCATION_PKG dependencies on IGS_AD_LOCATION_PKG

Line 144: ELSIF NOT Igs_Ad_Location_Pkg.Get_PK_For_Validation (

140:
141: IF (((old_references.location_code = new_references.location_code)) OR
142: ((new_references.location_code IS NULL))) THEN
143: NULL;
144: ELSIF NOT Igs_Ad_Location_Pkg.Get_PK_For_Validation (
145: new_references.location_code ,
146: 'N'
147: ) THEN
148: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');