DBA Data[Home] [Help]

APPS.AME_UPDATE_USERNAME_PKG dependencies on AME_ACTION_TYPES

Line 149: from ame_action_types aat

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
149: from ame_action_types aat
150: where aat.action_type_id = aa.action_type_id
151: and aat.name = 'substitution');
152: if sql%found then
153: log_message('Migrated ' || sql%rowcount || ' rows successfully');