Package call shows error in 10g. [message #209264] |
Thu, 14 December 2006 00:31 |
marlon_loyolite
Messages: 66 Registered: July 2006
|
Member |
|
|
Hi friends,
I have a form developed in forms 6i which is working fine.
But when I migrated that to 10g it does not compile.In a package call it shows an error .
(Error : Implementation restriction ADT or schema level collection not supported at client side with non-OCI mode).
This is the function call...
l_status := pay.CreateServiceItem(l_srvc(i).service,
src_org_id,
aps.gr_val.appn_num,
accountnum,
dest_org_id,
null,
:control_block.app_cycle,
aps.g_operator_id,
:control_block.dt_received);
Here the Null parameter is a type and its default value is NULL.
If I comment the whole package call the forms runs successfully.
Can anyone suggests me what would be the cause for this.
Regards,
Marlon
Upd-Mod: Please put 'code' tags around code, and you don't have to press 'enter' at the end of each line. Thoughful formatting makes easier reading and faster answering.
[Updated on: Thu, 14 December 2006 00:59] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: Package call shows error in 10g. [message #209774 is a reply to message #209304] |
Sun, 17 December 2006 19:46 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Please confirm that this code works in Forms 6i and that you have not changed the code in 'pay.CreateServiceItem' for 10g.
Please post the error number that you are receiving.
David
|
|
|