Hi All,
I tried below syntax in package specification but it throws error -
Please suggest way so that I can write down cursor in package body instead of making package specification bulky by declaring a whole curosr.
CURSOR cursor_1 IS RETURN cursor_1%rowtype;