SHOW_LOV need to pass a parameter to select statement
909171Apr 25 2012 — edited Apr 26 2012Hello,
I have a requirement that there is a drop down list but the list display should be based on certern parameter.
Say I have a table ( id, type, description). The select statement for dropdown I need is
Select id,description from table where type = &input_param.
Can someone help PLEASE !!!