DBA Data[Home] [Help]

APPS.JAI_OM_RG_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 273: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

269: /* Bug 5243532. Added by Lakshmi Gopalsami
270: Removed the cursors c_get_sob_currency and currency
271: c_currency_precision and implemented the same using caching logic.
272: */
273: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
274:
275:
276: v_precision fnd_currencies.precision%type;
277: v_currency_code GL_SETS_OF_BOOKS.CURRENCY_CODE%TYPE ;

Line 325: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

321: /* Bug 5243532. Added by Lakshmi Gopalsami
322: Removed the reference to cursors c_get_sob_currency
323: and implemented using caching logic.
324: */
325: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
326: (p_org_id => v_org_id );
327: v_currency_code := l_func_curr_det.currency_code;
328: v_precision := l_func_curr_det.precision;
329: