{"message":"Primer commit","version":1,"release":1,"haveIssueWithVersion":false,"tickets":["ITDES-1234"]}
This commit is contained in:
14
BD/ORACLE/ATUM_BD/HR/PROCEDURE/PRC_PRUEBA_DEPLOY_2.SQL
Normal file
14
BD/ORACLE/ATUM_BD/HR/PROCEDURE/PRC_PRUEBA_DEPLOY_2.SQL
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
CREATE OR REPLACE EDITIONABLE PROCEDURE "PRC_PRUEBA_DEPLOY_2" (
|
||||||
|
pi_id IN NUMBER
|
||||||
|
) AS
|
||||||
|
-- Prueba de despliegue completo 07/08/2023 17:41
|
||||||
|
v_id NUMBER := 0;
|
||||||
|
BEGIN
|
||||||
|
v_id := '1';
|
||||||
|
-- pkg_sicd_commons.p_rest_call_apim(
|
||||||
|
-- v_id
|
||||||
|
-- );
|
||||||
|
END;
|
||||||
|
|
||||||
|
/
|
||||||
Reference in New Issue
Block a user