DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FEE_AS_RATE_PKG

Line 54: Modified finp_ins_roll_far() - TBH call igs_fi_fee_as_rate_pkg modified

50: Bug 3771151 - Removed references to log table IGS_GE_S_LOG_ENTRY and code to log - IGS_GE_GEN_003.GENP_INS_LOG_ENTRY
51: Bug 3771163 - Removed logging of message IGS_FI_FTCI_NO_REC_FOUND when FTCI has already been rolled over
52: uudayapr 16-oct-2003 Enh 3117341 Modified finp_ins_roll_ftci Procedure as a part of audit and special fees build.
53: pathipat 11-Sep-2003 Enh 3108052 - Add Unit Sets to Rate Table
54: Modified finp_ins_roll_far() - TBH call igs_fi_fee_as_rate_pkg modified
55: pathipat 26-Jun-2003 Bug:2992967 - Table validation value set for segments
56: Modified finp_prc_fee_rollvr() and finpl_ins_roll_over_ftci_accts()
57: shtatiko 26-MAY-2003 Enh# 2831572, Added procedures log_parameters and finpl_ins_roll_over_ftci_accts.
58: Modified procedures finp_ins_roll_ftci, finp_ins_roll_fcci and finp_prc_fee_rollvr.

Line 2094: -- Modified cursor c_far_source, call to igs_fi_fee_as_rate_pkg.insert_row

2090: -- defined at FCFL level and vice-versa.
2091: --svuppala 03-Jun-2005 Enh# 3442712 Added Unit Program Type Level, Unit Mode, Unit Code,
2092: -- Unit Version and Unit Level
2093: --pathipat 11-Sep-2003 Enh 3108052 - Add Unit Sets to Rate Table
2094: -- Modified cursor c_far_source, call to igs_fi_fee_as_rate_pkg.insert_row
2095: /*******************************************************************/
2096: gv_other_detail VARCHAR2(255);
2097: BEGIN
2098: DECLARE

Line 2186: IGS_FI_FEE_AS_RATE_PKG.INSERT_ROW(

2182: p_relation_type,
2183: v_message_name) THEN
2184: l_rowid := NULL; -- initialise l_rowid to null before passing into the TBH
2185: -- l_rowid with a value will throw Un-Handled Exception
2186: IGS_FI_FEE_AS_RATE_PKG.INSERT_ROW(
2187: X_ROWID => l_rowid,
2188: x_FAR_ID => v_FAR_ID,
2189: X_FEE_TYPE => v_far_source_rec.fee_type,
2190: X_FEE_CAL_TYPE => p_dest_cal_type,