DBA Data[Home] [Help]

APPS.JAI_OE_OLA_ARIUD_T1 dependencies on JAI_PLSQL_CACHE_PKG

Line 13: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

9: le_error EXCEPTION ;
10: lv_action VARCHAR2(20) ;
11:
12: /* Bug 5095812. Added by Lakshmi Gopalsami */
13: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
14:
15: /*
16: || Here initialising the pr_new record type in the inline procedure
17: ||

Line 734: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

730: * Removed the code which calls jai_cmn_utils_pkg and added the
731: * following check using plsql caching for performance issues reported.
732: */
733:
734: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
735: (p_org_id => :new.org_id );
736:
737: IF l_func_curr_det.currency_code <> 'INR' THEN
738: RETURN;