Advertisement
Evra70

test fucntion

Dec 5th, 2021
1,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. begin;
  2. select
  3. sl_get_sales_order_list_for_inquiry_so_rabat(
  4. 'sts123',--session
  5.     11,--tenant
  6.     1000038, --user
  7.     1000007, --role
  8.     '20211206103600', --datetime,
  9.     -99, --ou
  10.     '20211001', -- doc date from
  11.     '20211031',--doc date to
  12.     'SOPB-21-2110-000066', --so no
  13.     '', --salesman code name
  14.     '',-- customer code name
  15.     -99, --warehouse
  16.     '', --product code name
  17.     '', -- rgto no
  18.     '20211001', -- do date from
  19.     '20211031',--do date to
  20.     '',--do no
  21.     '', --dkb no
  22.     '', -- resi no
  23.     '', --si no
  24.     '', --dor no
  25.     'ALL', --stat so
  26.     'ALL', --cetak so
  27.     'ALL', --stat rgto
  28.     'ALL', --stat do
  29.     'ALL', --stat dkb
  30.     'ALL', --stat invoice
  31.     'ALL', --stat dor,
  32.     25, --limit
  33.     0 -- offset
  34. );
  35. fetch all "refDetail";
  36. --rollback
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement