DBA Data[Home] [Help]

APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_CHARGES_API_PVT

Line 26: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount

22: abshriva 5 May-2006 Bug 5178077: Modification done in assess_fees
23: uudayapr 14-Sep-2005 Bug 4609164 - Modfied call_charges_api to passes the Unit level values
24: svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
25: Impact of Charges API version Number change
26: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
27: svuppala 29-MAR-05 Bug 4240402 Timezone impact; Truncating the time part in calling place of the table handlers
28: of the table IGS_FI_SPECIAL_FEES.
29: Modified the sysdate entries as Trunc(Sysdate).
30: uudayapr 21-Mar-05 Bug#4224392 Modified call_charges_api

Line 119: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount

115: uudayapr 14-Sep-2005 Bug 4609164 -Added the Cursor c_unit_level_detail to retive the unit level details
116: to be passed to the Charges Api.
117: svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
118: Impact of Charges API version Number change
119: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
120: uudayapr 21-MAR-05 Bug# 4224392 Added the cursors c_org_unit_cd to retreive the
121: Org_cd and location cd and pass it to the create_charge.
122: ******************************************************************/
123: CURSOR cur_fee_type_desc(cp_v_fee_type igs_fi_fee_type.fee_type%TYPE) IS

Line 162: l_rec_chg_header igs_fi_charges_api_pvt.header_rec_type;

158: AND asuc.unit_class = uoo.unit_class
159: AND uoo.uoo_id = cp_uoo_id;
160:
161: l_v_fee_type_desc igs_fi_fee_type.description%TYPE := NULL;
162: l_rec_chg_header igs_fi_charges_api_pvt.header_rec_type;
163: l_rec_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
164: l_rec_chg_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
165: l_v_return_status VARCHAR2(1) := NULL;
166: l_n_msg_count NUMBER := 0;

Line 163: l_rec_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;

159: AND uoo.uoo_id = cp_uoo_id;
160:
161: l_v_fee_type_desc igs_fi_fee_type.description%TYPE := NULL;
162: l_rec_chg_header igs_fi_charges_api_pvt.header_rec_type;
163: l_rec_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
164: l_rec_chg_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
165: l_v_return_status VARCHAR2(1) := NULL;
166: l_n_msg_count NUMBER := 0;
167: l_v_msg_data VARCHAR2(4000) := NULL;

Line 164: l_rec_chg_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;

160:
161: l_v_fee_type_desc igs_fi_fee_type.description%TYPE := NULL;
162: l_rec_chg_header igs_fi_charges_api_pvt.header_rec_type;
163: l_rec_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
164: l_rec_chg_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
165: l_v_return_status VARCHAR2(1) := NULL;
166: l_n_msg_count NUMBER := 0;
167: l_v_msg_data VARCHAR2(4000) := NULL;
168:

Line 232: igs_fi_charges_api_pvt.create_charge(p_api_version => 2.0,

228: l_rec_chg_line_tbl(1).p_unit_class := l_c_unit_level_detail.unit_class;
229: l_rec_chg_line_tbl(1).p_unit_mode := l_c_unit_level_detail.unit_mode;
230: l_rec_chg_line_tbl(1).p_unit_level := l_c_unit_level_detail.unit_level;
231:
232: igs_fi_charges_api_pvt.create_charge(p_api_version => 2.0,
233: p_init_msg_list => 'F',
234: p_commit => 'F',
235: p_validation_level => 100,
236: p_header_rec => l_rec_chg_header,