liljon
Jun 20 2008, 11:58 AM
Hello,
Creating a Master Form and I get this error message.
Exception from wwv_generate_component.build_procedure (WWV-01821)
Error creating module: ORA-01403: no data found (WWV-16042)
Please keep in mind I am fairly new to ORACLE and this is probably my second form I have ever created. Any help is appreciated.
Thanks
Keith
burleson
Jun 21 2008, 06:19 AM
Hi Keith,
>> Error creating module: ORA-01403: no data found (WWV-16042)
http://www.dba-oracle.com/sf_ora_01403_no_data_found.htmMany people experience ORA-01403 in association with the SELECT INTO clause.
Also, this is APEX, not SQL*Forms.
Do you have Kent Crotty's Oracle Apex book? It has complete working examples in the code deport to help beginners get started fast:
http://www.rampant-books.com/book_2005_2_html_db.htmHave you confirmed thatthe SQL returnes rows?
Can you post your code?
liljon
Jun 23 2008, 09:22 AM
Thanks for the help...I think I am just choosing the wrong type of form.
Appreciate the prompt reponse.
Keith