DBA Data[Home] [Help]

APPS.BIS_MV_REFRESH dependencies on ICX_PORTLET

Line 690: , skip calling icx_portlet.updCacheByFuncName');

686: fetch C_PORTLETS into l_portlet_name, l_function_id;
687: exit when C_PORTLETS%NOTFOUND;
688: IF ( l_function_id is null) THEN
689: DEBUG( 'No Form Function defined for ' || l_portlet_name || '
690: , skip calling icx_portlet.updCacheByFuncName');
691: ELSE
692: DEBUG('Calling icx_portlet.updCacheByFuncName on ' || l_portlet_name);
693: icx_portlet.updCacheByFuncName(l_portlet_name);
694: DEBUG('Done icx_portlet.updCacheByFuncName on ' || l_portlet_name);

Line 692: DEBUG('Calling icx_portlet.updCacheByFuncName on ' || l_portlet_name);

688: IF ( l_function_id is null) THEN
689: DEBUG( 'No Form Function defined for ' || l_portlet_name || '
690: , skip calling icx_portlet.updCacheByFuncName');
691: ELSE
692: DEBUG('Calling icx_portlet.updCacheByFuncName on ' || l_portlet_name);
693: icx_portlet.updCacheByFuncName(l_portlet_name);
694: DEBUG('Done icx_portlet.updCacheByFuncName on ' || l_portlet_name);
695: END IF;
696: end loop;

Line 693: icx_portlet.updCacheByFuncName(l_portlet_name);

689: DEBUG( 'No Form Function defined for ' || l_portlet_name || '
690: , skip calling icx_portlet.updCacheByFuncName');
691: ELSE
692: DEBUG('Calling icx_portlet.updCacheByFuncName on ' || l_portlet_name);
693: icx_portlet.updCacheByFuncName(l_portlet_name);
694: DEBUG('Done icx_portlet.updCacheByFuncName on ' || l_portlet_name);
695: END IF;
696: end loop;
697: close C_PORTLETS;

Line 694: DEBUG('Done icx_portlet.updCacheByFuncName on ' || l_portlet_name);

690: , skip calling icx_portlet.updCacheByFuncName');
691: ELSE
692: DEBUG('Calling icx_portlet.updCacheByFuncName on ' || l_portlet_name);
693: icx_portlet.updCacheByFuncName(l_portlet_name);
694: DEBUG('Done icx_portlet.updCacheByFuncName on ' || l_portlet_name);
695: END IF;
696: end loop;
697: close C_PORTLETS;
698: