Custom Top creation in Oracle EBS R12.2
I'm using Oracle EBS R12.2.7 and below are the steps I followed to create custom top. Here I used the name xxerp for my custom top,custom schema and the tablespace for this schema. 1.Download Patch 3636980 "Support Diagnostics (IZU) patch for AD Splice" from My Oracle Support. 2.Manually copy the three .txt files from the 3636980\izu\admin directory to your own temporary directory. 3.Rename izuprod.txt to <CUSTOM MODULE>prod.txt. In this example, we will use "xxerpprod.txt". 4.Rename izterr.txt to <CUSTOM MODULE>terr.txt. In this example, we will use "xxerpterr.txt". 5.Open newprods.txt in a text editor. a.Change all references of "izu" to <custom module> and all references of "IZU" to <CUSTOM MODULE> (i.e. keep the case sensitivity). b.Modify other values as below. 6.Create a custom schema,tablespace for that schema and provide the required grants to that schema. ...