DBA Data[Home] [Help]

APPS.PQH_GENERIC_PURGE dependencies on WF_PURGE

Line 104: wf_purge.total(itemtype => l_item_type

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:
107:
108: END IF;