DBA Data[Home] [Help]

APPS.WF_CLONE dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 84: update wf_notification_attributes

80: and instr(text_value,source_web_agent) > 0;
81:
82:
83: --Notification attributes
84: update wf_notification_attributes
85: set TEXT_VALUE = replace(text_value,source_web_agent,target_web_agent)
86: where instr(text_value,source_web_agent)> 0;
87:
88: --Message attributes

Line 335: TruncateTable('WF_NOTIFICATION_ATTRIBUTES',l_owner);

331: TruncateTable('WF_ATTRIBUTE_CACHE',l_owner);
332: TruncateTable('WF_ITEM_ACTIVITY_STATUSES',l_owner);
333: TruncateTable('WF_ITEM_ACTIVITY_STATUSES_H',l_owner);
334: TruncateTable('WF_ITEM_ATTRIBUTE_VALUES' ,l_owner);
335: TruncateTable('WF_NOTIFICATION_ATTRIBUTES',l_owner);
336: TruncateTable('WF_ITEMS',l_owner);
337:
338: --Clear Cache off
339: begin