[Home] [Help]
APPS.JG_GLOBE_FLEX_VAL dependencies on FND_GLOBAL
Line 2310: WHERE request_id = fnd_global.conc_request_id ;
2306: --
2307: --Bug 4499004
2308: --
2309: SELECT org_id into l_org_id FROM fnd_concurrent_requests
2310: WHERE request_id = fnd_global.conc_request_id ;
2311:
2312: fnd_request.set_org_id(l_org_id);
2313: end if;
2314: