BIP Payroll Error Report: EMP-10481/10492/10510 — BONUS element, input value GRADE_STEP not found
Fusion payroll diagnostics via OTBI, REST HCM API, and BIP — run action status, error counts, assignment action detail, ESS job history for Calculate Payroll and Prepayments.
Oracle Fusion HCM Payroll processing diagnostics are performed through a structured set of Fusion tools rather than direct database queries. The Fusion Payroll Flow framework manages payroll processing as a series of tasks — Calculate Payroll, Calculate QuickPay, Verify Payroll Results, Calculate Prepayments, Archive Payroll Results, Transfer to Subledger Accounting. Each task runs as a Scheduled Process (ESS job) and produces a structured output that can be reviewed through the Payroll Flow Monitor, downloaded as a BIP report, or queried through OTBI Payroll subject areas.
The Fusion Payroll Flow Monitor is the primary diagnostic interface. It shows every task in the payroll flow with its status — Completed, Error, Corrective Action Required — and the employee count processed, completed, and in error at each stage. For tasks with errors, the Monitor links directly to the error detail log, which identifies the specific employee, the element, and the calculation error message. HCM-03 uses the Payroll Flow Monitor as the first diagnostic step, followed by the BIP Payroll Error Report for structured error analysis, and OTBI Payroll subject areas for population-level analysis.
Fusion Payroll element entry errors are diagnosed through the Manage Element Entries screen rather than direct PAY_ELEMENT_ENTRIES_F queries. The Fusion REST API provides the /payroll/elementEntries endpoint for programmatic access. When a payroll formula error occurs — because an element formula references a value input that has been changed or a fast formula has been incorrectly compiled — the Payroll Flow Monitor shows the error message and the Correct Payroll Results task allows the payroll team to correct element entries and reprocess the affected employees without rolling back the entire payroll run.
HCM-03 provides a structured Fusion Payroll diagnostic using the Payroll Flow Monitor for task-level status, BIP Payroll Error Report for employee-level error detail, OTBI Payroll Results subject area for population analysis, Manage Element Entries for element entry review, and the Payroll Costing Report for GL allocation completeness.
HCM-03 systematically investigates every major condition that can cause the issue this diagnostic targets. Below is the complete coverage breakdown.
Completed diagnostic worksheet showing what the full diagnostic picture looks like after all steps have been worked through. Your worksheet will reflect your environment's specific data — the steps, tool sequence, and REST API calls to assemble it are documented in the Audit Trail section below.
════════════════════════════════════════════════════════════
ORACLE FUSION — PAYROLL RUN DIAGNOSTIC
════════════════════════════════════════════════════════════
Payroll Flow : US Monthly Payroll FEB-2026
Legal Entity : US Incorporated
Flow Status : In Progress — Corrective Action Required
Case Number : FC-HCM-2026-0310
Report Date : 22-FEB-2026 09:15:44
════════════════════════════════════════════════════════════
[ STEP 1 — PAYROLL FLOW MONITOR ]
────────────────────────────────────────────────────────────
Calculate Payroll : Completed with Errors — 3 of 842 in error ✗
Calculate PrePaymts : Pending — waiting for errors to be resolved
Transfer to SLA : Pending
[ STEP 2 — BIP PAYROLL ERROR REPORT ] STATUS: ✗ ERRORS
────────────────────────────────────────────────────────────
EMP-10481 : BONUS element — formula error: input value GRADE_STEP not found ✗
EMP-10492 : OVERTIME element — rate formula error ✗
EMP-10510 : BONUS element — same formula error as EMP-10481 ✗
[ STEP 3 — OTBI PAYROLL RESULTS ] STATUS: ⚠ WARNING
────────────────────────────────────────────────────────────
⚠ 12 employees: costing defaulted to suspense — Payroll Costing Report shows gaps
[ STEP 4 — MANAGE ELEMENT ENTRIES ]
────────────────────────────────────────────────────────────
BONUS element entry : GRADE_STEP input value — removed in FEB setup change
Replacement input : GRADE_BAND — defined 01-FEB-2026
════════════════════════════════════════════════════════════
FUSION DIAGNOSTIC SUMMARY
════════════════════════════════════════════════════════════
3 employees in error — GRADE_STEP input removed without formula update
FIX: Update formula via Fast Formulas, use Correct Payroll Results to reprocess
════════════════════════════════════════════════════════════
Fusion Cloud does not permit direct database access. Every corrective action goes through a supported Oracle interface. Before any action is taken, the current state is exported and documented.
Exported before any UI action, ESS resubmission, or FBDI reimport. Provides a point-in-time record of the error state for the KB article and SR documentation if needed.
Oracle Fusion Cloud is a SaaS environment. There is no consultant-accessible Oracle schema, no SQL*Plus connection, and no CONS_BACKUP tablespace. All diagnostic and corrective activity goes through OTBI, REST APIs, BIP reports, ESS programs, and the Fusion UI — the same supported tools Oracle Support uses.
All API calls use OAuth 2.0 authentication. The base URL is your Fusion Cloud instance URL. Replace {instanceName} with your tenant name. Obtain the OAuth token via the /oauth/token endpoint using client credentials.
This article is produced automatically at the end of every HCM-03 execution — written from actual run output. No manual documentation required.
Payroll setup change removed or renamed an input value that a Fast Formula still references. BIP Payroll Error Report shows the specific formula and input. Correction via Fast Formulas and Correct Payroll Results — no full run rollback needed.
No costing rule defined for an element-department combination. Payroll costs charged to the suspense account. Finance discovers at month-end reconciliation. HCM-03 identifies the gap from the OTBI Payroll Costing Report.
Employee payment source invalid — bank account closed, payment method end-dated, or prenote not completed. HCM-03 identifies the employee and the payment source issue from the Flow Monitor error detail.
SLA Create Accounting error for payroll — typically an invalid account in the costing setup. HCM-03 identifies the account from the BIP Create Accounting Execution Report and the correction path.
| Data Source | Type | Purpose |
|---|---|---|
| Payroll Flow Monitor | Fusion UI | Task-level status — errors, pending, complete |
| BIP: Payroll Error Report | BIP | Employee-level formula errors and element detail |
| OTBI: Payroll Results | OTBI | Population analysis — costing exceptions, zero pay |
| OTBI: Payroll Costing Report | OTBI | GL allocation completeness — suspense account charges |
| REST API: /payroll/elementEntries | REST | Element entry detail for affected employees |
| ESS: Transfer to Subledger Accounting | ESS | GL transfer status and error output |
Every condition identified by the diagnostic maps to exactly one resolution path. In Fusion Cloud, all paths go through supported Oracle interfaces — UI, REST API, FBDI, or ESS. Direct database access does not exist in this environment.
Oracle's own Fusion screens, Scheduled Processes (ESS), and workflow tools are always the first resolution path. Manage Invoices, Manage Suppliers, Manage Accounting Periods, BPM Worklist, Scheduled Processes — the diagnostic identifies the exact navigation path and screen sequence for every condition that can be resolved this way. No third-party tools, no API calls, no risk beyond what Oracle's own UI carries.
For bulk corrections or conditions not surfaced in the standard UI, Oracle Fusion's public REST APIs and FBDI import templates are the supported programmatic path. A REST API PATCH call to correct an invoice distribution account, an FBDI resubmission with corrected records after an import failure, or a Mass Update via the REST API — these are supported, documented, and reversible through normal Oracle mechanisms. The current state is exported before any API call is made.
Certain conditions in Fusion Cloud cannot be resolved through any customer-accessible interface. The diagnostic flags these and generates the Service Request documentation:
Before any UI action, ESS resubmission, REST API call, or FBDI reimport — the current error state is exported via OTBI report, BIP report output, or REST API GET response. After the action, a verification step confirms the expected outcome. The complete sequence — tool used, pre-action state, action taken, result verified — is written into the KB article as the primary record of what was done and why.
| Condition Identified | Resolution Path | Notes |
|---|---|---|
| Formula error — input value not found after setup change | Functional First | Update the formula via Payroll > Fast Formulas. HCM-03 identifies the failing formula from the BIP Payroll Error Report and the correct input value from the current element setup. |
| Affected employees need reprocessing | Functional First | Use Correct Payroll Results to reprocess affected employees without rolling back the full run. HCM-03 identifies the employees and the task parameters for the Correct Payroll Results submission. |
| Costing defaulted to suspense — hierarchy gap | Functional First | Define the costing rule via Payroll > Payroll Costing for the element-department combination. HCM-03 identifies the gap from the Payroll Costing Report in OTBI. |
| Calculate Prepayments failing — payment source invalid | Functional First | Correct the payment source (bank account or check writer) via Manage Personal Payment Methods. HCM-03 identifies the employee and the invalid payment source from the Flow Monitor error detail. |
| Transfer to Subledger Accounting errors | Functional First | Correct the account via Manage Chart of Accounts, then resubmit Transfer to Subledger Accounting. HCM-03 identifies the error from the SLA Create Accounting BIP Execution Report. |
| Payroll flow task stuck in Pending | Functional First | Identify the blocking prior task in the Flow Monitor. Resubmit or rollback the blocking task via the Flow Monitor Actions menu. HCM-03 identifies the task dependency chain. |
| Element entry missing for employee | Functional First | Add the element entry via Manage Element Entries. HCM-03 identifies the missing element from the payroll results comparison — employees with the element in prior periods but not the current period. |
| Payroll flow task in Error status — engine failure | Oracle Support SR | ESS task status Error (not Completed with Errors) indicates an engine-level issue. HCM-03 documents the task ID and error log for the Oracle Support SR. |
Fusion Cloud's SaaS architecture eliminates direct database access — which means every action is a supported Oracle API call, UI operation, or ESS submission. Before any action runs, the current error state is captured. After any action, the result is verified.
In EBS R12, a CONS_BACKUP table provides the rollback point. In Fusion Cloud, the equivalent audit trail is built from three sources that together give a complete before-and-after record:
The knowledge base article is generated automatically from the script's execution output. No manual documentation required. It becomes the institutional record — for the team, for auditors, and for every future engagement in the same environment.
References the Oracle public documentation for this diagnostic area. These links open directly on docs.oracle.com.
| Documentation Page | Title | Scenario |
|---|---|---|
| Period Close | Period Close — Close Monitor | Fusion payroll transfer to GL and close monitor status |
| Oracle Fusion General Ledger | Using Analytics and Reports for Financials | Payroll to GL reconciliation for Fusion Cloud |
HCM-03 is one of 65 diagnostic scripts covering every major Oracle EBS and Fusion module. William A. Green Consulting runs the script in your environment, applies guided data fixes, and builds the knowledge base that prevents the same issues from recurring.
See this script run autonomously — Oracle AI Platform →