DBA Data[Home] [Help]

APPS.RLM_WF_SV dependencies on WF_PURGE

Line 97: wf_purge.Items(itemtype => v_ItemType,

93: --
94: -- Check whether Item has already been run in Workflow and purge it
95: -- Bug 2756981: Set force to TRUE to allow child processes to be purged
96: --
97: wf_purge.Items(itemtype => v_ItemType,
98: itemkey => v_ItemKey,
99: enddate => sysdate,
100: docommit => FALSE,
101: force => TRUE);

Line 221: wf_purge.Items(itemtype => v_ItemType,

217: END;
218: --
219: -- Bug 2756981: Set force to TRUE to allow child processes to be purged
220: --
221: wf_purge.Items(itemtype => v_ItemType,
222: itemkey => v_ItemKeyNew,
223: enddate => sysdate,
224: docommit => FALSE,
225: force => TRUE);

Line 1823: wf_purge.Items(itemtype => v_ItemType,

1819: --
1820: -- Check whether Item has already been run in Workflow and purge it
1821: -- Bug 2756981: Set force to TRUE to allow child processes to be purged
1822: --
1823: wf_purge.Items(itemtype => v_ItemType,
1824: itemkey => v_ItemKey,
1825: enddate => sysdate,
1826: docommit => FALSE,
1827: force => TRUE);