513 B
513 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
- create target table: target_prices.ms.sql
- populate targets: target_prices_copy.ms.sql
- create history table: lastprice.ms.sql
- populate history: make_hist.ms.sql
- create proc: single_price_call.ms.sql