DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT_PKG

Line 112: Removed the source_transaction_id column from the IGS_FI_INVLN_INT_PKG.update_row

108: | orig_appl_fee_ref to comments field of RA_INTERFACE_LINES_ALL when
109: | source_transaction_type is APPLFEE.Also added column orig_appl_fee_ref to
110: | the IGS_FI_POSTING_INT_PKG.insert_row ,IGS_FI_POSTING_INT_PKG.update_row
111: | jbegum 20 Feb 02 As part of Enh bug #2228910
112: Removed the source_transaction_id column from the IGS_FI_INVLN_INT_PKG.update_row
113: jbegum 16 Feb 02 As part of Enh bug #2222272
114: Set org id of transactions created
115: in the Receivables Invoice Interface tables
116: to the org id value obtained from control table

Line 770: igs_fi_invln_int_pkg.update_row(

766: p_src_txn_type => g_charge);
767:
768: BEGIN
769: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
770: igs_fi_invln_int_pkg.update_row(
771: x_rowid => inv_rec.row_id,
772: x_invoice_lines_id => inv_rec.invoice_lines_id,
773: x_invoice_id => inv_rec.invoice_id,
774: x_line_number => inv_rec.line_number,