DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FCCI dependencies on IGS_FI_F_CAT_FEE_LBL_PKG

Line 105: || pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row

101: || Known limitations, enhancements or remarks :
102: || Change History :
103: || Who When What
104: || (reverse chronological order - newest change first)
105: || pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row
106: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from the call
107: || to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row).
108: ----------------------------------------------------------------------------*/
109: gv_other_detail VARCHAR2(255);

Line 107: || to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row).

103: || Who When What
104: || (reverse chronological order - newest change first)
105: || pmarada 28-jul-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row
106: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from the call
107: || to IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row).
108: ----------------------------------------------------------------------------*/
109: gv_other_detail VARCHAR2(255);
110: BEGIN
111: DECLARE

Line 156: IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row (

152: RETURN TRUE;
153: END IF;
154:
155: /* Call server side TBH package procedure */
156: IGS_FI_F_CAT_FEE_LBL_Pkg.Update_Row (
157: x_rowid => fcfl_rec.rowid,
158: x_fee_cat => fcfl_rec.fee_cat,
159: x_fee_ci_sequence_number => fcfl_rec.fee_ci_sequence_number,
160: x_fee_type => fcfl_rec.fee_type,