DBA Data[Home] [Help]

APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_AS_VAL_UAI

Line 100: IF IGS_AS_VAL_UAI.crsp_val_um_closed (

96: App_Exception.Raise_Exception;
97: END IF;
98: -- Validate IGS_PS_UNIT mode closed indicator
99: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_um_closed
100: IF IGS_AS_VAL_UAI.crsp_val_um_closed (
101: new_references.unit_mode,
102: v_message_name) = FALSE THEN
103: Fnd_Message.Set_Name('IGS', v_message_name);
104: IGS_GE_MSG_STACK.ADD;

Line 109: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (

105: App_Exception.Raise_Exception;
106: END IF;
107: -- Validate IGS_PS_UNIT class indicator
108: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_ucl_closed
109: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed (
110: new_references.unit_class,
111: v_message_name) = FALSE THEN
112: Fnd_Message.Set_Name('IGS', v_message_name);
113: IGS_GE_MSG_STACK.ADD;

Line 130: IF IGS_AS_VAL_UAI.crsp_val_crs_ci (

126: END IF;
127: -- If calendar instance is inactive, then prevent inserts, updates and
128: -- deletes. As deletes are logical, they are equiv to updates and delete
129: -- trigger is not required.
130: IF IGS_AS_VAL_UAI.crsp_val_crs_ci (
131: new_references.cal_type,
132: new_references.ci_sequence_number,
133: v_message_name) = FALSE THEN
134: Fnd_Message.Set_Name('IGS', v_message_name);

Line 142: IF IGS_AS_VAL_UAI.crsp_val_uo_cal_type (

138: END IF;
139: IF p_inserting THEN
140: -- If calendar type is closed, then prevent inserts.
141: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_uo_cal_type
142: IF IGS_AS_VAL_UAI.crsp_val_uo_cal_type (
143: new_references.cal_type,
144: v_message_name) = FALSE THEN
145: Fnd_Message.Set_Name('IGS', v_message_name);
146: IGS_GE_MSG_STACK.ADD;