Yearly Archives: 2026

Load Sales Forecast into plan without running the plan Upload

Prepare the DPForecasts.csv file The file name should not be changed. Date format must be “YYYY/MM/DD”. If part number has leading zeros, then change the cell to Text. Enter the…

Read More

Image Validation in Oracle APEX

Image Validation in Oracle APEX   Introduction Oracle APEX provides a Image Upload page item that allows users to upload files easily. However, in real-time applications such as profile management,…

Read More

Add History for a new Item or new Item-Customer

Make sure the new item/customer/customer site is collected and exists in Oracle cloud. Prepare the ShipmentHistory_SI_RD.csv file to load Shipments History data for the new item/new item-customer. File name should…

Read More

Video Recording in Oracle APEX

Video Recording in Oracle APEX   Introduction:- Oracle APEX allows seamless integration of modern web technologies to enhance application capabilities. This document explains how to implement client-side video recording in…

Read More

API to create Quality samples and the results

Introduction/ Issue:  This blog contains an API and that can be used in Oracle EBS to create Quality samples and the corresponding results. Why we need to do / Cause…

Read More

API to create Routing and assign resources

Introduction/ Issue:  This blog contains an API and that can be used in Oracle EBS to create Routings and assign resources.  Why we need to do / Cause of the…

Read More

Copying Table Data from Source to Destination in SQL Server

Purpose and Scope  This document describes the procedure to copy table data from a source server to a destination server using the SQL Server Import and Export Wizard. This method is commonly used for…

Read More

Basic SQL Performance Tuning tips

The purpose of this article is to give newbies some basic advice about SQL performance tuning that helps to improve their query tuning skills in SQL Server.    Introduction We…

Read More

How to Add a Database to an Existing Always On Availability Group

   Introduction : Always On Availability Groups is a high-availability and disaster-recovery feature in SQL Server that ensures database continuity with minimal downtime. In this blog, I explain the step-by-step process to…

Read More

Oracle EBS Security Under Control: Automated Audits with FND Tables

1. Security Model Overview Oracle EBS security is built on a multi-layer authorization model: FND_USER → user identity FND_RESPONSIBILITY → functional access FND_USER_RESP_GROUPS → assignment mapping Unlike database roles, EBS…

Read More