DBA Data[Home] [Help]

APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_FI_ANC_INT_PKG

Line 27: Removed transaction_dt from igs_fi_anc_int_pkg.update_row

23: obsoleted columns chg_rate and chg_elements.
24: sykrishn 03-JUL-02 Bug 2442163 - Procedure finp_imp_calc_anc_charges modified to insert sysdate to
25: transaction_dt in the table igs_fi_impchgs_lines table
26: Reference to anc_int table.transaction_dt is removed as it will never be present.
27: Removed transaction_dt from igs_fi_anc_int_pkg.update_row
28: Call to charges api changed to pass sysdate for invoice creation date instead of transaction_dt
29: sykrishn 10-JUL-02 Bug 2454128 - Procedure finp_imp_calc_anc_charges
30: Call to charges api changed to pass Fee Type Description for invoice description
31: (l_header_rec.p_invoice_desc) instead of null.

Line 1105: igs_fi_anc_int_pkg.update_row( x_rowid => ancrec.rowid,

1101:
1102: -- The Record in the Ancillary Interface table to be updated with
1103: -- the status and the error message
1104: -- Call the TBH for updating the record
1105: igs_fi_anc_int_pkg.update_row( x_rowid => ancrec.rowid,
1106: x_ancillary_int_id => ancrec.ancillary_int_id,
1107: x_person_id => ancrec.person_id,
1108: x_person_id_type => ancrec.person_id_type,
1109: x_api_person_id => ancrec.api_person_id,