DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 428: delete from WF_ITEM_ATTRIBUTE_VALUES

424: and ITEM_KEY = l_itemkeyTAB(j);
425:
426: --delete item attributes
427: FORALL j IN l_itemkeyTAB.FIRST..l_itemkeyTAB.LAST
428: delete from WF_ITEM_ATTRIBUTE_VALUES
429: where ITEM_TYPE = l_itemtypeTAB(j)
430: and ITEM_KEY = l_itemkeyTAB(j);
431:
432: -- 3966635 Workflwo Provisioning Project