commit: 2025-05-05 09:38:59

This commit is contained in:
Paul Trowbridge 2025-05-05 09:38:59 -04:00
parent 62374b7b20
commit fa3dd9096a

View File

@ -204,7 +204,7 @@ UPDATE
SET SET
fb_cst_loc_fut = c.std * o.fb_qty fb_cst_loc_fut = c.std * o.fb_qty
FROM FROM
rlarp.arcstx c rlarp.ftcstx c
WHERE WHERE
c.part = o.part c.part = o.part
AND c.plnt = o.plnt; AND c.plnt = o.plnt;
@ -216,7 +216,8 @@ SET
fb_cst_loc_fut = fb_cst_loc fb_cst_loc_fut = fb_cst_loc
,fb_cst_loc_cur = fb_cst_loc ,fb_cst_loc_cur = fb_cst_loc
WHERE WHERE
fb_cst_loc_cur is null; fb_cst_loc_cur is NULL
OR fb_cst_loc_fut IS NULL;
----------------------------SET BILL-TO REP------------------------------------ ----------------------------SET BILL-TO REP------------------------------------