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 1834: wf_purge.Items(itemtype => v_ItemType,

1830: --
1831: -- Check whether Item has already been run in Workflow and purge it
1832: -- Bug 2756981: Set force to TRUE to allow child processes to be purged
1833: --
1834: wf_purge.Items(itemtype => v_ItemType,
1835: itemkey => v_ItemKey,
1836: enddate => sysdate,
1837: docommit => FALSE,
1838: force => TRUE);