DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FTCI dependencies on IGS_FI_F_CAT_FEE_LBL_PKG

Line 5: pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag cloumn to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row

1: PACKAGE BODY IGS_FI_VAL_FTCI AS
2: /* $Header: IGSFI34B.pls 120.1 2005/07/28 07:41:33 appldev ship $ */
3: /*
4: Who When What
5: pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag cloumn to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row
6: shtatiko 04-FEB-2004 Enh# 3167098, Removed validation of Retro Date Alias from finp_val_ftci_dates.
7: vvutukur 29-Jul-2002 Bug#2425767. Removed payment_hierarchy_rank column references as this
8: is obsoleted(from call to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row in
9: FUNCTION finp_upd_fcfl_status.Removed function finp_val_ftci_rank

Line 8: is obsoleted(from call to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row in

4: Who When What
5: pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag cloumn to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row
6: shtatiko 04-FEB-2004 Enh# 3167098, Removed validation of Retro Date Alias from finp_val_ftci_dates.
7: vvutukur 29-Jul-2002 Bug#2425767. Removed payment_hierarchy_rank column references as this
8: is obsoleted(from call to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row in
9: FUNCTION finp_upd_fcfl_status.Removed function finp_val_ftci_rank
10: as this function validates payment_hierarchy_rank,an obsoleted column.)
11: vchappid 25-Apr-2002 Bug# 2329407, Removed the parameters account_cd, fin_cal_type
12: and fin_ci_sequence_number from the function call finp_val_ftci_rqrd

Line 170: IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row (

166: RETURN TRUE;
167: END IF;
168:
169: /* Call server side TBH package procedure */
170: IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row (
171: x_rowid => fcfl_rec.rowid,
172: x_fee_cat => fcfl_rec.fee_cat,
173: x_fee_ci_sequence_number => fcfl_rec.fee_ci_sequence_number,
174: x_fee_type => fcfl_rec.fee_type,