DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 212: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

208: * Removed the cursor c_fetch_orgn_code which is referring
209: * to org_organization_definitions
210: * and implemented using caching logic.
211: */
212: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
213: -- End for bug 5243532
214: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
215: lv_object_name CONSTANT VARCHAR2 (61) := 'jai_general_pkg.get_organization_code';
216: BEGIN

Line 218: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

214: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
215: lv_object_name CONSTANT VARCHAR2 (61) := 'jai_general_pkg.get_organization_code';
216: BEGIN
217:
218: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
219: (p_org_id => p_organization_id );
220: lv_organization_code := l_func_curr_det.organization_code;
221:
222: