progres
This commit is contained in:
50
vfp/import-comanda.tst
Normal file
50
vfp/import-comanda.tst
Normal file
@@ -0,0 +1,50 @@
|
||||
PL/SQL Developer Test script 3.0
|
||||
12
|
||||
begin
|
||||
-- Call the procedure
|
||||
PACK_IMPORT_COMENZI.importa_comanda(p_nr_comanda_ext => '479317993',
|
||||
p_data_comanda => TO_DATE('03032026','DDMMYYYY'),
|
||||
p_id_partener => 1424,
|
||||
p_json_articole => '{"baseprice":"46","ean":"5941623003366","id":"137","name":"Coffee Creamer Doncafe Lapte Praf 1 Kg","price":"40.99","quantity":"1.00","sku":"5941623003366","type":"product","vat":"21"}',
|
||||
p_id_adresa_livrare => 1213,
|
||||
p_id_adresa_facturare => 1213,
|
||||
p_id_pol => 39,
|
||||
p_id_sectie => NULL,
|
||||
v_id_comanda => :v_id_comanda);
|
||||
end;
|
||||
9
|
||||
p_nr_comanda_ext
|
||||
1
|
||||
479317993
|
||||
-5
|
||||
p_data_comanda
|
||||
1
|
||||
3/3/2026
|
||||
-12
|
||||
p_id_partener
|
||||
1
|
||||
1424
|
||||
-4
|
||||
p_json_articole
|
||||
1
|
||||
<CLOB>
|
||||
-112
|
||||
p_id_adresa_livrare
|
||||
1
|
||||
1213
|
||||
-4
|
||||
p_id_adresa_facturare
|
||||
1
|
||||
1213
|
||||
-4
|
||||
p_id_pol
|
||||
1
|
||||
39
|
||||
-4
|
||||
p_id_sectie
|
||||
0
|
||||
-4
|
||||
v_id_comanda
|
||||
0
|
||||
4
|
||||
0
|
||||
Reference in New Issue
Block a user