Untitled
unknown
plain_text
2 years ago
767 B
9
Indexable
DECLARE Pscarregamentos VARCHAR2; Psdestinos VARCHAR2; Pcmotoristas SYS_REFCURSOR; Psmsg VARCHAR2; Pstipo VARCHAR2; BEGIN Pkg_Mdfe_Coletorwireless.Sp_Retornadados(Pnnroveiculo => 80, Pnnroempresa => 99, Pscarregamentos => Pscarregamentos, Psdestinos => Psdestinos, Pcmotoristas => Pcmotoristas, Psmsg => Psmsg, Pstipo => Pstipo); Dbms_Output.Put_Line(Pscarregamentos); Dbms_Output.Put_Line(Psdestinos); Dbms_Output.Put_Line(Pcmotoristas); Dbms_Output.Put_Line(Psmsg); Dbms_Output.Put_Line(Pstipo); END;
Editor is loading...