cursor « Stored Procedure « JPA Q&A





1. Can we pass local variable to cursor    stackoverflow.com

CREATE OR REPLACE procedure Feeproc1
(

    OUT_RESULT in out SYS_REFCURSOR,
    p_feeAmount    in OUT  varchar2,
    p_instcode    IN ...