DBA Data[Home] [Help]

APPS.AME_UPDATE_USERNAME_PKG dependencies on AME_ACTIONS

Line 142: log_message('Migrating parameter,description fields in ame_actions');

138: log_message(sqlerrm,sqlcode);
139: l_success := false;
140: end;
141:
142: log_message('Migrating parameter,description fields in ame_actions');
143: begin
144: update ame_actions aa
145: set aa.parameter = l_new_name,
146: aa.description = replace(aa.description,l_old_name,l_new_name)

Line 144: update ame_actions aa

140: end;
141:
142: log_message('Migrating parameter,description fields in ame_actions');
143: begin
144: update ame_actions aa
145: set aa.parameter = l_new_name,
146: aa.description = replace(aa.description,l_old_name,l_new_name)
147: where aa.parameter = l_old_name
148: and exists (select aat.action_type_id