DBA Data[Home] [Help]

APPS.MSC_EXP_WF dependencies on WF_PURGE

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

2224: set end_date = sysdate
2225: where item_type = l_item_type
2226: and item_key = l_item_key;
2227:
2228: wf_purge.total(l_item_type,l_item_key,sysdate);
2229:
2230:
2231: END LOOP; -- for the itemkey loop
2232: CLOSE delete_activities_c;