DBA Data[Home] [Help]

APPS.CSM_SERVICEP_WRAPPER_PKG dependencies on CSM_HTML5_PKG

Line 627: csm_html5_pkg.get_all_pub_items(p_user_name,p_tranid,l_pubitems_tbl,l_return_status);

623: BEGIN
624:
625: /*** retrieve names of all dirty SERVICEP publication items ***/
626: /*** get_all_dirty and get_all_defered_pub_items is replaced by get_all_pub_items ***/
627: csm_html5_pkg.get_all_pub_items(p_user_name,p_tranid,l_pubitems_tbl,l_return_status);
628:
629: FOR i IN 1..l_pubitems_tbl.count LOOP
630: csm_util_pkg.log('Dirty Pub items for tranid: ' || p_tranid || ' : ' || l_pubitems_tbl(i),'CSM_SERVICEP_WRAPPER_PKG.APPLY_HTML5_CHANGES',FND_LOG.LEVEL_PROCEDURE);
631: END LOOP;