DBA Data[Home] [Help]

APPS.CSM_HA_EVENT_PKG dependencies on WF_LOOKUP_TYPES_TL

Line 595: where exists (select 'X' from WF_LOOKUP_TYPES_TL LUT

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:
599: delete from wf_lookup_types_tl

Line 599: delete from wf_lookup_types_tl

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:
599: delete from wf_lookup_types_tl
600: where ITEM_TYPE = p_item_type;
601:
602: delete from wf_item_types_tl
603: where NAME = p_item_type;