DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_UNT_PKG dependencies on IGS_AS_VAL_UAI

Line 132: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (

128: -- Validate the IGS_PS_UNIT Class
129: IF (new_references.unit_class IS NOT NULL AND (p_inserting OR
130: (p_updating AND new_references.unit_class<> old_references.unit_class))) THEN
131: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_POSu.crsp_val_ucl_closed
132: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (
133: new_references.unit_class,
134: v_message_name) = FALSE THEN
135: Fnd_Message.Set_Name('IGS', v_message_name);
136: IGS_GE_MSG_STACK.ADD;