DBA Data[Home] [Help]

APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 273: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

269:
270: /* Bug 5243532. Added by Lakshmi Gopalsami
271: * Defined variable for implementing caching logic.
272: */
273: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
274: BEGIN
275: pv_return_code := jai_constants.successful ;
276: /*------------------------------------------------------------------------------------------
277: FILENAME: JA_IN_AR_HDR_COMPLETE_TRG.sql

Line 529: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

525: THEN
526: /* Bug 5243532. Added by Lakshmi Gopalsami
527: * Removed the cursor set_of_books_cur and implemented using caching logic.
528: */
529: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
530: (p_org_id => v_org_id );
531: v_set_of_books_id := l_func_curr_det.ledger_id;
532: END IF;
533: v_converted_rate := jai_cmn_utils_pkg.currency_conversion (v_set_of_books_id ,v_currency_code ,