DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_AS_ITEMS_PKG

Line 5687: bannamal 03-Jun-2005 Bug#3442712 Unit Level Fee Assessment Build. Modified the call to igs_fi_fee_as_items_pkg.insert_row

5683: Used t_Fee_as_items.crs_version_number for inserting into igs_fi_fee_as_items
5684: instead of the local variable l_crs_version_number.
5685: bannamal 08-Jul-2005 Enh#3392088 Campus Privilege Fee.
5686: Modified the tbh call to fee as items table to include two new columns.
5687: bannamal 03-Jun-2005 Bug#3442712 Unit Level Fee Assessment Build. Modified the call to igs_fi_fee_as_items_pkg.insert_row
5688: added new parameters unit_type_id, unit_class, unit_mode and unit_level.
5689: pathipat 07-Sep-2004 Enh 3880438 - Retention Enhancements build
5690: Removed condition checking if new amount < old amount before invoking finpl_chk_debt_ret_sched
5691: shtatiko 27-JUL-2004 Enh# 3787816, Replaced the call to finpl_charge_is_declined with igs_fi_gen_008.chk_chg_adj.

Line 6112: igs_fi_fee_as_items_pkg.insert_row(

6108: lv_as_items_rowid := NULL;
6109: log_to_fnd( p_v_module => 'finpl_ins_fee_ass',
6110: p_v_string => 'Inserting Fee Assessment Items Record.');
6111:
6112: igs_fi_fee_as_items_pkg.insert_row(
6113: x_rowid => lv_as_items_rowid,
6114: x_fee_ass_item_id => lv_fee_ass_item_id,
6115: x_transaction_id => v_fa_sequence_number,
6116: x_person_id => t_fee_as_items(i).person_id,

Line 11030: to igs_fi_fee_as_items_pkg.insert_row added new parameters

11026: Who When What
11027: abshriva 24-May-2006 Bug 5204728: Introduced p_trace_on in parameter list.
11028: abshriva 12-May-2006 Bug 5217319: Amount Precision change, added API call to allow correct precison into DB
11029: bannamal 03-Jun-2005 Bug#3442712 Unit Level Fee Assessment Build. Modified the call
11030: to igs_fi_fee_as_items_pkg.insert_row added new parameters
11031: unit_type_id, unit_class, unit_mode and unit_level.
11032:
11033: ***************************************************************/
11034:

Line 11177: igs_fi_fee_as_items_pkg.insert_row( x_rowid => l_rowid,

11173: l_rowid := NULL;
11174: l_n_fee_ass_item_id := NULL;
11175: log_to_fnd( p_v_module => 'create_retention_charge',
11176: p_v_string => 'Inserting Fee Assessment Items Record for Rentention charge.');
11177: igs_fi_fee_as_items_pkg.insert_row( x_rowid => l_rowid,
11178: x_fee_ass_item_id => l_n_fee_ass_item_id,
11179: x_transaction_id => l_n_transaction_id,
11180: x_person_id => p_n_person_id,
11181: x_status => 'E',