DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_F_CAT_FEE_LBL_PKG

Line 37: svuppala 22-Aug-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Insert_Row

33: This is done even for FCFL.
34: svuppala 09-Sep-2005 Bug 3822813 - The setting of variable l_b_fcfl_not_found to TRUE is removed
35: in finp_ins_roll_ftci
36: gurprsin 29-Aug-2005 Bug 3392088, Added max_chg_elements column to the IGS_FI_F_TYP_CA_INST_PKG.Insert_Row
37: svuppala 22-Aug-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Insert_Row
38: gurprsin 28-Jun-2005 Bug# 3392088 Modified the rollover process to incorporate
39: sub element ranges and rates table rollover.
40: svuppala 03-Jun-2005 Enh# 3442712 - Modified TBH calls to table IGS_FI_FEE_AS_RATE to include
41: 5 new Unit Level Attributes in insert_row method

Line 1721: || svuppala 22-Aug-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Insert_Row

1717: || sapanigr 29-Mar-2006 Bug 4606670. Out parameter p_message_name assigned dummy value cst_warning
1718: || if calls to finp_ins_roll_frtns or finp_ins_roll_far returns this value.
1719: || akandreg 10-Nov-2005 Bugs 4680440 , 4232201 - Validation on Charge Method/Rule Seq Num at FCFL level
1720: || Before rolling over an FCFL, validate whether Charge Method/Rule Seq Num has a value at source.
1721: || svuppala 22-Aug-2005 Enh 3392095, Added waiver_calc_flag column to the IGS_FI_F_CAT_FEE_LBL_Pkg.Insert_Row
1722: || Modified cursor c_fcfl_fss to get waiver_calc_flag
1723: || pathipat 12-Jul-2004 Bug 3759552 - Added code to roll over Fee Trig Groups, Unit Triggers
1724: || and Unit Set Triggers.
1725: || pathipat 24-Jan-2003 Bug: 2765199 - Removed exception section

Line 1729: || c_fcfl_fss and from the call to IGS_FI_F_CAT_FEE_LBL_PKG.INSERT_ROW).

1725: || pathipat 24-Jan-2003 Bug: 2765199 - Removed exception section
1726: || vvutukur 26-Aug-2002 Bug#2531390.The comment in the code regarding the rollover of fee payment
1727: || schedules is removed to avoid confusion.
1728: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from cursor
1729: || c_fcfl_fss and from the call to IGS_FI_F_CAT_FEE_LBL_PKG.INSERT_ROW).
1730: ----------------------------------------------------------------------------*/
1731: gv_other_detail VARCHAR2(255);
1732: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;
1733: BEGIN

Line 1904: IGS_FI_F_CAT_FEE_LBL_PKG.INSERT_ROW(

1900: IF v_valid_dai THEN
1901: BEGIN
1902: l_rowid := NULL; -- initialise l_rowid to null before passing into the TBH
1903: -- l_rowid with a value will throw Un-Handled Exception
1904: IGS_FI_F_CAT_FEE_LBL_PKG.INSERT_ROW(
1905: X_ROWID=>l_rowid,
1906: X_FEE_CAT=>p_fee_cat,
1907: X_FEE_CI_SEQUENCE_NUMBER=>p_dest_sequence_number,
1908: X_FEE_TYPE=>v_fcfl_fss_rec.fee_type,