DBA Data[Home] [Help]

APPS.INV_LOT_SERIAL_DATE_PKG dependencies on WF_PURGE

Line 45: WF_PURGE.TOTAL (itemtype=> l_itemtype,

41: process=> l_workflowprocess);
42:
43: END IF;
44: /* Purge the workflow data for workflow key */
45: WF_PURGE.TOTAL (itemtype=> l_itemtype,
46: itemkey=> l_itemkey,
47: docommit=> TRUE);
48:
49: END IF;