DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 209: * to org_organization_definitions

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

Line 214: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

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
217:
218: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr