DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG 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: sapanigr 24-Feb-2006 Bug#5018036 - Replaced cursor cur_person in igs_fi_extto_imp procedure by function call.
23: sapanigr 12-Feb-2006 Bug#5018036 - Modified cursor cur_person in igs_fi_extto_imp procedure. (R12 SQL Repository tuning)
24: svuppala 09-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: gurprsin 26-Jul-2005 Bug# 3392095.In IGS_FI_EXTTO_IMP procedure, Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to
28: include waiver_name column parameter.
29: bannamal 03-Jun-2005 Unit Level Fee Assessment Build. Modified the call to
30: igs_fi_prc_acct_pkg.build_accounts. Added new parameters.

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

320: sapanigr 24-Feb-2006 Bug#5018036 - Cursor cur_person replaced by call to function igs_fi_gen_008.get_party_number.
321: sapanigr 12-Feb-2006 Bug#5018036 - Cursor cur_person now queries hz_parties instead of igs_fi_parties_v. (R12 SQL Repository tuning)
322: svuppala 09-AUG-2005 Enh 3392095 - Tution Waivers build
323: Impact of Charges API version Number change
324: Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
325: gurprsin 26-Jul-2005 Bug# 3392095. Modified table habdler call igs_fi_prc_acct_pkg.build_accounts to include waiver_name column parameter.
326: vvutukur 20-Jun-2003 Bug#2777502.Modified the code to concatenate all the error messages of interface record and update the newly added
327: error_msg column in interface table. Also cursor cur_fei is modified such that it picks up records with ERROR status
328: along with TODO status records.

Line 402: l_header_rec igs_fi_charges_api_pvt.Header_Rec_Type;

398: AND status IN (l_cst_error,l_cst_todo);
399:
400:
401: -- Variables added for the Charges API call
402: l_header_rec igs_fi_charges_api_pvt.Header_Rec_Type;
403: l_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
404: l_line_id_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
405: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
406: l_v_return_status VARCHAR2(1);

Line 403: l_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;

399:
400:
401: -- Variables added for the Charges API call
402: l_header_rec igs_fi_charges_api_pvt.Header_Rec_Type;
403: l_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
404: l_line_id_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
405: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
406: l_v_return_status VARCHAR2(1);
407: l_n_msg_count NUMBER(3);

Line 404: l_line_id_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;

400:
401: -- Variables added for the Charges API call
402: l_header_rec igs_fi_charges_api_pvt.Header_Rec_Type;
403: l_line_tbl igs_fi_charges_api_pvt.Line_Tbl_Type;
404: l_line_id_tbl igs_fi_charges_api_pvt.Line_Id_Tbl_Type;
405: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
406: l_v_return_status VARCHAR2(1);
407: l_n_msg_count NUMBER(3);
408: l_v_msg_data VARCHAR2(2000);

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

759: l_line_tbl(1).p_override_cr_rev_account_cd := l_override_cr_rev_account_cd;
760:
761: -- End of modifications due to GL build
762:
763: igs_fi_charges_api_pvt.create_charge(p_api_version => 2.0,
764: p_init_msg_list => 'T',
765: p_commit => 'F',
766: p_header_rec => l_header_rec,
767: p_line_tbl => l_line_tbl,