Skip to Main Content

Analytics Software

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!

Passing Parameters to the Sub-Query/Inner Query

user2645768Jan 20 2010 — edited Jan 21 2010
Hello

We are using Discoverer Admin/Desktop - 9.0.2

How could I pass value to the parameters to the Inner-Query/Sub-Query in the Discoverer

Something like this

:p_join_date in the following query

SELECT fu.user_name, fu.description, emp_master.last_name
FROM fnd_user fu,
(SELECT employee_number, person_id, last_name
FROM per_people_f
WHERE effective_start_date >= :p_join_date) emp_master
WHERE emp_master.person_id = fu.employee_id

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2010
Added on Jan 20 2010
7 comments
4,532 views