DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 1932: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1928:
1929: /* Bug 5243532. Added by Lakshmi Gopalsami
1930: Defined variable for implementing caching logic
1931: */
1932: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1933: BEGIN
1934:
1935: -- CHK we need to see whether the accounting date that is being used belong to a open period or not
1936: -- GL_PERIOD_STATUSES has CLOSING_STATUS column that tells whether the the period is closed or not for each APPLICATION

Line 1944: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1940: Removed the logic which is referring to hr_operating_units
1941: and org_organization_definitions for getting SOB and
1942: implemented the same using caching logic.
1943: */
1944: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1945: (p_org_id => p_organization_id );
1946:
1947: ln_sob_id := l_func_curr_det.ledger_id;
1948: