{"message":"Prrueba Versionado","version":1,"release":1,"haveIssueWithVersion":false,"tickets":["NINGUNO"]}

This commit is contained in:
Fidel Lozada
2023-05-05 19:31:38 +00:00
committed by root
parent 63633e24f4
commit 5c96ad434c

View File

@@ -0,0 +1,9 @@
CREATE OR REPLACE EDITIONABLE PROCEDURE "TEST_DEMO1"
(
DEMO IN VARCHAR2
) AS
BEGIN
NULL;
END TEST_DEMO1;
/