DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on ICX_PORTLET_CUSTOMIZATIONS

Line 2193: from icx_portlet_customizations

2189: cachingKey varchar2(55);
2190: begin
2191:
2192: select caching_key into cachingKey
2193: from icx_portlet_customizations
2194: where reference_path = p_reference_path;
2195:
2196: return cachingKey;
2197: