DBA Data[Home] [Help]

APPS.WF_HA_MIGRATION dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 166: from wf_item_attribute_values

162:
163: /* See if we are going to truncate a business event */
164: select count(*)
165: into ekount
166: from wf_item_attribute_values
167: where ITEM_TYPE = itype
168: and ITEM_KEY = ikey
169: and EVENT_VALUE is not null;
170: