Library procedure not recognised [message #221330] |
Mon, 26 February 2007 06:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
oracleraj.s
Messages: 13 Registered: February 2007
|
Junior Member |
|
|
Hi,
I have a procedure in a library which has been called somewhere in the form. Now i have compiled the form successfully. No errors were thrown. But when i run the application, the actually functionality of the library procedure is not working i.e, i think the lib proc is not called at all. Instead when i localised the lib proc, it is working fine.
Why??
Query me if my requiremen is not clear. But i face this problem in many forms n needs to be sorted out asap.
thanx in adv
[Updated on: Mon, 26 February 2007 07:12] Report message to a moderator
|
|
|
Re: Library procedure not recognised [message #222362 is a reply to message #221330] |
Sat, 03 March 2007 05:42 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
oracleraj.s
Messages: 13 Registered: February 2007
|
Junior Member |
|
|
oracleraj.s wrote on Mon, 26 February 2007 06:00 | Hi,
I have a procedure in a library which has been called somewhere in the form. Now i have compiled the form successfully. No errors were thrown. But when i run the application, the actually functionality of the library procedure is not working i.e, i think the lib proc is not called at all. Instead when i localised the lib proc, it is working fine.
Why??
Query me if my requiremen is not clear. But i face this problem in many forms n needs to be sorted out asap.
thanx in adv
|
Iam not getting any replies to this question?? Iam doubting whether it is as tough to answer or quite silly to ask or if the Q itself is not understandable. Pls let me know abt this...
|
|
|
Re: Library procedure not recognised [message #222410 is a reply to message #222362] |
Sun, 04 March 2007 03:19 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
You say you THINK it is not executed. First make sure you know whether or not it is executed.
Then, if you KNOW it is not, find out why. If there is no error thrown, the calling procedure in your form can find a procedure with the given name. (either in your form, or in the library or in the database), so you go debug your calling procedure to see if it gets to the point where the procedure should be called.
If you are certain the procedure is called, find out where it gets it from.
Look in your FORMS<xx>_PATH for compiled libraries (.plx), because forms first checks the entire forms-path for plx before searching for a pll.
good luck and please let us know if this solves your problem.
|
|
|
|
|
|
Re: Library procedure not recognised [message #225761 is a reply to message #225399] |
Wed, 21 March 2007 05:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
oracleraj.s
Messages: 13 Registered: February 2007
|
Junior Member |
|
|
Hi Martin,
I tried all these scenarios, still i could not succeed. As of now i have pulled down the the procedure to my local and working out. But still the problem lies some where else???
Thanx for your time.
Rajasekaran.S
3i-infotech
Chennai
|
|
|
|