Code: Select all
CREATE OR REPLACE PACKAGE HRS."PKG_TRAINING_SP" as
TYPE T_CURSOR IS REF CURSOR;
procedure GETPERSONNELTRAINIGLIST(
personnel_Id_in in string,
base_date_in in string,
is_current_in in number,
lst OUT T_CURSOR );
end;
Note: I am using Entity Framwork 6.0 (code-first) and devart EF Provider for Oracle.