Yearly Archives: 2020

Query to Extract GSTIN Number

This applies to India localization. To Extract the GSTIN number and pan number attached to the vendors. Script: SELECT distinct jprl.registration_number jprl.secondary_registration_number sec_registration_number FROM jai_party_regs jpr, jai_party_reg_lines jprl ap_supplier_sites_all apsa…

Read More

Supplier Site Update

This API is to update the supplier site level details. This would not applicable to   ap_vendor_pub_pkg.update_vendor_site_public(           p_api_version       => 1,    x_return_status     => lc_return_status,              …

Read More

Synchronization of AD tables FND_NODES, ADOP_VALID_NODES and FND_OAM_CONTEXT_FILES in 12.2 when adop fails

Issue : Autoconfig was failing in EBS R12.2 during cloning Error Faced : Directory: <EBS_BASE>/fs#/FMW_Home/webtier/perl/bin/perl -I <EBS_BASE>/fs#/FMW_Home/webtier/perl/lib/5.10.0 -I <EBS_BASE>/fs#/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I <EBS_BASE>/fs#/EBSapps/appl/au/12.0.0/perl -I <EBS_BASE>/fs#/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /<EBS_BASE>/fs#/inst/apps/<SID_hostname>/admin/install txkGenADOPWrapper.pl INSTE8_APPLY 1 SQL> SQL> Connected.…

Read More

Creating Dependent Parameter in Fusion BI Report

If you want to make any parameter dependent on other parameter in oracle fusion BI reports then below is the sample sql example provided while creating LOV for the dependent…

Read More

ORA-20001: Statistics Advisor: Invalid task name for the current user

ORA-20001: Statistics Advisor: Invalid task name for the current user During the 12c database creation process , you can see ORA-20001 error in the alert log file when the “SYS.ORA…

Read More

ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired The error is raised when the following statement is executed against the Oracle Database. SQL> truncate table WRI$_OPTSTAT_HISTHEAD_HISTORY; truncate…

Read More

ORA-16826: apply service state is inconsistent with the DelayMins property

ORA-16826: apply service state is inconsistent with the DelayMins property Workaround: Check DG configuration: DGMGRL> show configuration Configuration – new_DG_CONFIG Protection Mode: MaxPerformance Databases: new – Primary database newia –…

Read More

To find the user process_id from EBS Front End R12

Navigate to System Administrator–> Security –> User –> Monitor Note the User Name and Oracle Process ID Now run this sql as &PID=Oracle Process ID &USER_NAME=User Name SELECT SUBSTR(d.user_name,1,30) “User…

Read More

UPGRADE ORACLE APEX FROM 5.0.X TO 18.1

Current Setup : Apex Version : Oracle Apex 5.0 Webserver : ORDS Running on Apache Tomcat 9 DB Version : Oracle 12.2 • Step 1: Download Apex 18.1 from Oracle…

Read More

After Upgrade to 12C utlrp got hang

We were performing database upgrade from oracle 11g to oracle 12c with Oracle Apps 12.1.3. We faced an issue where database upgrade took < 30 mins. However, it made huge…

Read More