DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_RATE_PKG dependencies on IGS_FI_VAL_FAR

Line 150: IF IGS_FI_VAL_FAR.finp_val_far_ins (

146: -- If IGS_FI_FEE_TYPE.s_fee_trigger_cat = 'INSTITUTN' or
147: -- IGS_FI_FEE_TYPE.s_fee_type = 'HECS', then schedules can only
148: -- be defined against FTCI's.
149: IF new_references.s_relation_type <> 'FTCI' THEN
150: IF IGS_FI_VAL_FAR.finp_val_far_ins (
151: new_references.fee_type,
152: v_message_name) = FALSE THEN
153: Fnd_Message.Set_Name('IGS',v_message_name);
154: IGS_GE_MSG_STACK.ADD;

Line 161: IF IGS_FI_VAL_FAR.finp_val_far_defntn (

157: END IF;
158: END IF;
159: -- Validate that appropriate fields are set depending on the fee type.
160: IF p_inserting OR p_updating THEN
161: IF IGS_FI_VAL_FAR.finp_val_far_defntn (
162: new_references.fee_type,
163: new_references.location_cd,
164: new_references.attendance_type,
165: new_references.attendance_mode,

Line 176: IF IGS_FI_VAL_FAR.finp_val_far_rltn (

172: END IF;
173: END IF;
174: -- Validate fee category is only set when the relation type = 'FCFL'.
175: IF p_inserting OR p_updating THEN
176: IF IGS_FI_VAL_FAR.finp_val_far_rltn (
177: new_references.s_relation_type,
178: new_references.fee_cat,
179: v_message_name) = FALSE THEN
180: Fnd_Message.Set_Name('IGS',v_message_name);

Line 188: IF IGS_FI_VAL_FAR.crsp_val_loc_cd (

184: END IF;
185: -- Validate closed indicators.
186: IF p_inserting OR p_updating THEN
187: -- Validate for closed location.
188: IF IGS_FI_VAL_FAR.crsp_val_loc_cd (
189: new_references.location_cd,
190: v_message_name) = FALSE THEN
191: Fnd_Message.Set_Name('IGS',v_message_name);
192: IGS_GE_MSG_STACK.ADD;

Line 196: -- change igs_fi_val_far.enrp_val_att_closed

192: IGS_GE_MSG_STACK.ADD;
193: App_Exception.Raise_Exception;
194: END IF;
195: -- Validate for closed attendance type.
196: -- change igs_fi_val_far.enrp_val_att_closed
197: -- to igs_en_val_pee.enrp_val_att_closed
198: --
199: IF IGS_EN_VAL_PEE.enrp_val_att_closed (
200: new_references.attendance_type,

Line 207: IF IGS_FI_VAL_FAR.enrp_val_am_closed (

203: IGS_GE_MSG_STACK.ADD;
204: App_Exception.Raise_Exception;
205: END IF;
206: -- Validate for closed attendance mode.
207: IF IGS_FI_VAL_FAR.enrp_val_am_closed (
208: new_references.attendance_mode,
209: v_message_name) = FALSE THEN
210: Fnd_Message.Set_Name('IGS',v_message_name);
211: IGS_GE_MSG_STACK.ADD;

Line 322: IF IGS_FI_VAL_FAR.finp_val_far_create(new_references.fee_type,

318: BEGIN
319: -- Validate if fee_ass_rate can be created and if so, then
320: -- validate that it is unique and the order of precedence.
321: IF p_inserting OR p_updating THEN
322: IF IGS_FI_VAL_FAR.finp_val_far_create(new_references.fee_type,
323: new_references.fee_cal_type,
324: new_references.fee_ci_sequence_number,
325: new_references.s_relation_type,
326: v_message_name) = FALSE THEN

Line 331: IF igs_fi_val_far.finp_val_far_unique(new_references.fee_type,

327: Fnd_Message.Set_Name('IGS',v_message_name);
328: IGS_GE_MSG_STACK.ADD;
329: App_Exception.Raise_Exception;
330: END IF;
331: IF igs_fi_val_far.finp_val_far_unique(new_references.fee_type,
332: new_references.fee_cal_type,
333: new_references.fee_ci_sequence_number,
334: new_references.s_relation_type,
335: new_references.rate_number,

Line 362: IF IGS_FI_VAL_FAR.finp_val_far_order(new_references.fee_type,

358: Fnd_Message.Set_Name('IGS',v_message_name);
359: IGS_GE_MSG_STACK.ADD;
360: App_Exception.Raise_Exception;
361: END IF;
362: IF IGS_FI_VAL_FAR.finp_val_far_order(new_references.fee_type,
363: new_references.fee_cal_type,
364: new_references.fee_ci_sequence_number,
365: new_references.s_relation_type,
366: new_references.rate_number,