PL/SQL (MOSC)

MOSC Banner

PLS-00302: component A must be declared .....

edited Jun 28, 2013 5:13AM in PL/SQL (MOSC) 4 commentsAnswered ✓
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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center