convert forecast to budget
This commit is contained in:
parent
5ae24880f2
commit
3e11a3305c
111
convert_to_budget.sql
Normal file
111
convert_to_budget.sql
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
INSERT INTO
|
||||||
|
rlarp.osmp_dev
|
||||||
|
SELECT
|
||||||
|
"ddord#"
|
||||||
|
,"dditm#"
|
||||||
|
,"fgbol#"
|
||||||
|
,"fgent#"
|
||||||
|
,"diinv#"
|
||||||
|
,"dilin#"
|
||||||
|
,quoten
|
||||||
|
,quotel
|
||||||
|
,dcodat
|
||||||
|
,ddqdat
|
||||||
|
,dcmdat
|
||||||
|
,fesdat
|
||||||
|
,dhidat
|
||||||
|
,fesind
|
||||||
|
,dhpost
|
||||||
|
,fspr
|
||||||
|
,ddqtoi
|
||||||
|
,ddqtsi
|
||||||
|
,fgqshp
|
||||||
|
,diqtsh
|
||||||
|
,diext
|
||||||
|
,ditdis
|
||||||
|
,discj
|
||||||
|
,dhincr
|
||||||
|
,plnt
|
||||||
|
,promo
|
||||||
|
,return_reas
|
||||||
|
,terms
|
||||||
|
,custpo
|
||||||
|
,remit_to
|
||||||
|
,bill_class
|
||||||
|
,bill_cust
|
||||||
|
,bill_rep
|
||||||
|
,bill_terr
|
||||||
|
,ship_class
|
||||||
|
,ship_cust
|
||||||
|
,ship_rep
|
||||||
|
,ship_terr
|
||||||
|
,dsm
|
||||||
|
,account
|
||||||
|
,shipgrp
|
||||||
|
,geo
|
||||||
|
,chan
|
||||||
|
,chansub
|
||||||
|
,orig_ctry
|
||||||
|
,orig_prov
|
||||||
|
,orig_post
|
||||||
|
,bill_ctry
|
||||||
|
,bill_prov
|
||||||
|
,bill_post
|
||||||
|
,dest_ctry
|
||||||
|
,dest_prov
|
||||||
|
,dest_post
|
||||||
|
,part
|
||||||
|
,styc
|
||||||
|
,colc
|
||||||
|
,colgrp
|
||||||
|
,coltier
|
||||||
|
,colstat
|
||||||
|
,sizc
|
||||||
|
,pckg
|
||||||
|
,kit
|
||||||
|
,brnd
|
||||||
|
,majg
|
||||||
|
,ming
|
||||||
|
,majs
|
||||||
|
,mins
|
||||||
|
,gldco
|
||||||
|
,gldc
|
||||||
|
,glec
|
||||||
|
,harm
|
||||||
|
,clss
|
||||||
|
,brand
|
||||||
|
,assc
|
||||||
|
,ddunit
|
||||||
|
,unti
|
||||||
|
,lbs
|
||||||
|
,plt
|
||||||
|
,plcd
|
||||||
|
,fs_line
|
||||||
|
,r_currency
|
||||||
|
,r_rate
|
||||||
|
,c_currency
|
||||||
|
,c_rate
|
||||||
|
,fb_qty
|
||||||
|
,fb_val_loc
|
||||||
|
,fb_val_loc_dis
|
||||||
|
,fb_val_loc_qt
|
||||||
|
,fb_val_loc_pl
|
||||||
|
,fb_val_loc_tar
|
||||||
|
,fb_cst_loc
|
||||||
|
,fb_cst_loc_cur
|
||||||
|
,fb_cst_loc_fut
|
||||||
|
,calc_status
|
||||||
|
,flag
|
||||||
|
,odate
|
||||||
|
,oseas
|
||||||
|
,rdate
|
||||||
|
,rseas
|
||||||
|
,sdate
|
||||||
|
,sseas
|
||||||
|
,'b22'
|
||||||
|
,iter || ' - ' || tag iter
|
||||||
|
FROM
|
||||||
|
rlarp.osmfs_dev
|
||||||
|
WHERE
|
||||||
|
oseas = 2022
|
||||||
|
OR sseas = 2022;
|
Loading…
Reference in New Issue
Block a user