SyntaxFix
Write A Post
Hire A Developer
Questions
You're nearly there, just take out the EXECUTE:
DECLARE procId NUMBER; BEGIN PKG1.INIT(1143824, 0, procId); DBMS_OUTPUT.PUT_LINE(procId); END;