Which two statements are true about REF CURSOR types?
REF CURSOR types cannot be defined inside a package
SYS_ REFCURSOR can be used to declare cursor variables in stored procedures and functions
A REF CURSOR return type can be declared using %TYPE or %ROWTYPE or a user-defined record.
Only a weak REF CURSOR type can be used as a formal parameter of a stored procedure or function.