DBA Data[Home] [Help]

APPS.GMI_WF_LOT_EXPIRY dependencies on WF_PURGE

Line 101: wf_purge.total (itemtype=> l_itemtype, itemkey=> l_itemkey, docommit=> FALSE);

97: IF (l_status <> 'COMPLETE')THEN
98: wf_engine.abortprocess (itemtype=> l_itemtype, itemkey=> l_itemkey, process=> l_workflowprocess);
99: END IF;
100: /* Purge the workflow data for workflow key */
101: wf_purge.total (itemtype=> l_itemtype, itemkey=> l_itemkey, docommit=> FALSE);
102: END IF;
103: EXCEPTION
104: WHEN OTHERS THEN
105: WF_CORE.CONTEXT ('gm_wf_lot_expiry', 'init_wf', l_itemtype, l_itemkey, p_lot_no, p_sublot_no) ;