DBA Data[Home] [Help]

APPS.JAI_RCV_ACCOUNTING_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 410: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

406:
407: /* Bug 5243532. Added by Lakshmi Gopalsami
408: * Defined variable for implementing caching logic.
409: */
410: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
411: -- End for bug 5243532
412: BEGIN
413:
414: lv_debug := 'Y';

Line 456: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

452: * Removed cursor c_fetch_org_information and
453: * implemented caching logic.
454: */
455:
456: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
457: (p_org_id => r_trx.organization_id);
458: lv_organization_code := l_func_curr_det.organization_code;
459: ln_set_of_books_id := l_func_curr_det.ledger_id;
460:

Line 1494: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1490:
1491: /* Bug 5243532. Added by Lakshmi Gopalsami
1492: * Defined variable for implementing caching logic.
1493: */
1494: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1495: lv_org_code org_organization_definitions.organization_code%TYPE;
1496: ln_set_of_books_id gl_ledgers.ledger_id%TYPE;
1497: -- End for bug 5243532
1498:

Line 1533: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1529: * Removed cursor c_fetch_org_information and
1530: * implemented caching logic.
1531: */
1532:
1533: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1534: (p_org_id => r_trx.organization_id);
1535: lv_org_code := l_func_curr_det.organization_code;
1536: ln_set_of_books_id := l_func_curr_det.ledger_id;
1537: