Oracle HCM Cloud

Abhishek Mohanty

Technical deep-dives into Oracle HCM Cloud — Fast Formulas, HDL, Benefits & beyond.

Published from India · Read in 30+ countries

Articles

Technical guides, deep-dives, and practical solutions.

Fast Formula Apr 8, 2026

ISNULL and WAS DEFAULTED in Oracle Fast Formula — Concepts

Oracle Fast Formula has three distinct missing-data states — uninitialized, holds a value, holds NULL — and each one needs its own detection mechanism. Here's the mental model that actually works.

Fast FormulaNull HandlingDBI
· Oracle HCM Cloud
Fast Formula Apr 6, 2026

Oracle Fast Formula Post Election Edit — Cross-Plan Validation with CHANGE_CONTEXTS

Using CHANGE_CONTEXTS and BEN_PEN array DBIs to validate cross-plan dependencies in an Oracle Benefits Post Election Edit formula.

· Oracle HCM Cloud
Recruiting Apr 2, 2026

Oracle Recruiting Cloud Fast Formulas — The Complete Guide

Every CSP (Candidate Selection Process) Fast Formula type in Oracle Recruiting Cloud, with worked examples for scoring, routing and validation.

Fast FormulaRecruitingCSP
· Oracle HCM Cloud
Benefits Mar 31, 2026

Oracle Benefits Rate Periodization Formula — Mid Year Proration with YTD Cap and CHANGE_CONTEXTS

How to periodize an annual benefit rate across a mid-year enrollment with a year-to-date cap, using CHANGE_CONTEXTS and array DBIs for accurate proration.

· Oracle HCM Cloud
HDL Mar 27, 2026

HDL Transformation Fast Formula — Part 3: WSA Implementation & Complete Code

Full WSA_EXISTS / WSA_GET / WSA_SET implementation for Person caching and MultipleEntryCount tracking, with the complete HDL Transformation Fast Formula code end to end.

· Oracle HCM Cloud
HDL Mar 26, 2026

HDL Transformation Fast Formula — Part 2: INPUTS, GET_VALUE_SET & Cancel End-Dating

Line-by-line code walkthrough of the HDL Transformation Fast Formula — INPUTS ARE, GET_VALUE_SET, ISNULL, SourceSystemId resolution, ESS_LOG_WRITE tracing and ReplaceLastEffectiveEndDate.

· Oracle HCM Cloud
HDL Mar 25, 2026

HDL Transformation Fast Formula — Part 1: OPERATION Routing, METADATA Arrays & WSA Caching

Step-by-step walkthrough of an Oracle HCM Cloud HDL Transformation Fast Formula covering OPERATION routing, METADATA arrays, MAP steps, WSA caching, LINEREPEATNO, and ElementEntry output.

· Oracle HCM Cloud
Fast Formula Mar 22, 2026

Oracle Fast Formula: NULL Doesn't Exist — Use WAS DEFAULTED

A big shoutout to Mr. Scott Klein — who, after reading my Fast Formula blog series, pointed out a concept that every developer searches for but never finds in the docs: how to check for NULL. This one's inspired by that conversation.

Fast FormulaFun FactWAS DEFAULTED
· Oracle HCM Cloud
Fast Formula Mar 20, 2026

Where to Check Fast Formula Logs — ESS Process Names & Navigation Paths

A practical guide to finding Fast Formula debug logs in Oracle HCM Cloud — ESS process names, navigation paths, and log locations for Absence, Payroll, Compensation, Benefits and OTL.

Fast FormulaDebuggingESS Logs
· Oracle HCM Cloud
Fast Formula Mar 19, 2026

Participation & Rate Eligibility Formula with CHANGE_CONTEXTS and Array DBIs

Oracle HCM Cloud Fast Formula for Participation and Rate Eligibility — CHANGE_CONTEXTS, WAS DEFAULTED null handling, and PER_EXT_ORG array DBI looping.

Fast FormulaParticipation & Rate EligibilityCHANGE_CONTEXTS
· Oracle HCM Cloud
Time & Labor Mar 17, 2026

Debugging Oracle Fast Formula: 5 Logging Patterns Every HCM Cloud Consultant Must Know

Your formula compiled successfully. It even runs without errors. But the result is wrong — and you have no idea why. Welcome to the world of Fast Formula debugging, where the only tool you have is a single function: ESS_LOG_WRITE.

Fast FormulaDebuggingEssential
· Oracle HCM Cloud
Fast Formula Mar 16, 2026

Oracle Fast Formula Array DBIs: A Beginner-to-Expert Guide to Indexing, Looping & CHANGE_CONTEXTS

Most Fast Formulas work with single values — one hire date, one assignment status, one accrual amount. But what happens when a person has multiple assignments, multiple date-tracked rows, or matrix bands with multiple accrual tiers? That's

Fast FormulaArray DBIsAdvanced
· Oracle HCM Cloud
Fast Formula Mar 16, 2026

The 7 Pillars in Action: How a Philippine Leave Formula Brings Every Concept to Life

You can't write a formula without a Formula Type. You can't attach it without knowing which column expects it. And you can't debug it without understanding the contexts and input variables tied to it. In this post, I'll use a real-world Abs

Fast FormulaFormula TypesHands-On
· Oracle HCM Cloud
Fast Formula Mar 14, 2026

Breaking Down a PH Vacation Leave Accrual Matrix Formula — Section by Section

A detailed section-by-section breakdown of a Philippines vacation leave accrual matrix formula covering eligibility, tenure bands, and proration logic.

· Oracle HCM Cloud
Fast Formula Mar 14, 2026

Fast Formula Deep Dive: Contexts, DBIs, Routes & the 7 Building Blocks Oracle Docs Don't Explain Clearly

If you've ever tried to write a Fast Formula and wondered what the difference is between a Context, an Input Value, and a Database Item — this post is for you. Let's break down the 7 core building blocks that every FF developer needs to und

Fast FormulaFundamentals
· Oracle HCM Cloud