DBA Data[Home] [Help]

APPS.GMI_WF_ITEM_ACTIVATION dependencies on WF_PURGE

Line 49: wf_purge.items(itemtype=> l_itemtype, itemkey=> l_itemkey, docommit=>FALSE);

45: wf_item_activity_status.root_status (l_itemtype, l_itemkey, l_status, l_result);
46: /* If it is not completed then abort the process */
47: IF (l_status = 'COMPLETE')THEN
48: /* Purge the workflow data for workflow key */
49: wf_purge.items(itemtype=> l_itemtype, itemkey=> l_itemkey, docommit=>FALSE);
50: END IF;
51: END IF;
52: EXCEPTION
53: WHEN OTHERS THEN