DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on ICX_PORTLET_CUSTOMIZATIONS

Line 2245: from icx_portlet_customizations

2241: cachingKey varchar2(55);
2242: begin
2243:
2244: select caching_key into cachingKey
2245: from icx_portlet_customizations
2246: where reference_path = p_reference_path;
2247:
2248: return cachingKey;
2249: