PLS-00302: component A must be declared .....
I have spent most of the day trying to resolve this pls-00302 component must be declared ..
any help appreciated
This is the procedure that gets the PLS-00302: component A must be declared .....
CREATE OR REPLACE PROCEDURE owner.procedure_name asCURSOR c_get_arch ISselect a.name from table1desp aorder by a.name;arch_rec c_get_arch%rowtype;BEGINhtp.htmlOpen;htp.headOpen;htp.p('<body bgcolor=AQUA>');htp.title('Column Listing');htp.bodyOpen;htp.header(2,'DB LIST REPORT ');htp.p('');BEGIN-- Begin the HTML table <TABLE BORDER CELLPADDING=5>htp.tableOpen('BORDER'0