I have to create a query which on the entry of the user_name should display the responsibilities under that particular user_name. How can I do that?
The tables that should be used are:
FND_USER
FND_RESPONSIBILITITY_VL
FND_APPLICATION_VL
FND_USER_RESP_GROUPS_DIRECT
Please help…
the username is the mandatory field.
you need to tell the query which bits of the queries are the same in the tables.
based on your comments this will be a start I think:
extrapolating to your other tables (which we don’t have any details of) this might work, but even if it doesn’t it should put you on the right track hopefully:
but without more details who knows?