Wednesday, September 19, 2018

Duty Roles in Oracle Fusion HCM


  • Duty Roles are associated with Function Security Privileges(FSV) and Data Security Policies(DSP).
  • In the above screenshot Worker Promotion Duty Role is associated with one Function Security Privilege and two Data Security Policies.
  • The FSP Promote Worker secures access to the Promote Worker page. 
  • The DSP Promote Worker Data determines the workers whom users with this duty role can promote.
  • The DSP Choose Position Data determines the positions into which users with this duty role can promote workers.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...