DBA Data[Home] [Help]

APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_CMN_UTILS_PKG

Line 2525: ln_converted_rate := jai_cmn_utils_pkg.currency_conversion(r_rcpt_app_trx_details.set_of_books_id,

2521: FETCH c_get_rcpt_app_trx_details INTO r_rcpt_app_trx_details;
2522: CLOSE c_get_rcpt_app_trx_details;
2523:
2524: /*Modified by Qinglei on 05-Jan-2011 for bug#13556198 begin*/
2525: ln_converted_rate := jai_cmn_utils_pkg.currency_conversion(r_rcpt_app_trx_details.set_of_books_id,
2526: r_rcpt_app_trx_details.receipt_currency_code,
2527: r_rcpt_app_trx_details.receipt_exchange_date,
2528: r_rcpt_app_trx_details.receipt_exchange_rate_type,
2529: r_rcpt_app_trx_details.receipt_exchange_rate);