DBA Data[Home] [Help]

APPS.WF_CLONE dependencies on WF_MESSAGE_ATTRIBUTES

Line 89: update wf_message_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
89: update wf_message_attributes
90: set text_default = replace(text_default,source_web_agent,target_web_agent)
91: where type='URL'
92: and value_type = 'CONSTANT'
93: and text_default is not null