DBA Data[Home] [Help]

APPS.IGS_FI_F_TYP_CA_INST_PKG dependencies on IGS_FI_VAL_FCCI

Line 16: | What :Duplicate code removal Pointed finp_val_fss_closed to igs_fi_val_fcci

12: |
13: | sbaliga 13-feb-2002 Modified call to before_dml in insert_row procedure
14: | as part of SWCR006 build.
15: | Bug 1956374
16: | What :Duplicate code removal Pointed finp_val_fss_closed to igs_fi_val_fcci
17: | Pointed finp_val_ft_closed to igs_fi_val_cfar
18: | Who msrinivi
19: |
20: | Bug 2126091

Line 219: IF IGS_FI_VAL_FCCI.finp_val_ci_fee (

215: END IF;
216: END IF;
217: -- Validate Fee Type Calendar is of type FEE
218: IF (p_inserting) THEN
219: IF IGS_FI_VAL_FCCI.finp_val_ci_fee (
220: new_references.fee_cal_type,
221: new_references.fee_ci_sequence_number,
222: v_message_name) = FALSE THEN
223: Fnd_Message.Set_Name('IGS',v_message_name);

Line 243: IF IGS_FI_VAL_FCCI.finp_val_fss_closed (

239: END IF;
240: -- Validate Fee Type CI Status is not closed.
241: IF (p_inserting OR (old_references.fee_type_ci_status) <>
242: (new_references.fee_type_ci_status)) THEN
243: IF IGS_FI_VAL_FCCI.finp_val_fss_closed (
244: new_references.fee_type_ci_status,
245: v_message_name) = FALSE THEN
246: Fnd_Message.Set_Name('IGS',v_message_name);
247: IGS_GE_MSG_STACK.ADD;