DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_REFUNDS_PKG

Line 13: skharida 26-Jun-2006 Bug# 5208136 - Modified update_refunds proc, removed the obsoleted columns from IGS_FI_REFUNDS_PKG

9: refunds tables.
10: Known limitations,enhancements,remarks:
11: Change History
12: Who When What
13: skharida 26-Jun-2006 Bug# 5208136 - Modified update_refunds proc, removed the obsoleted columns from IGS_FI_REFUNDS_PKG
14: sapanigr 03-May-2006 Enh#3924836 Precision Issue. Modified update_refunds and insert_interface.
15: sapanigr 14-Feb-2006 Bug#5018036 - R12 Repository tuning. Cursors changed in procedures log_person and transfer_to_int.
16: pathipat 23-Apr-2003 Enh 2831569 - Commercial Receivables build
17: Modified transfer_to_int() - added call to chk_manage_account()

Line 233: vvutukur 19-Nov-2002 Modified the call to igs_fi_refunds_pkg.update_row to add new parameters gl_date,

229: Who When What
230: skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_REFUNDS
231: sapanigr 03-May-2006 Enh#3924836 Precision Issue. Amount values being inserted into igs_fi_refunds
232: is now rounded off to currency precision
233: vvutukur 19-Nov-2002 Modified the call to igs_fi_refunds_pkg.update_row to add new parameters gl_date,
234: reversal_gl_date.
235: ********************************************************************************************** */
236:
237: BEGIN

Line 242: igs_fi_refunds_pkg.update_row(X_ROWID => p_cur_ref_upd.rowid,

238: p_dml_status:=TRUE;
239: p_err_msg:=NULL;
240:
241: -- Call to igs_fi_gen_gl.get_formatted_amount formats refund_amount by rounding off to currency precision
242: igs_fi_refunds_pkg.update_row(X_ROWID => p_cur_ref_upd.rowid,
243: X_REFUND_ID => p_cur_ref_upd.refund_id,
244: X_VOUCHER_DATE => p_cur_ref_upd.voucher_date,
245: X_PERSON_ID => p_cur_ref_upd.person_id,
246: X_PAY_PERSON_ID => p_cur_ref_upd.pay_person_id,