is it possible to read all paramlist in Oracle Forms?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You use
GET_PARAMETER_LIST(name)to retrieve a parameter list in Forms. However, you must know what the name of the parameter list is. To find out, look at the code that is calling the form that sets the parameter list – e.g. look for code that callsCREATE_PARAMETER_LIST.Generally I prefer to use a single standard name for all parameter lists, to avoid confusion.