DBA Data[Home] [Help]

APPS.IGS_PS_PAT_OF_STUDY_PKG dependencies on IGS_PS_VAL_UOO

Line 114: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (

110: -- Validate the IGS_AD_LOCATION Code
111: IF (new_references.location_cd IS NOT NULL AND (p_inserting OR
112: (p_updating AND new_references.location_cd <> old_references.location_cd))) THEN
113: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_POS.crsp_val_loc_cd
114: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
115: new_references.location_cd,
116: v_message_name) = FALSE THEN
117: Fnd_Message.Set_Name('IGS', v_message_name);
118: IGS_GE_MSG_STACK.ADD;