DBA Data[Home] [Help]

APPS.CSM_HA_EVENT_PKG dependencies on WF_LOOKUPS_TL

Line 594: delete from wf_lookups_tl LUC

590:
591: delete from wf_item_attributes
592: where ITEM_TYPE = p_item_type;
593:
594: delete from wf_lookups_tl LUC
595: where exists (select 'X' from WF_LOOKUP_TYPES_TL LUT
596: where LUT.ITEM_TYPE = p_item_type
597: and LUT.LOOKUP_TYPE = LUC.LOOKUP_TYPE);
598: