DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_PS_VAL_UOO

Line 120: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (

116: IF (new_references.unit_location_cd IS NOT NULL AND (p_inserting OR
117: (p_updating AND new_references.unit_location_cd <> old_references.unit_location_cd))) THEN
118:
119: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_POSu.crsp_val_loc_cd
120: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
121: new_references.unit_location_cd,
122: v_message_name) = FALSE THEN
123: Fnd_Message.Set_Name('IGS', v_message_name);
124: IGS_GE_MSG_STACK.ADD;