For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi everyone, Can we use %rowtype attribute inside the plsql record like the below code.. type xx is RECORD ( v_emp employees%rowtype , v_loc departments.LOCATION_ID%type ); v_data xx;