Creating a user-defined PL/SQL record should include
selecting the data
declaring field data type (e.g., %TYPE, %ROWTYPE, RECORDs)
referring to the record in the code execution section.