I have a type in the package
type test_rec is record( mm Test.mm%type ); Now you need to create a global object to use it in several packages:
CREATE OR REPLACE TYPE test_rec is OBJECT ( mm Test.mm%type ) I get the error: Error: PLS-00201: identifier 'Test.mm' must be declared