Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Regarding APP-00988 Error

54 views
Skip to first unread message

Ramesh Shekar

unread,
Aug 3, 1997, 3:00:00 AM8/3/97
to

Hello Gurus,

I am developing a labor inquiry form on SQL*FORMS 2.3 on Work In Process
Oracle Applications 10.5 on Solaris 2.4(SunSparc 20). I have registered
the form and also linked the form to the menu. When I try to open the
form on the applications I get "APP-00988 ORACLE error 535 in fdidrv".

APP-988 ORACLE error &ERRNO in &ROUTINE
Cause: &ROUTINE failed due to executed at the time of the
error was: &SQLSTMT.

The error occured near the following text:&EXACT_TEXT.

APP-988 ORACLE error &ERRNO in &ROUTINE
Cause: &ROUTINE failed due to &REASON.

The SQL statement being executed at the time of the
error was: &SQLSTMT and was executed from the file
&ERRFILE.

What's happening here?

I painted the form using SQL*FORMS 2.3 designer and added the
FND_STARTUP trigger, generated and registered the form sucessfully. The
only code I have in the form is in the FND_PREFORM trigger to get the
organization id. Everything went just fine except that it blows up when
I try to open the form on apps to continue further. I would like to
know why I am getting this error and how can I resolve it.

I would really appreciate if someone have faced similar situation like
mine or know about it could email to me ASAP.


TIA
RShekar
rsh...@execpc.com

John Clarke

unread,
Aug 4, 1997, 3:00:00 AM8/4/97
to

Couple things to look for:

-) Make sure file permission are set such that applmgr (or whatever UNIX
user id you've got your apps installed with) can read your form
-) Make sure the form is in the proper location. For example, standard
WIP screens are in $WIP_TOP/forms (i.e., /u01/applmgr/wip/5.0.99/forms
or something of that natire). The application knows where to find the
form because (in 10.5) when you register the form, you tie the form w/
an application , and each application has a basepath associated with it
(i.e., $WIP_TOP, $INV_TOP, etc).

If you have a standard directory location where you have your
customizations installed, move your form here and make sure that your
custom application has been registered and the concurrent managers have
been restarted.

0 new messages