51 lines
1.1 KiB
Scilab
51 lines
1.1 KiB
Scilab
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
|