DBA Data[Home] [Help]

APPS.GMI_WF_ITEM_ACTIVATION dependencies on WF_ITEM_ACTIVITY_STATUS

Line 45: wf_item_activity_status.root_status (l_itemtype, l_itemkey, l_status, l_result);

41:
42:
43: IF (wf_item.item_exist (l_itemtype, l_itemkey)) THEN
44: /* Check the status of the root activity */
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);