DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_F_TYP_CA_INST_PKG

Line 36: gurprsin 29-Aug-2005 Bug 3392088, Added max_chg_elements column to the IGS_FI_F_TYP_CA_INST_PKG.Insert_Row

32: Before rolling over an FTCI, Charge Method/Rule Seq Num is validated whether source FTCI has a value.
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

Line 97: also from the insert_row of igs_fi_f_typ_ca_inst_pkg.Bug:2175865

93: schodava 06-Feb-2002 Enh # 2187247
94: SFCR021 : FCI-LCI Relation
95: Removed the function for Charge Method Apportion rollover finp_ins_roll_cma
96: Sarakshi 15-Jan-2002 In function finp_ins_roll_ftci,removed the reference of subaccount_id from cursor c_ftci_fss
97: also from the insert_row of igs_fi_f_typ_ca_inst_pkg.Bug:2175865
98: sarakshi 19-Nov-2001 Added column ret_account_cd,ret_gl_ccid in the select list of cur c_ftci_fss also in
99: the call to the insert row of igs_fi_f_typ_ca_inst_pkg
100: as a prt of sfcr012, bug:2113459
101: schodava 3-Sep-2001 Bug : 1966961

Line 99: the call to the insert row of igs_fi_f_typ_ca_inst_pkg

95: Removed the function for Charge Method Apportion rollover finp_ins_roll_cma
96: Sarakshi 15-Jan-2002 In function finp_ins_roll_ftci,removed the reference of subaccount_id from cursor c_ftci_fss
97: also from the insert_row of igs_fi_f_typ_ca_inst_pkg.Bug:2175865
98: sarakshi 19-Nov-2001 Added column ret_account_cd,ret_gl_ccid in the select list of cur c_ftci_fss also in
99: the call to the insert row of igs_fi_f_typ_ca_inst_pkg
100: as a prt of sfcr012, bug:2113459
101: schodava 3-Sep-2001 Bug : 1966961
102: Obsolete Items CCR
103: Removed references of the Account Code link to Financial Calendar

Line 685: || c_ftci_fss and from the call to IGS_FI_F_TYP_CA_INST_PKG.INSERT_ROW).

681: || vvutukur 26-Aug-2002 Bug#2531390.The comment in the code regarding the rollover of fee payment
682: || schedules is removed to avoid confusion.Removed DEFAULTing values of
683: || l_already_rolled,l_fcfl_exists_ind to avoid gscc warnings.
684: || vvutukur 23-Jul-2002 Bug#2425767.Removed references to payment_hierarchy_rank(from cursor
685: || c_ftci_fss and from the call to IGS_FI_F_TYP_CA_INST_PKG.INSERT_ROW).
686: ----------------------------------------------------------------------------*/
687: gv_other_detail VARCHAR2(255);
688: l_v_token1_val IGS_LOOKUP_VALUES.MEANING%TYPE;
689: BEGIN

Line 967: IGS_FI_F_TYP_CA_INST_PKG.INSERT_ROW(

963: v_process_next_ftci := TRUE;
964: ELSE
965: l_rowid := NULL; -- initialise l_rowid to null before passing into the TBH
966: -- l_rowid with a value will throw Un-Handled Exception
967: IGS_FI_F_TYP_CA_INST_PKG.INSERT_ROW(
968: X_ROWID=>l_rowid,
969: X_FEE_TYPE=>v_ftci_fss_rec.fee_type,
970: X_FEE_CAL_TYPE=>p_dest_cal_type,
971: X_FEE_CI_SEQUENCE_NUMBER=>p_dest_sequence_number,