Wednesday, September 19, 2018

Data Security Policies in Oracle Fusion HCM

Data Security Policy combines:

  • A Duty role. Ex:- Worker Promotion Duty.
  • A business object being accessed. Ex:- Person Assignment.
  • The condition that must be met for access to be granted. Ex:- Human Resource Specialists can promote workers whose person and assignment records are identified in their person and assignment security profiles. 
  • A Data Security Privilege that defines the action being performed. Ex:- Promote Worker.

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 ,...