DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_MESSAGE_ATTRIBUTES_TL

Line 946: -- update WF_MESSAGE_ATTRIBUTES_TL

942:
943: -- ### No need to do this
944: -- update the old data with the new display name
945: -- begin
946: -- update WF_MESSAGE_ATTRIBUTES_TL
947: -- set display_name = n_dname
948: -- where MESSAGE_TYPE = x_message_type
949: -- and MESSAGE_NAME = x_message_name
950: -- and NAME = l_name

Line 2729: delete from WF_MESSAGE_ATTRIBUTES_TL

2725: x_level_error := 2;
2726: return;
2727: end if;
2728:
2729: delete from WF_MESSAGE_ATTRIBUTES_TL
2730: where MESSAGE_TYPE = x_message_type
2731: and MESSAGE_NAME = x_message_name;
2732:
2733: delete from WF_MESSAGE_ATTRIBUTES