DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 593: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

589:
590: /* Bug 5243532. Added by Lakshmi Gopalsami
591: * Define variable for implementing caching logic.
592: */
593: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
594:
595: BEGIN
596:
597: /*------------------------------------------------------------------------------------------

Line 1229: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1225:
1226: /* Bug 5243532. Added by Lakshmi Gopalsami
1227: * Removed the cursor set_of_books_cur and implemented using caching logic.
1228: */
1229: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1230: (p_org_id => v_organization_id );
1231: v_set_of_books_id := l_func_curr_det.ledger_id;
1232:
1233: Fnd_File.PUT_LINE(Fnd_File.LOG, p_delivery_id||', '||'7 v_set_of_books_id = ' || v_set_of_books_id);