1 2 3 4 5 6 7 8 9 10 11 12 13 | SELECT frv.responsibility_name, fpov.profile_option_value org_id, hou.NAME FROM apps.fnd_profile_options_vl fpo, apps.fnd_responsibility_vl frv, apps.fnd_profile_option_values fpov, apps.hr_organization_units hou WHERE hou.NAME = <OU Name> AND fpov.profile_option_value = TO_CHAR (hou.organization_id) AND fpo.profile_option_id = fpov.profile_option_id AND fpo.user_profile_option_name = 'MO: Operating Unit' AND frv.responsibility_id = fpov.level_value ORDER BY frv.responsibility_name |
Learning oracle technology to improve business and profession skills Sharing Skills like Enterprise Resource Planning (ERP) and Integrations
Featured post
General Ledger Revaluation
General Ledger Revaluation Account balances denominated in foreign currencies are adjusted through the revaluation procedure. Revaluat...
Tuesday, 21 May 2019
Query to find responsibility for Operating Unit or Org_id
Subscribe to:
Post Comments (Atom)
-
4 Important Tables of Oracle fusion user roles query 1. per_users 2. per_user_roles 3. per_roles_dn 4. per_roles_dn_tl Detail SQL Query to...
-
A quick summary of accounting entries in Order to Cash cycle Sales order creation – No entries Pick release: Inventory St...
-
Book mark this page...to find more and more useful join conditions in upcoming days!!!!!!!! Module Table Column GL and AP...
No comments:
Post a Comment
Please review my topic and update your comments
Note: only a member of this blog may post a comment.