DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CHARGES_API_PVT

Line 617: the call to igs_fi_charges_api_pvt.create_charge.

613: the records from view igs_fi_parties_v instead of
614: igs_pe_person_v. This fix is done to remove
615: Non-mergablity due to igs_pe_person_v view and to reduce shared memory
616: vvutukur 20-Nov-2002 Enh#2584986.Added new IN parameter p_d_gl_date to this procedure.Passed p_d_gl_date to
617: the call to igs_fi_charges_api_pvt.create_charge.
618: jbegum 21-Sep-2002 Bug #2564643 Modified the cursor cur_desc to select only description column
619: and not the subaccount_id column from igs_fi_cr_types table.
620: Also modified the record structure being passed to igs_fi_charges_api_pvt.create_charge.
621: Removed the field l_chg_rec.p_subaccount_id .

Line 620: Also modified the record structure being passed to igs_fi_charges_api_pvt.create_charge.

616: vvutukur 20-Nov-2002 Enh#2584986.Added new IN parameter p_d_gl_date to this procedure.Passed p_d_gl_date to
617: the call to igs_fi_charges_api_pvt.create_charge.
618: jbegum 21-Sep-2002 Bug #2564643 Modified the cursor cur_desc to select only description column
619: and not the subaccount_id column from igs_fi_cr_types table.
620: Also modified the record structure being passed to igs_fi_charges_api_pvt.create_charge.
621: Removed the field l_chg_rec.p_subaccount_id .
622: smadathi 03-Jun-2002 Bug 2349394. call to get_bill_desc function is made to get bill description
623: which is passed as parameter to charges API for all funds except sponsor.
624: vchappid 11-Feb-2002 Enh#2191470, Un-Commented reference to Fee Cal parameters in the Charges API invoking

Line 650: l_chg_rec igs_fi_charges_api_pvt.header_rec_type;

646:
647: rec_c_igs_fi_fee_type c_igs_fi_fee_type%ROWTYPE;
648:
649:
650: l_chg_rec igs_fi_charges_api_pvt.header_rec_type;
651: l_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
652: l_line_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
653: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
654: l_msg_count NUMBER(5);

Line 651: l_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;

647: rec_c_igs_fi_fee_type c_igs_fi_fee_type%ROWTYPE;
648:
649:
650: l_chg_rec igs_fi_charges_api_pvt.header_rec_type;
651: l_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
652: l_line_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
653: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
654: l_msg_count NUMBER(5);
655: l_msg_data igf_db_awd_disb_dtl.error_desc%TYPE;

Line 652: l_line_tbl igs_fi_charges_api_pvt.line_id_tbl_type;

648:
649:
650: l_chg_rec igs_fi_charges_api_pvt.header_rec_type;
651: l_chg_line_tbl igs_fi_charges_api_pvt.line_tbl_type;
652: l_line_tbl igs_fi_charges_api_pvt.line_id_tbl_type;
653: l_invoice_id igs_fi_inv_int.invoice_id%TYPE;
654: l_msg_count NUMBER(5);
655: l_msg_data igf_db_awd_disb_dtl.error_desc%TYPE;
656: l_var NUMBER(5) := 0;

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

781: l_chg_line_tbl(1).p_location_cd := NULL;
782: l_chg_line_tbl(1).p_uoo_id := NULL;
783: l_chg_line_tbl(1).p_d_gl_date := p_d_gl_date;
784:
785: igs_fi_charges_api_pvt.create_charge(p_api_version => 2.0,
786: p_init_msg_list => 'T',
787: p_commit => 'F',
788: p_validation_level => NULL,
789: p_header_rec => l_chg_rec,