639 B
639 B
minimal setup to run a single pricing call:
EXEC pricing.single_price_call
@bill = 'GRIF0001',
@ship = 'GRIF0001',
@part = 'XNS0T1G3G18B096',
@stlc = 'XNS0T1G3',
@v1ds = 'v1:T..PLT..',
@vol = 9600;
make sure pricing schema is setup
Target Prices
- create target table:
target_prices.ms.sql
- populate targets:
target_prices_copy.ms.sql
Price History
- create history table:
lastprice.ms.sql
- populate history:
make_hist.ms.sql
Proc Definitions
- create proc:
single_price_call.ms.sql