Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to test that a parameter exists or not inside a parameterlist ?

392544Nov 16 2006 — edited Mar 30 2007
Hi all,
I must run a report , and before running it I passed parameters inside a parameter list which I provide to the report.
There are many conditions involved when adding the parameters , and in some parts of my code I want to test whether a certain parameter already exists inside the parameterlist because I must delete the parameter if it exists. This is the requirement. Untill now the delete_parameter raises an error stating that the parameter does not exist in the parameterlist when I run the report.
So how to test that a certain parameter exists or not inside a parameterlist ?
Thank you very much.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2007
Added on Nov 16 2006
6 comments
653 views