DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 188: * to org_organization_definitions

184: p_organization_id IN NUMBER
185: ) RETURN VARCHAR2 IS
186: /* Bug 5243532. Added by Lakshmi Gopalsami
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

Line 193: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

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
196:
197: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr