DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on WF_PURGE

Line 1594: WF_PURGE.Items(itemtype => l_itemtype,

1590: IF (l_wf_status <> 'COMPLETE') THEN
1591: WF_ENGINE.AbortProcess(itemtype => l_itemtype,
1592: itemkey => p_entity_ids(i)); -- ,l_wf_end_result);
1593: IF (p_action = 'PURGE') THEN
1594: WF_PURGE.Items(itemtype => l_itemtype,
1595: itemkey => p_entity_ids(i),
1596: docommit => p_docommit,
1597: force => TRUE);
1598: WF_PURGE.Total(itemtype => l_itemtype,

Line 1598: WF_PURGE.Total(itemtype => l_itemtype,

1594: WF_PURGE.Items(itemtype => l_itemtype,
1595: itemkey => p_entity_ids(i),
1596: docommit => p_docommit,
1597: force => TRUE);
1598: WF_PURGE.Total(itemtype => l_itemtype,
1599: itemkey => p_entity_ids(i),
1600: docommit => p_docommit);
1601: END IF;
1602: ELSE

Line 1604: WF_purge.Items(itemtype => l_itemtype,

1600: docommit => p_docommit);
1601: END IF;
1602: ELSE
1603: IF (p_action = 'PURGE') THEN
1604: WF_purge.Items(itemtype => l_itemtype,
1605: itemkey => p_entity_ids(i),
1606: docommit => p_docommit);
1607: END IF;
1608: END IF;