Calling API in Forms [message #429998] |
Fri, 06 November 2009 14:32 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
consultant19
Messages: 23 Registered: September 2009 Location: India
|
Junior Member |
|
|
Hi
I have to use a standard API in custom form . I am able to compile in the database using SQLPLUS. when I put the code in Form with all the necessary parameters passed. It is showing me the error.
ERROR 512 at line127, column 54
Implementation Restriction :'OKC_API.G_MISS_NUM': Cannot directly access remote package variable or cursor.
|
|
|
Re: Calling API in Forms [message #432386 is a reply to message #429998] |
Mon, 23 November 2009 22:50 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Forms 6 can only use character, number, or date parameters. If the package uses anything else then you will have to write an intermediate database package to take the Forms parameters and turn them into the package parameters.
David
|
|
|