DBA Data[Home] [Help]

APPS.MSC_EXP_WF dependencies on WF_PURGE

Line 2233: --wf_purge.total(l_item_type,l_item_key,sysdate);

2229: set end_date = sysdate
2230: where item_type = l_item_type
2231: and item_key = l_item_key;
2232:
2233: --wf_purge.total(l_item_type,l_item_key,sysdate);
2234: wf_purge.items(l_item_type,l_item_key,sysdate,true,true);
2235:
2236:
2237: END LOOP; -- for the itemkey loop

Line 2234: wf_purge.items(l_item_type,l_item_key,sysdate,true,true);

2230: where item_type = l_item_type
2231: and item_key = l_item_key;
2232:
2233: --wf_purge.total(l_item_type,l_item_key,sysdate);
2234: wf_purge.items(l_item_type,l_item_key,sysdate,true,true);
2235:
2236:
2237: END LOOP; -- for the itemkey loop
2238: CLOSE delete_activities_c;