Wednesday, September 19, 2018

Function Security Privileges in Oracle Fusion HCM


  • Each Function Security Privilege secures the code resources that make up the relevant page, such as the Promote Worker page.
  • If the predefined security reference implementation doesn't fully represent your enterprise, then you can make changes. For example, the predefined Line Manager abstract role includes compensation management duties. 
  • If some of your line managers don't handle compensation, then you can create a custom line manager role without those duties. 
  • Alternatively, if a predefined job role is too narrowly defined, then you can create a job role with a greater range of duties than its predefined equivalent.

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...