DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on WF_PURGE

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

1584: IF (l_wf_status <> 'COMPLETE') THEN
1585: WF_ENGINE.AbortProcess(itemtype => l_itemtype,
1586: itemkey => p_entity_ids(i)); -- ,l_wf_end_result);
1587: IF (p_action = 'PURGE') THEN
1588: WF_PURGE.Items(itemtype => l_itemtype,
1589: itemkey => p_entity_ids(i),
1590: docommit => p_docommit,
1591: force => TRUE);
1592: WF_PURGE.Total(itemtype => l_itemtype,

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

1588: WF_PURGE.Items(itemtype => l_itemtype,
1589: itemkey => p_entity_ids(i),
1590: docommit => p_docommit,
1591: force => TRUE);
1592: WF_PURGE.Total(itemtype => l_itemtype,
1593: itemkey => p_entity_ids(i),
1594: docommit => p_docommit);
1595: END IF;
1596: ELSE

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

1594: docommit => p_docommit);
1595: END IF;
1596: ELSE
1597: IF (p_action = 'PURGE') THEN
1598: WF_purge.Items(itemtype => l_itemtype,
1599: itemkey => p_entity_ids(i),
1600: docommit => p_docommit);
1601: END IF;
1602: END IF;