Monthly Archives: August 2026

Creating Workers Oracle Fusion HCM API

Creating Workers in Oracle Fusion HCM via REST API Creating and Managing Workers in Oracle Fusion HCM Using REST APIs Instead of the Guided UI Flow Introduction / Issue Onboarding…

Read More

SharePoint Parsing Tool

Automating SharePoint Data Extraction with Playwright and Python The Problem: Vendor Checks Scattered Across SharePoint Accounts-payable teams often store vendor data in several places. Vendors, accounts, GL codes, and vendor…

Read More

Resolve Apply Receipts Using AutoMatch ESS Performance Issues in Oracle Fusion

Resolving Long-Running Apply Receipts Using AutoMatch ESS Process in Oracle Fusion Introduction / Issue The Apply Receipts Using AutoMatch ESS process in Oracle Fusion Receivables that was seeded was seen…

Read More

Simplify Oracle Fusion Role Reviews with AI Agent

Introduction / Issue   Managing user access and role assignments is an important part of Oracle Fusion Cloud security administration. Administrators frequently need to identify all roles assigned to a…

Read More

Inside the RMC Module: The Role Request and Approval Workflow

Inside the RMC Module: The Role Request and Approval Workflow A closer look at how access requests move from submission to review, approval, and expiry in RMC. Introduction This blog…

Read More

How to Add or Remove a User Role Using Oracle Fusion SCIM REST API with Postman

How to Add or Remove a User Role Using Oracle Fusion SCIM REST API with Postman Introduction / Issue In Oracle Fusion Applications, every user’s access is controlled by the…

Read More

WIP Job Close via Apex Application

Introduction / Issue Closing a WIP job in EBS normally means going through the Discrete Jobs form manually — checking if all transactions are done, confirming the job status, and…

Read More

Stop Writing Fake INSERT Scripts in Oracle Apex during initial development: Generating Realistic Test Data in Oracle APEX with APEX_DG_DATA_GEN

Introduction / Issue Anyone who’s built in Oracle APEX for more than a few weeks knows this pain: the screens are done, the logic works, and every table is completely…

Read More

Query to Identify Initial and Latest Login Sessions in Oracle Database

Please use the query below to identify and provide the SID and Serial#.   col first_seen for a30 col last_seen for a30 SELECT MIN(sample_time) AS first_seen, MAX(sample_time) AS last_seen FROM…

Read More