Oracle EBS Blog

Payables VMD Data Extract in R12

vmdvendormetadata_extract_query This reusable component very useful in pulling payables vendor metadata that will have all the the information vendor payments bank details and along with VAT details

Read More

AR invoice Number change Script for Brazil Country in R12

invoice-numberchange-script-for-brazil This is useful script that will help for Brazil Country. This script will find the invoice number of Brazil localization tables and modify the invoice number as per standard…

Read More

Make single column excel output to excel row output in XML Publisher

Requirement Single Excel column output with multiple data separated by comma need to make row-wise data, eg Name Marks Peter 50,70,30 Need to change with this Name Marks Peter 50…

Read More

How to Delete AP Invoice Data from the Oracle Apps EBS R12.

API “AP_AI_TABLE_HANDLER_PKG.DELETE_ROW” can be used to delete AP Invoice Data. This Script can be used when invoice accounting is not done.   DECLARE CURSOR CUR1 IS SELECT AIA.ROWID,AIA.* FROM AP_INVOICES_ALL…

Read More

To display all data for a particular block while opening the EBS form.

Overview Sometimes having a requirement to display all block data whenever form is open. In order to achieve please follow below step, Open Form builder> Open your custom form >Go…

Read More

Script to collect all the required information for understanding the Concurrent Processing workload on a system

REM HEADER REM $Header: cp_analyzer.sql v1.01 MCOSTA $ REM REM MODIFICATION LOG: REM REM MCOSTA REM REM Consolidated script to diagnose the current status and footprint of Concurrent Processing on…

Read More

Prepare phase failed:[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files.

Update Database Tier to Latest Code   Call env from APPS NOde   Execute the admkappsutil.pl utility to create the appsutil.zip file in <INST_TOP>/admin/out.   $ perl <AD_TOP>/bin/admkappsutil.pl   mv…

Read More

How to apply Middleware 11.1.1.9 webtier patches in 12.2

adop patch process cycle steps: 1) Run FSCLONE 2) PREPARE 3) APPLY 4) FINALIZE 5) CUTOVER 6) CLEANUP Before start to apply the patches we have to run fsclone to…

Read More

How to monitor adop patching cycle from backend

As a new feature of EBS 12.2.5 , we have adopmon(adop monitor, Online Patching Monitoring utility) utility for monitoring the online patching cycles. It provides a readable output, letting us…

Read More

Prepare phase failed With Error “ETCC Not Run In The Database Node”

We might some time get into below issue after clone or after installing AD and TXK patches.     Error:   ETCC not run in the database node [Node Name]…

Read More