How to Splice a Custom Product in Oracle E-Business Suite R12.2 Using adsplice
Oracle E-Business Suite provides a utility called adsplice
that allows you to integrate custom applications into the standard EBS framework. In this blog, we'll go through a real-time example of splicing a custom application PALANE_TOP
into an EBS environment.
Prerequisites
Before running adsplice
, ensure the following:
-
Your environment variables are correctly sourced.
-
You have the custom product control file (
newprods.txt
) ready in the appropriate admin directory. -
You have backup access and proper DBA credentials
Step-by-Step: Running AD Splicer
Login to the apps tier and run: adsplice
Session Walkthrough
Here’s how the interactive session flows:
-
Confirm the APPL_TOP
The system prompts you to verify the current APPL_TOP path:Is this the correct APPL_TOP [Yes] ?
-
Enter Log File Name
Provide a log file name or accept the default:Filename [adsplice.log]:
-
Enter Application System Name
This is usually your EBS instance name:Applications System Name [OMUAT]: OMUAT
-
Select File Types
You’ll be prompted to confirm the types of files you want installed:Do you want to install DB files, Forms, Concurrent Programs, etc.?
-
Specify APPL_TOP Name
Example:APPL_TOP Name [AT_omuatap]: AT_omuatap
-
Confirm Database Info
Confirm database name and enter SYSTEM and APPS user passwords securely.
Control File and Custom Product Registration
When prompted:
Please enter the name of your AD Splicer control file [newprods.txt]:
The control file (newprods.txt
) should contain information about your custom product PALANE_TOP
.
Warning Messages
You may see warnings like:
AD Splicer warning: Product Data File /.../admin/xxxprod.txt does not exist...
These are typically non-blocking if you're not using the mentioned modules.
Product Registration
The splicer creates the Oracle schema for PALANE_TOP
, grants required privileges, and sets up directory structures:
-
sql
-
admin/sql
-
admin/driver
-
log
,out
,mesg
Sample generated files include:
sql/PALANE_TOPNLINS.sql
admin/sql/PALANE_TOPNLADD.sql
AutoConfig Execution
After successful splicing, AD Splicer prompts:
Do you wish to regenerate your environment file [Yes] ?
It then runs AutoConfig to apply the changes and updates all necessary configuration files.
appltst @ omuatap.oasiserp.com/u02/app/oracle/fs1/EBSapps/appl/admin >adsplice
Copyright (c) 2002, 2012 Oracle Corporation
Redwood Shores, California, USA
AD Splicer
Version 12.2.0
NOTE: You may not use this utility for custom development
unless you have written permission from Oracle Corporation.
Your default directory is '/u02/app/oracle/fs1/EBSapps/appl'.
Is this the correct APPL_TOP [Yes] ?
AD Splicer records your AD Splicer session in a text file
you specify. Enter your AD Splicer log file name or press [Return]
to accept the default file name shown in brackets.
Filename [adsplice.log] :
************* Start of AD Splicer session *************
AD Splicer version: 12.2.0
AD Splicer started at: Fri Sep 25 2020 23:30:47
APPL_TOP is set to /u02/app/oracle/fs1/EBSapps/appl
Change DB = YES.
Please enter the name of the Oracle E-Business Suite System that this
APPL_TOP belongs to.
The Applications System name must be unique across all Oracle
Applications Systems at your site, must be from 1 to 30 characters
long, may only contain alphanumeric and underscore characters,
and must start with a letter.
Sample Applications System names are: "prod", "test", "demo" and
"Development_2".
Applications System Name [OMUAT] : OMUAT *
NOTE: If you do not currently have certain types of files installed
in this APPL_TOP, you may not be able to perform certain tasks.
Example 1: If you don't have files used for installing or upgrading
the database installed in this area, you cannot install or upgrade
the database from this APPL_TOP.
Example 2: If you don't have forms files installed in this area, you cannot
generate them or run them from this APPL_TOP.
Example 3: If you don't have concurrent program files installed in this area,
you cannot relink concurrent programs or generate reports from this APPL_TOP.
Do you currently have or want to install files used for installing or upgrading
the database in this APPL_TOP [YES] ? YES *
Do you currently have or want to install Java and HTML files for HTML-based
functionality in this APPL_TOP [YES] ? YES *
Do you currently have or want to install Oracle E-Business Suite forms files
in this APPL_TOP [YES] ? YES *
Do you currently have or want to install concurrent program files
in this APPL_TOP [YES] ? YES *
Please enter the name Oracle E-Business Suite will use to identify this APPL_TOP.
The APPL_TOP name you select must be unique within an Oracle E-Business Suite
System, must be from 1 to 30 characters long, may only contain
alphanumeric and underscore characters, and must start with a letter.
Sample APPL_TOP Names are: "prod_all", "demo3_forms2", and "forms1".
APPL_TOP Name [AT_omuatap] : AT_omuatap *
You are about to install or upgrade Oracle E-Business Suite product tables
in your ORACLE database 'OMUAT'
using ORACLE executables in '/u02/app/oracle/fs1/EBSapps/10.1.2'.
Is this the correct database [Yes] ?
AD Splicer needs the password for your 'SYSTEM' ORACLE schema
in order to determine your installation configuration.
Enter the password for your 'SYSTEM' ORACLE schema:
The ORACLE username specified below for Application Object Library
uniquely identifies your existing product group: APPLSYS
Enter the ORACLE password of Application Object Library [APPS] :
AD Splicer is verifying your username/password.
The status of various features in this run of AD Splicer is:
<-Feature version in->
Feature Active? APPLTOP Data model Flags
------------------------------ ------- -------- ----------- -----------
CHECKFILE Yes 1 1 Y N N Y N Y
PREREQ Yes 6 6 Y N N Y N Y
CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N
PATCH_TIMING Yes 2 2 Y N N Y N Y
PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y
SCHEMA_SWAP Yes 1 1 Y N N Y Y Y
JAVA_WORKER Yes 1 1 Y N N Y N Y
CODELEVEL Yes 1 1 Y N N Y N Y
Reading product information from file...
Reading language and territory information from file...
Reading language information from applUS.txt ...
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/eaaprod.txt
does not exist for product "eaa".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/evmprod.txt
does not exist for product "evm".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/ipdprod.txt
does not exist for product "ipd".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/cssprod.txt
does not exist for product "css".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/meprod.txt
does not exist for product "me".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/xnmprod.txt
does not exist for product "xnm".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/xncprod.txt
does not exist for product "xnc".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/xnsprod.txt
does not exist for product "xns".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/okrprod.txt
does not exist for product "okr".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/cueprod.txt
does not exist for product "cue".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/ibaprod.txt
does not exist for product "iba".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/ozpprod.txt
does not exist for product "ozp".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/ozsprod.txt
does not exist for product "ozs".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/rlaprod.txt
does not exist for product "rla".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/vehprod.txt
does not exist for product "veh".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/rhxprod.txt
does not exist for product "rhx".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/imtprod.txt
does not exist for product "imt".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/ahmprod.txt
does not exist for product "ahm".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/okbprod.txt
does not exist for product "okb".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/okoprod.txt
does not exist for product "oko".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
AD Splicer warning:
Product Data File
/u02/app/oracle/fs1/EBSapps/appl/admin/amfprod.txt
does not exist for product "amf".
This product is registered in the database but the
above file does not exist in APPL_TOP. The product
will be ignored without error.
Reading database to see what industry is currently installed.
Reading FND_LANGUAGES to see what is currently installed.
Currently, the following language is installed:
Code Language Status
---- --------------------------------------- ---------
US American English Base
Your base language will be AMERICAN.
Setting up module information.
Reading database for information about the modules.
Saving module information.
Reading database for information about the products.
Reading database for information about how products depend on each other.
Reading topfile.txt ...
Saving product information.
*** Edition Enabled User ***
Please enter the directory where your AD Splicer control file is located.
The default directory is [/u02/app/oracle/fs1/EBSapps/appl/admin] :
Please enter the name of your AD Splicer control file [newprods.txt] :
Processing file /u02/app/oracle/fs1/EBSapps/appl/admin/newprods.txt...
Loading information for product 'xxoic'...
Warning: Because the database is in new tablespace mode, AD Splicer is ignoring the tablespace settings in your control file!
Successfully read file /u02/app/oracle/fs1/EBSapps/appl/admin/newprods.txt.
Verifying localizations...
Validating inter-product dependency information...
Re-organizing product information lists...
Adding new languages into FND_LANGUAGES...
Creating ORACLE usernames for products...
AD Splicer is creating or updating the ORACLE username PALANE_TOP
with password ***** for Oracle Support Diagnostic Tools tables.
New product PALANE_TOP spliced. Use FNDCPASS to change the password.
Granting privileges for tablespaces...
Granting required system privileges and creating APPS*DDL packages...
sqlplus -s PALANE_TOP/***** @/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adaddls.pls ***** PALANE_TOP *****'
Done running adaddls.pls for PALANE_TOP
sqlplus -s PALANE_TOP/***** @/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adaaddls.pls ***** PALANE_TOP *****'
Done running adaaddls.pls for PALANE_TOP
sqlplus -s PALANE_TOP/***** @/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adaddlb.pls ***** PALANE_TOP *****'
Done running adaddlb.pls for PALANE_TOP
sqlplus -s PALANE_TOP/***** @/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adaaddlb.pls ***** PALANE_TOP *****'
Done running adaaddlb.pls for PALANE_TOP
Registering ORACLE usernames/passwords.
**
**Inserting application information for new products...
**
**** Running Seed Table Prepare for FND_APPLICATION ****
**** Running Seed Table Prepare for FND_APPLICATION_TL ****
INSERT INTO FND_OAM_CONTEXT_CUSTOM (OA_VAR,CTX_TYPE,OA_TYPE,NAME,DEFAULT_VALUE,TITLE,DESCRIPTION) VALUES ('c_xxoic','A','PROD_TOP','c_xxoic','/u02/app/oracle/fs1/EBSapps/appl/xxoic/12.0.0','custom prod top xxoic','this is spliced custom prod top') Temporarily resetting CLASSPATH to:
"/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/java/adjava.zip:/u02/app/oracle/fs1/EBSapps/comn/util/jdk/lib/dt.jar:/u02/app/oracle/fs1/EBSapps/comn/util/jdk/lib/tools.jar:/u02/app/oracle/fs1/EBSapps/comn/util/jdk/jre/lib/rt.jar:/u02/app/oracle/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/u02/app/oracle/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-fmw/WEB-INF/lib/ebsFMWManifest.jar:/u02/app/oracle/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar:/u02/app/oracle/fs1/FMW_Home/oracle_common/modules/oracle.uix_11.1.1/uix2.jar:/u02/app/oracle/fs1/EBSapps/comn/java/classes:/u02/app/oracle/fs1/EBSapps/10.1.2/forms/java:/u02/app/oracle/fs1/EBSapps/10.1.2/forms/java/frmall.jar:/u02/app/oracle/fs1/EBSapps/10.1.2/jlib/ewt3.jar:/u02/app/oracle/fs1/EBSapps/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar"
Calling /u02/app/oracle/fs1/EBSapps/comn/util/jdk/jre/bin/java ...
Running fnd_application_pkg.add_language ...
**
**Updating product information for new products...
**
Populating INSTALL_GROUP_NUM column to FND_ORACLE_USERID table.
**
**Updating product dependency information...
**
Recording modules in the database...done.
**
**Updating Data Groups...
**
Reading existing data groups from database.
Registering any new data groups.
Registering any new data group units.
Updating Data Group "Standard" to point to
APPS #1 Account (ORACLE ID = 900)
Updating Patch Advisor tables to include new product information ..
sqlplus -s APPS/***** @/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u02/app/oracle/fs1/EBSapps/appl/ad/12.0.0/sql/adpaseed.sql *****'
Done.
Saving module actions...done.
Saving product actions...done.
Making product top directory for product "xxoic"...
Directory will be /u02/app/oracle/fs1/EBSapps/appl/xxoic/12.0.0
Making directory "log" for product "xxoic"...
Making directory "out" for product "xxoic"...
Making directory "mesg" for product "xxoic"...
Making directory "sql" for product "xxoic"...
Creating stub file "sql/PALANE_TOPNLINS.sql" for product "xxoic"...
Making directory "admin/sql" for product "xxoic"...
Creating stub file "admin/sql/PALANE_TOPNLADD.sql" for product "xxoic"...
Making directory "admin/driver" for product "xxoic"...
Recording ADSPLICE action for product: xxoic
Do you wish to regenerate your environment file [Yes] ? yes
Checking if AutoConfig is enabled....
Running AutoConfig on : All products ...
The log file is located at:
/u02/app/oracle/fs1/EBSapps/appl/admin/OMUAT/log/autoconfig_1.log
Please check the log file for more details about the run of AutoConfig.
If you added new products, use FNDCPASS to change their default passwords.
AD Splicer is complete.
Errors and warnings are listed in the log file
/u02/app/oracle/fs1/EBSapps/appl/admin/OMUAT/log/adsplice.log
and in other log files in the same directory.
Post-Splice Actions
Check Log Files
/u02/app/oracle/fs1/EBSapps/appl/admin/OMUAT/log/adsplice.log
AutoConfig log path is also provided during the run.
Set Product Passwords
UseFNDCPASS
to update the password for your new schema:FNDCPASS apps/<apps_pass> 0 Y system/<system_pass> USER PALANE_TOP <new_pass>
Summary
The adsplice
utility in Oracle EBS 12.2 allows seamless integration of custom applications into the framework by:
Registering the new product in FND tables.
Creating product schemas.
Setting up directory structures.
Running AutoConfig to finalize the configuration.
This approach ensures your custom product behaves like any standard EBS module, with full support for patches, concurrent programs, forms, and more.