DBA Data[Home] [Help]

APPS.AME_UPDATE_USERNAME_PKG dependencies on AME_CONDITIONS

Line 123: log_message('Migrating parameter_two field in ame_conditions');

119: log_message(sqlerrm,sqlcode);
120: l_success := false;
121: end;
122:
123: log_message('Migrating parameter_two field in ame_conditions');
124: begin
125: update ame_conditions ac
126: set ac.parameter_two = l_new_name
127: where ac.parameter_two = l_old_name

Line 125: update ame_conditions ac

121: end;
122:
123: log_message('Migrating parameter_two field in ame_conditions');
124: begin
125: update ame_conditions ac
126: set ac.parameter_two = l_new_name
127: where ac.parameter_two = l_old_name
128: and ac.attribute_id = 0;
129: if sql%found then