DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 445: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

441:
442: /* Bug 5243532. Added by Lakshmi Gopalsami
443: * Defined variable for implementing caching logic.
444: */
445: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
446: -- End for bug 5243532
447: BEGIN
448:
449: lv_debug := 'Y';

Line 493: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

489: * Removed cursor c_fetch_org_information and
490: * implemented caching logic.
491: */
492:
493: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
494: (p_org_id => r_trx.organization_id);
495: lv_organization_code := l_func_curr_det.organization_code;
496: ln_set_of_books_id := l_func_curr_det.ledger_id;
497:

Line 1554: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1550:
1551: /* Bug 5243532. Added by Lakshmi Gopalsami
1552: * Defined variable for implementing caching logic.
1553: */
1554: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1555: lv_org_code org_organization_definitions.organization_code%TYPE;
1556: ln_set_of_books_id gl_ledgers.ledger_id%TYPE;
1557: -- End for bug 5243532
1558:

Line 1593: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1589: * Removed cursor c_fetch_org_information and
1590: * implemented caching logic.
1591: */
1592:
1593: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1594: (p_org_id => r_trx.organization_id);
1595: lv_org_code := l_func_curr_det.organization_code;
1596: ln_set_of_books_id := l_func_curr_det.ledger_id;
1597: