Oracle Application Blog

Splitting shipping lines

Introduction: Splitting of order lines, this can be done during shipping last part of sales order, generally we come across this scenario, when we want to ship partial quantity when…

Read More

Multi-Node EBS with DMZ Setup

Many of you have asked about the best storage options for a multi-node EBS setup involving a DMZ server with a public load balancer. Here are some insights and best…

Read More

View Output/Log returns “Authentication Failed/File server could not identify source file ” error Concurrent Program – R12.1.3

In Oracle E-Business Suite R12.1.3, when you try to view a report output/log, the following two errors are displayed: File server could not identify source file. or Authentication failed. In…

Read More

Ship Confirm of multiple deliveries Using API in EBS

PROCEDURE XDM_SHIP_CONFIRM(p_delivery_id_s NUMBER, p_shipping_method VARCHAR2, p_trip_id number, p_close_trip_flag VARCHAR2)IS–Standard Parameters.p_api_version NUMBER := 1.0;p_init_msg_list VARCHAR2(30);–Parameters for WSH_DELIVERIES_PUB.Delivery_Action. p_action_code VARCHAR2(15);p_delivery_id NUMBER:= p_delivery_id_s;p_delivery_name VARCHAR2(30);p_asg_trip_id NUMBER:=p_trip_id;p_asg_trip_name VARCHAR2(30);p_asg_pickup_stop_id NUMBER;p_asg_pickup_loc_id NUMBER;p_asg_pickup_loc_code VARCHAR2(30);p_asg_pickup_arr_date DATE;p_asg_pickup_dep_date DATE;p_asg_dropoff_stop_id NUMBER;p_asg_dropoff_loc_id NUMBER;p_asg_dropoff_loc_code…

Read More

How Model-Based Testing is Transforming Oracle Application Testing?

As enterprise IT evolves, software environments are becoming increasingly complex. Since businesses increasingly rely on hybrid setups with a mix of on-premise and cloud-based applications, traditional software testing methods struggle…

Read More

Taming the Cloud Beast: Predictable Budgeting and Cost Optimization for Your Cloud Migration

Migrating to the cloud promises scalability, flexibility, and innovation. But the “cloud beast” of unpredictable costs can quickly derail those benefits if not managed effectively. Fear of unexpected expenses is…

Read More

The Never-Ending Upgrade Cycle: How to Keep Up Without Losing Your Mind (and Your Productivity) 

Let’s be honest: the constant cycle of software and system upgrades can feel like a never-ending treadmill. Just when you think you’ve caught your breath after the last round of…

Read More

Why Oracle Testing Automation is Essential for Oracle Applications in Today’s Cloud Environment

Insights from Oracular  Businesses using Oracle—whether on-premise, in the cloud, or both—face constant pressure to adapt. Quarterly Oracle updates require companies to test, validate, and release changes quickly. Manual testing…

Read More

Escheatment of Unclaimed Checks

Escheatment of Unclaimed Checks Overview of Escheatment of Unclaimed Checks Escheatment is the process of transferring abandoned or unclaimed property to the state where the owner’s last known address is…

Read More

Concurrent Program Failure with Error “FDPSTP failed due to ORA-20100”

  User Submitted concurrent Program “XXFM TBI DEBIT CONTROL” in DEV environment after Clone. Program failure happening with Below Error. Oracle Database 19c (Multitenant) and EBS Application is 12.2.10 running…

Read More