Positional argument specified after keyword [message #284696] |
Fri, 30 November 2007 10:46 |
world.apps
Messages: 70 Registered: January 2007 Location: Hyderabad
|
Member |
|
|
Hi,
One of my concurrent program which of type report is calling from a pl/sql procedure.
when I execute my pl/sql procedure from oracle application the report which is called by this is completed with error
error message is
REP-0152: Positional argument specified after keyword
I have un-checked the check box for that concurrent program, then also I am getting the same error.
Could you help me in this?
Thanks in advance
|
|
|
|
Re: Positional argument specified after keyword [message #285001 is a reply to message #284696] |
Mon, 03 December 2007 01:52 |
world.apps
Messages: 70 Registered: January 2007 Location: Hyderabad
|
Member |
|
|
Hi Littlefoot,
I solved this problem. In my case when I was working for two programs I got this error.
For fitst Program to solve the issue, I un-checked the Use in SRS check box.
For second Program the above solution does not work I have defined the Parameters for my concurrent progrm(report) which is called by a stored procedure. This works fine.
Regards
Ranganath.
|
|
|