DBA Data[Home] [Help]

APPS.IGS_PS_OFR_OPT_PKG dependencies on IGS_PS_VAL_CO

Line 164: IF IGS_PS_VAL_CO.crsp_val_co_cal_type(

160: App_Exception.Raise_Exception;
161: END IF;
162: IF p_inserting THEN
163: -- Validate calendar type
164: IF IGS_PS_VAL_CO.crsp_val_co_cal_type(
165: new_references.cal_type,
166: v_message_name) = FALSE THEN
167: Fnd_Message.Set_Name('IGS',v_message_name);
168: IGS_GE_MSG_STACK.ADD;

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

169: App_Exception.Raise_Exception;
170: END IF;
171: -- Validate IGS_AD_LOCATION code
172:
173: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_COO.crsp_val_loc_cd
174: IF IGS_PS_VAL_UOO.crsp_val_loc_cd(
175: new_references.location_cd,
176: v_message_name) = FALSE THEN
177: Fnd_Message.Set_Name('IGS',v_message_name);

Line 182: IF IGS_PS_VAL_COo.crsp_val_coo_am (

178: IGS_GE_MSG_STACK.ADD;
179: App_Exception.Raise_Exception;
180: END IF;
181: -- Validate attendance mode
182: IF IGS_PS_VAL_COo.crsp_val_coo_am (
183: new_references.attendance_mode,
184: v_message_name) = FALSE THEN
185: Fnd_Message.Set_Name('IGS',v_message_name);
186: IGS_GE_MSG_STACK.ADD;

Line 190: IF IGS_PS_VAL_COo.crsp_val_coo_att (

186: IGS_GE_MSG_STACK.ADD;
187: App_Exception.Raise_Exception;
188: END IF;
189: -- Validate attendance type
190: IF IGS_PS_VAL_COo.crsp_val_coo_att (
191: new_references.attendance_type,
192: v_message_name) = FALSE THEN
193: Fnd_Message.Set_Name('IGS',v_message_name);
194: IGS_GE_MSG_STACK.ADD;