DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_PKG dependencies on IGS_AD_LOCATION_TYPE_PKG

Line 268: IF NOT IGS_AD_LOCATION_TYPE_PKG.Get_PK_For_Validation (

264: IF (((old_references.location_type = new_references.location_type)) OR
265: ((new_references.location_type IS NULL))) THEN
266: NULL;
267: ELSE
268: IF NOT IGS_AD_LOCATION_TYPE_PKG.Get_PK_For_Validation (
269: new_references.location_type ,
270: 'N' ) THEN
271: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
272: IGS_GE_MSG_STACK.ADD;