DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_MESSAGE_ATTRIBUTES_TL

Line 947: -- update WF_MESSAGE_ATTRIBUTES_TL

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

Line 2730: delete from WF_MESSAGE_ATTRIBUTES_TL

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

Line 4736: 'WF_MESSAGE_ATTRIBUTES_TL',

4732: 'WF_LOOKUP_TYPES_TL',
4733: 'WF_MESSAGES',
4734: 'WF_MESSAGES_TL',
4735: 'WF_MESSAGE_ATTRIBUTES',
4736: 'WF_MESSAGE_ATTRIBUTES_TL',
4737: 'WF_PROCESS_ACTIVITIES');
4738: begin
4739: for i in WFTable.FIRST..WFTable.LAST loop
4740: l_tem_tab_name := WFTable(i);