Hello Everyone,
Below is my package & procedure and the code to execute the procedure from SQL*PLUS.
(I)
create or replace package mypackage2
as
type myrecord is record
(myempno emp.empno%type,
myename emp.ename%type,
myjob emp.job%type,
mydeptno dept.deptno%type,
mydname...