DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_CHARGES_API_PVT

Line 14: || Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount

10: || Who When What
11: || agairola 29-Aug-2005 Enh 3392095: Tuition Waiver Build, impact of waiver_name in charges table
12: || svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
13: || Impact of Charges API version Number change
14: || Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
15: || pmarada 26-May-2005 Enh#3020586- added tax year code column as per 1098-t reporting build
16: || agairola 06-JUN-2002 for bug 2392776 - added update_invoice and modified beforerowinsert
17: || agairola 14-May-2002 Changed the procedure beforerowinsert for bug 2365356
18: || agairola 14-May-2002 Changed the call to the Charges API for bugs 2372163,2372122

Line 1575: || Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount

1571: || Change History :
1572: || Who When What
1573: || svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
1574: || Impact of Charges API version Number change
1575: || Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
1576: || vvutukur 24-Dec-2002 Bug#2713315.Used FND_MESSAGE.SET_ENCODED to encode the token value, if charges api
1577: || returned some error message.
1578: || smadathi 06-Nov-2002 Enh. Bug 2584986. Modified charges API call to Add new parameter GL_DATE
1579: || Cursor CUR_CURRENCY declaration and its usage removed and replaced by

Line 1594: l_header_rec igs_fi_charges_api_pvt.header_rec_type;

1590: || 3. The Effective Date is passed as the Voucher Date
1591: || (reverse chronological order - newest change first)
1592: */
1593: -- Variables added for the Charges API call
1594: l_header_rec igs_fi_charges_api_pvt.header_rec_type;
1595: l_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
1596: l_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
1597: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
1598: l_description igs_fi_fee_type.description%TYPE;

Line 1595: l_line_tbl igs_fi_charges_api_pvt.line_tbl_type;

1591: || (reverse chronological order - newest change first)
1592: */
1593: -- Variables added for the Charges API call
1594: l_header_rec igs_fi_charges_api_pvt.header_rec_type;
1595: l_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
1596: l_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
1597: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
1598: l_description igs_fi_fee_type.description%TYPE;
1599: l_return_status VARCHAR2(1);

Line 1596: l_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;

1592: */
1593: -- Variables added for the Charges API call
1594: l_header_rec igs_fi_charges_api_pvt.header_rec_type;
1595: l_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
1596: l_line_id_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
1597: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
1598: l_description igs_fi_fee_type.description%TYPE;
1599: l_return_status VARCHAR2(1);
1600: l_msg_count NUMBER(3);

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

1728: l_line_tbl(1).p_attribute19 := NULL;
1729: l_line_tbl(1).p_attribute20 := NULL;
1730: l_line_tbl(1).p_d_gl_date := new_references.gl_date;
1731:
1732: igs_fi_charges_api_pvt.create_charge(p_api_version => 2.0,
1733: p_init_msg_list => 'F',
1734: p_commit => 'F',
1735: p_header_rec => l_header_rec,
1736: p_line_tbl => l_line_tbl,