PLS-00103 Error in PL/SQL
Hi,
In PL/SQL I decarled a variable as a table type:
v_variable tableName%ROWTYPE;
And I get this message.
PLS-00103: Encountered the symbol "V_VARIABLE" when expecting
one of the following:
language
Any help would be great. Thanks.