DBA Data[Home] [Help]

APPS.PQH_GENERIC_PURGE dependencies on WF_ENGINE

Line 102: wf_engine.abortprocess(itemtype => l_item_type,

98: --
99: hr_utility.set_location('Deleting WF data '||l_proc,15);
100: --
101: l_item_key := g_wf_txn_catg_id||'-'||p_pk_value;
102: wf_engine.abortprocess(itemtype => l_item_type,
103: itemkey => l_item_key);
104: wf_purge.total(itemtype => l_item_type
105: ,itemkey => l_item_key);
106: