is it possible to declare an Attribute with %ROWTYPE in a global Type?
create or replace TYPE test_type AS OBJECT (
variable_test test_table%ROWTYPE,
MEMBER FUNCTION get_ID RETURN NUMBER;)
is it possible to declare an Attribute with %ROWTYPE in a global Type?
create or replace TYPE test_type AS OBJECT (
variable_test test_table%ROWTYPE,
MEMBER FUNCTION get_ID RETURN NUMBER;)