DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_REFUND_INT_PKG

Line 310: vvutukur 19-Nov-2002 Enh#2584986.Modified the call to igs_fi_refund_int_pkg.insert_row to include the new parameter

306: Change History
307: Who When What
308: sapanigr 03-May-2006 Enh#3924836 Precision Issue. Amount values being inserted into igs_fi_refund_int
309: is now rounded off to currency precision
310: vvutukur 19-Nov-2002 Enh#2584986.Modified the call to igs_fi_refund_int_pkg.insert_row to include the new parameter
311: x_gl_date.
312: ********************************************************************************************** */
313:
314: l_rowid VARCHAR2(25) ;

Line 320: igs_fi_refund_int_pkg.insert_row( X_ROWID => l_rowid,

316: p_dml_status:=TRUE;
317: p_err_msg:=NULL;
318:
319: -- Call to igs_fi_gen_gl.get_formatted_amount formats refund_amount by rounding off to currency precision
320: igs_fi_refund_int_pkg.insert_row( X_ROWID => l_rowid,
321: X_REFUND_ID => p_cur_ref_ins.refund_id,
322: X_VOUCHER_DATE => p_cur_ref_ins.voucher_date,
323: X_PERSON_ID => p_cur_ref_ins.person_id,
324: X_PAY_PERSON_ID => p_cur_ref_ins.pay_person_id,