DBA Data[Home] [Help]

APPS.WF_CLONE dependencies on WF_EVENT_SUBSCRIPTIONS

Line 161: update wf_event_subscriptions

157: set system_guid = target_guid
158: where system_guid = source_guid;
159:
160: --Update system guid references in event subscription tables
161: update wf_event_subscriptions
162: set SYSTEM_GUID = target_guid
163: where SYSTEM_GUID = source_guid;
164:
165: --Update wf_system table