DBA Data[Home] [Help]

APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_AS_VAL_UAP

Line 90: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_loc_cd

86: BEGIN
87: IF p_inserting OR p_updating THEN
88: -- Validate IGS_AD_LOCATION closed indicator
89:
90: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_loc_cd
91: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
92: new_references.location_cd,
93: v_message_name) = FALSE THEN
94: Fnd_Message.Set_Name('IGS', v_message_name);

Line 99: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_um_closed

95: IGS_GE_MSG_STACK.ADD;
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);

Line 108: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_ucl_closed

104: IGS_GE_MSG_STACK.ADD;
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);

Line 141: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_UAP.crsp_val_uo_cal_type

137: END IF;
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);

Line 155: IF IGS_AS_VAL_UAP.assp_val_uc_um (new_references.UNIT_MODE,

151: IF p_inserting OR
152: (p_updating AND
153: (NVL(new_references.unit_class,'NULL') <> NVL(old_references.unit_class,'NULL')) OR
154: (NVL(new_references.unit_mode,'NULL') <> NVL(old_references.unit_mode,'NULL')))THEN
155: IF IGS_AS_VAL_UAP.assp_val_uc_um (new_references.UNIT_MODE,
156: new_references.unit_class,
157: v_message_name) = FALSE THEN
158: Fnd_Message.Set_Name('IGS', v_message_name);
159: IGS_GE_MSG_STACK.ADD;

Line 169: IF IGS_AS_VAL_UAP.assp_val_uap_uoo_upd (new_references.unit_cd,

165: IF (p_updating AND
166: ((NVL(new_references.location_cd, 'NULL') <> NVL(old_references.location_cd, 'NULL')) OR
167: (NVL(new_references.unit_class,'NULL') <> NVL(old_references.unit_class,'NULL')) OR
168: (NVL(new_references.unit_mode, 'NULL') <> NVL(old_references.unit_mode,'NULL'))))THEN
169: IF IGS_AS_VAL_UAP.assp_val_uap_uoo_upd (new_references.unit_cd,
170: new_references.version_number,
171: new_references.cal_type, new_references.ci_sequence_number,
172: new_references.ass_pattern_id,
173: new_references.location_cd,

Line 222: IF IGS_AS_VAL_UAP.assp_val_uap_uniq_cd(

218: BEGIN
219: IF p_inserting OR
220: ( p_updating AND
221: new_references.ass_pattern_cd <> old_references.ass_pattern_cd) THEN
222: IF IGS_AS_VAL_UAP.assp_val_uap_uniq_cd(
223: new_references.unit_cd,
224: new_references.version_number,
225: new_references.cal_type,
226: new_references.ci_sequence_number,