DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 191: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

187: * Removed the cursor c_fetch_orgn_code which is referring
188: * to org_organization_definitions
189: * and implemented using caching logic.
190: */
191: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
192: -- End for bug 5243532
193: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
194: lv_object_name CONSTANT VARCHAR2 (61) := 'jai_general_pkg.get_organization_code';
195: BEGIN

Line 197: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

193: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
194: lv_object_name CONSTANT VARCHAR2 (61) := 'jai_general_pkg.get_organization_code';
195: BEGIN
196:
197: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
198: (p_org_id => p_organization_id );
199: lv_organization_code := l_func_curr_det.organization_code;
200:
201: