Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
update AC041_INTERNAL_STAKEHOLDER 
set TC_REGION_CD = 4, TC_DIRECTORATE_CD = 'AARB' 
where STAKEHOLDER_ID=<stakeholder_id>;

commit;

If You Cannot Find The User In Development, Do The Following

...