DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 621: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

617:
618: /* Bug 5243532. Added by Lakshmi Gopalsami
619: * Define variable for implementing caching logic.
620: */
621: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
622:
623: BEGIN
624:
625: /*------------------------------------------------------------------------------------------

Line 1310: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1306:
1307: /* Bug 5243532. Added by Lakshmi Gopalsami
1308: * Removed the cursor set_of_books_cur and implemented using caching logic.
1309: */
1310: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1311: (p_org_id => v_organization_id );
1312: v_set_of_books_id := l_func_curr_det.ledger_id;
1313:
1314: Fnd_File.PUT_LINE(Fnd_File.LOG, p_delivery_id||', '||'7 v_set_of_books_id = ' || v_set_of_books_id);