DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_CHARGES_API_PVT

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

14: --Who When What
15: --sapanigr 13-Feb-2006 Bug 5018036. Modified cursor in procedure calc_fin_lt_charge for R12 repository perf tuning.
16: --svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
17: -- Impact of Charges API version Number change
18: -- Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
19: --pathipat 26-Apr-2004 Bug 3578249 - Modified calc_fin_lt_charge()
20: --vvutukur 20-Jan-2004 Bug#3348787.Modified calc_fin_lt_charge.
21: --vvutukur 20-Sep-2003 Enh#3045007.Payment Plans Build. Changes specific to Payment Plans TD.
22: --vvutukur 30-Jul-2003 Bug#3069929.Modified calc_red_balance.

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

581: Change History
582: Who When What
583: svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
584: Impact of Charges API version Number change
585: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
586: vvutukur 20-Sep-2003 Enh#3045007.Payment Plans Build. Changes specific to Payment Plans TD.
587: vvutukur 24-Nov-2002 Enh#2584986.Added p_d_gl_date parameter and passed the same to the call to charges api.
588: Removed references to igs_fi_cur as the same has been obsoleted and captured the local
589: currency from System Options Form to be passed to charges api.

Line 595: l_chg_rec igs_fi_charges_api_pvt.Header_Rec_Type;

591: Charge Amount that is calculated
592: ********************************************************************************************** */
593:
594:
595: l_chg_rec igs_fi_charges_api_pvt.Header_Rec_Type;
596: l_chg_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
597: l_line_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
598: l_invoice_id igs_fi_inv_int.Invoice_Id%TYPE;
599: l_ret_status VARCHAR2(1);

Line 596: l_chg_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;

592: ********************************************************************************************** */
593:
594:
595: l_chg_rec igs_fi_charges_api_pvt.Header_Rec_Type;
596: l_chg_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
597: l_line_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
598: l_invoice_id igs_fi_inv_int.Invoice_Id%TYPE;
599: l_ret_status VARCHAR2(1);
600: l_msg_count NUMBER(5);

Line 597: l_line_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;

593:
594:
595: l_chg_rec igs_fi_charges_api_pvt.Header_Rec_Type;
596: l_chg_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
597: l_line_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
598: l_invoice_id igs_fi_inv_int.Invoice_Id%TYPE;
599: l_ret_status VARCHAR2(1);
600: l_msg_count NUMBER(5);
601: l_msg_data VARCHAR2(2000);

Line 704: igs_fi_charges_api_pvt.Create_Charge(p_api_version => 2.0,

700: l_chg_line_tbl(1).p_uoo_id := NULL;
701: l_chg_line_tbl(1).p_d_gl_date := p_d_gl_date;
702:
703:
704: igs_fi_charges_api_pvt.Create_Charge(p_api_version => 2.0,
705: p_init_msg_list => 'T',
706: p_commit => 'F',
707: p_validation_level => NULL,
708: p_header_rec => l_chg_rec,