DBA Data[Home] [Help]

APPS.WF_PURGE dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 422: delete from WF_ITEM_ATTRIBUTE_VALUES

418: and ITEM_KEY = l_itemkeyTAB(j);
419:
420: --delete item attributes
421: FORALL j IN l_itemkeyTAB.FIRST..l_itemkeyTAB.LAST
422: delete from WF_ITEM_ATTRIBUTE_VALUES
423: where ITEM_TYPE = l_itemtypeTAB(j)
424: and ITEM_KEY = l_itemkeyTAB(j);
425:
426: -- 3966635 Workflwo Provisioning Project