DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 1480: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1476:
1477: /* Bug 5243532. Added by Lakshmi Gopalsami
1478: Defined variable for implementing caching logic
1479: */
1480: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1481: BEGIN
1482:
1483: -- CHK we need to see whether the accounting date that is being used belong to a open period or not
1484: -- GL_PERIOD_STATUSES has CLOSING_STATUS column that tells whether the the period is closed or not for each APPLICATION

Line 1492: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1488: Removed the logic which is referring to hr_operating_units
1489: and org_organization_definitions for getting SOB and
1490: implemented the same using caching logic.
1491: */
1492: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1493: (p_org_id => p_organization_id );
1494:
1495: ln_sob_id := l_func_curr_det.ledger_id;
1496: