DBA Data[Home] [Help]

APPS.CSM_USER_EVENT_PKG dependencies on CSM_HTML5_CACHE

Line 672: select count(1) into l_req from csm_html5_cache where user_name='CSM_CACHE_PVT' and rownum=1;

668: is
669: l_req NUMBER:=1;
670: x CLOB; l_ret VARCHAR2(10); l_emsg VARCHAR2(4000);
671: begin
672: select count(1) into l_req from csm_html5_cache where user_name='CSM_CACHE_PVT' and rownum=1;
673: IF l_req=0 THEN
674: CSM_UTIL_PKG.LOG('Spawning HTML5 DDL Cache','csm_user_event_pkg.spawn_html5_data',FND_LOG.LEVEL_PROCEDURE);
675: CSM_HTML5_PKG.query_get_schema_js(x,l_ret,l_emsg);
676: END IF;