SSPV INV - Invalid Operating Unit

This shows up when the Journal for SSPV does not post.  We ran these scripts to correct ASB_VCHR_SSPVN and ASB_SPX_ACC_ENT.  

-- 4 rows
update PS_ASB_VCHR_SSPVN set OPERATING_UNIT = '00273', SUPPORT_TEAM_MBR = '00273' where VOUCHER_ID = '12340998'
-- 2 rows
update PS_ASB_SPX_ACC_ENT set OPERATING_UNIT = '00273' where VOUCHER_ID = '12340998' and OPERATING_UNIT = '00912'
-- 8 rows
update PS_ASB_SPX_ACC_ENT set SUPPORT_TEAM_MBR = '00273' where VOUCHER_ID = '12340998'