...
Code Block | ||
---|---|---|
| ||
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
...
...
Code Block | ||
---|---|---|
| ||
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
...