0% found this document useful (0 votes)
850 views

Getting Errors When Submitting DOR Error Caused by SOA Component or The Underlying HWF Configuration or A Supervisor Hierarchy Setup Issue

This document provides a solution to the error "BPEL_TASK_30082: Error caused by SOA component or the underlying HWF configuration or a Supervisor hierarchy setup issue" that can occur when approving job offers in Oracle Fusion Recruiting Cloud. The error happens when the approval setup is based on a management hierarchy but the expected approvers in that hierarchy are unavailable. The solution is to review the approval setup and management hierarchy, ensure all approvers have active assignments and user accounts, recover or terminate affected transactions, and resubmit offers for approval.

Uploaded by

hamdy20017121
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
850 views

Getting Errors When Submitting DOR Error Caused by SOA Component or The Underlying HWF Configuration or A Supervisor Hierarchy Setup Issue

This document provides a solution to the error "BPEL_TASK_30082: Error caused by SOA component or the underlying HWF configuration or a Supervisor hierarchy setup issue" that can occur when approving job offers in Oracle Fusion Recruiting Cloud. The error happens when the approval setup is based on a management hierarchy but the expected approvers in that hierarchy are unavailable. The solution is to review the approval setup and management hierarchy, ensure all approvers have active assignments and user accounts, recover or terminate affected transactions, and resubmit offers for approval.

Uploaded by

hamdy20017121
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

GOAL

Getting errors when submitting DOR "Error caused by SOA component or the
underlying HWF configuration or a Supervisor hierarchy setup issue
 

SOLUTION

changed the condition


((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND
(Current Documents of Record.result.documentTypeId == document_id))
with
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND
(getNewDoRByTransactionIdResponse.result.documentType == "document type"))

Oracle Fusion Recruiting Cloud: Offer Approval Fails with Error:


'BPEL_TASK_30082: Error caused by SOA component or the underlying To
HWF configuration or a Supervisor hierarchy setup issue.' (Doc ID Bottom
2793489.1)

In this Document

Symptoms

Cause

Solution

References

APPLIES TO:

Oracle Recruiting Cloud Service - Version 11.13.21.04.0 and later


Information in this document applies to any platform.

SYMPTOMS

Problem Description:
An offer approval is failing with the following error:

BPEL_TASK_30082 
Error caused by SOA component or the underlying HWF configuration or a Supervisor hierarchy setup
issue.

CAUSE

Cause:
The Error Diagnostic Report indicated the following fault:

Client received SOAP Fault from server : JBO-FND:::FND_CMN_RCRD_MSNG: The record Supervisor
doesn't exist.

This error occurs when the approval setup is based on Management Hierarchy and the
approvers that are expected to be involved are not available.

In this case, the Hiring Manager in the approval hierarchy had two different assignments -- one
active and one suspended.

SOLUTION

Solution:
To prevent this issue:

1. Review the approval setup where the Management Hierarchy has been used in the rule which is
triggered for the transaction.
2. Make sure that the approvers/managers that are involved (start to end, including number of
level) via Management Hierarchy component have valid and active assignments.
3. Make sure that the approvers/managers that are involved (start to end, including number of
level) via Management Hierarchy component have valid and active user accounts.
Once any corrections have been made to the Management Hierarchy and/or approval flow:

1. Use the Recover option to recover any offer workflow transactions.


2. For other transactions, have an administrator terminate the transactions (when the recover
option is not available in the console).

For the transactions that are recovered, the approvals should resume.

For the transactions that are terminated, resubmit the offers for approval.

For more information on recovering or terminating an approval transaction, review the Monitor and
Troubleshoot section of the Implementing Global Human Resources guide.

REFERENCES

NOTE:2751222.1 - Oracle Fusion Recruiting Cloud: Job Offer Approval Rule Based on Salary and Grade
Fails with Error BPEL_TASK_30082

You might also like