{"message":"Segunda versión","version":2,"release":1,"haveIssueWithVersion":false,"tickets":["ITDES-567"]}

This commit is contained in:
null
2025-03-17 18:18:48 +00:00
committed by root
parent 48082b8aae
commit d73852eca1

View File

@@ -8,6 +8,14 @@ BEGIN
v_id := '1'; v_id := '1';
-- pkg_sicd_commons.p_rest_call_apim( -- pkg_sicd_commons.p_rest_call_apim(
-- v_id -- v_id
-- );
v_id := '2';
-- pkg_sicd_commons.p_rest_call_apim(
-- v_id
-- );
v_id := '3';
-- pkg_sicd_commons.p_rest_call_apim(
-- v_id
-- ); -- );
END; END;