Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

4/11/2020 Document 2043775.

1
Copyright (c) 2020, Oracle. All rights reserved. Oracle Confidential.

Fusion Performance Management: Unable To Set Performance Document Approval For 2-level
Manager Approval (Doc ID 2043775.1)

In this Document

Goal
Solution
References

APPLIES TO:

Oracle Fusion Performance Management Cloud Service - Version 11.1.9.2.0 and later
Information in this document applies to any platform.

GOAL

Two levels of approval is required but when appraiser submit for approval to his manager who is the top person in the
approval chain, the system is saying it has been submitted for approval, but the manager never receives the notification.

SOLUTION

Rule configuration:

HRA_PERFORMANCE_APPROVAL_REASON
IF
(
Task.payload.transactionApprovalRequest.requestor isn't null and
Task.payload.transactionApprovalRequest.attribute7 isn't null and
Task.payload.transactionApprovalRequest.attribute7 isn't ""
)
THEN

List Builder Supervisory


Response Type
Required
Number of levels 2
Starting Participant
HierarchyBuilder.getPrincipal(Task.payload.transactionApprovalRequest.attribute7,-1,null,"")
Top Participant
HierarchyBuilder.getPrincipal("",-1,null,"")
Auto Action Enabled False
Auto Action ""
Rule Name "HRA_PERFORMANCE_APPROVAL_REASON"

HRA_PERFORMANCE_APPROVAL_AUTO
IF
Task.payload.transactionApprovalRequest.requestor equals ignore case "" and
(
Task.payload.transactionApprovalRequest.attribute7 is null or
Task.payload.transactionApprovalRequest.attribute7 is ""
)

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=hpq83tlnx_560&id=2043775.1 1/2
4/11/2020 Document 2043775.1

THEN

List Builder Supervisory


Response Type
Required
Number of levels 1
Starting Participant
HierarchyBuilder.getPrincipal("",-1,"","")
Top Participant
HierarchyBuilder.getPrincipal("",-1,"","")
Auto Action Enabled True
Auto Action "APPROVE"
Rule Name "HRA_PERFORMANCE_APPROVAL_AUTO"

REFERENCES

BUG:21381796 - UNABLE TO SET PD APPROVAL FOR SUPERVISOR'S MANAGER OF MANAGER


Didn't find what you are looking for?

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=hpq83tlnx_560&id=2043775.1 2/2

You might also like