<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7030050621506679479</id><updated>2011-11-28T02:08:33.001Z</updated><category term='Indian Payroll Localization Patchset Împlementation'/><title type='text'>All about Oracle applications</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-1277303836201464181</id><published>2011-04-08T12:33:00.002+01:00</published><updated>2011-04-08T12:33:49.088+01:00</updated><title type='text'>Fixing a corrupt or a cloned database 11g Oracle Inventory</title><content type='html'>DBA’s working with Oracle especially ERP applications are familiar with cloning environment on demand. The issue becomes tricky when you need to apply a database patch using Opatch for testing before moving it to production. &lt;br /&gt;The Oracle Inventory is a critical part of oracle installation and created using OUI.  This is useful when you what to find out what patches have been applied to the database, mostly during upgrades and patch applications.&lt;br /&gt;&lt;br /&gt;When you run the command opatch lsinventory  from the Opatch directory in the $ORACLE_HOME in a cloned environment  you might see the output like below &lt;br /&gt;&lt;br /&gt;applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/OPatch $ opatch lsinventory&lt;br /&gt;Invoking OPatch 11.1.0.6.6&lt;br /&gt;Oracle Interim Patch Installer version 11.1.0.6.6&lt;br /&gt;Copyright (c) 2009, Oracle Corporation.  All rights reserved&lt;br /&gt;Oracle Home       : /u01/DEV4/apps/proddb/11.2.0&lt;br /&gt;Central Inventory : n/a&lt;br /&gt;   from           :&lt;br /&gt;OPatch version    : 11.1.0.6.6&lt;br /&gt;OUI version       : 11.2.0.1.0&lt;br /&gt;OUI location      : /u01/DEV3/apps/proddb/11.2.0/oui&lt;br /&gt;Log file location : n/a&lt;br /&gt;Patch history file: /u01/DEV3/apps/proddb/11.2.0/cfgtoollogs/opatch/opatch_history.txt&lt;br /&gt;OPatch cannot find a valid oraInst.loc file to locate Central Inventory.&lt;br /&gt;OPatch failed with error code 104&lt;br /&gt;applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/OPatch&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;Now check the status of the inventory&lt;br /&gt;applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/OPatch $ opatch lsinventory&lt;br /&gt;Invoking OPatch 11.1.0.6.6&lt;br /&gt;Oracle Interim Patch Installer version 11.1.0.6.6&lt;br /&gt;Copyright (c) 2009, Oracle Corporation.  All rights reserved&lt;br /&gt;Oracle Home       : /u01/DEV4/apps/proddb/11.2.0&lt;br /&gt;Central Inventory : n/a&lt;br /&gt;Central Inventory : /home/applprod/oraInventory&lt;br /&gt;from : /etc/oraInst.loc&lt;br /&gt;OPatch version    : 11.1.0.6.6&lt;br /&gt;OUI version       : 11.2.0.1.0&lt;br /&gt;OUI location      : /u01/DEV3/apps/proddb/11.2.0/oui&lt;br /&gt;Log file location : /u01/DEV3/apps/proddb/11.2.0//cfgtoollogs/opatch/opatch-2011_Apr_09_40-20-30-CET_Tue.log&lt;br /&gt;&lt;br /&gt;LsInventory Session failed: OPatch failed to locate Central Inventory.&lt;br /&gt;Possible causes are:&lt;br /&gt;The Central Inventory is corrupted&lt;br /&gt;The oraInst.loc file specified is not valid.&lt;br /&gt;&lt;br /&gt;OPatch failed with error code 72&lt;br /&gt;&lt;br /&gt; At times the Inventory location can become corrupt or might have changed due to architecture due to different file systems etc. this will cause Opatch  to error out with  error code 104 and can hamper the database patch application.&lt;br /&gt;&lt;br /&gt;To fix a corrupted oracle inventory implicates at times moving it to a different location or editing ContentsXML and changing the ORACLE_HOME_NAME &lt;br /&gt;&lt;br /&gt;applprod@gvaebsdb3:~ /home/applprod/oraInventory/ContentsXML&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then go the $ORACLE_HOME/oui/bin &lt;br /&gt;&lt;br /&gt;Launch the repair  as shown below .Note you should attached the correct ORACLE_HOME and ORACLE_HOME_NAME can be anything &lt;br /&gt;&lt;br /&gt;applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/oui/bin $ ./runInstaller -silent -invPtrLoc "/etc/oraInst.loc" -attachHome ORACLE_HOME="/u01/DEV3/apps/proddb/11.2.0" ORACLE_HOME_NAME="Ora11g_home1"&lt;br /&gt;Starting Oracle Universal Installer...&lt;br /&gt;&lt;br /&gt;Checking swap space: must be greater than 500 MB.   Actual 7954 MB    Passed&lt;br /&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-04-08_11-32-32AM. Please wait ...applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/oui/bin $ The inventory pointer is located at /etc/oraInst.loc&lt;br /&gt;The inventory is located at /home/applprod/oraInventory&lt;br /&gt;'AttachHome' was successful.&lt;br /&gt;applprod@gvaebsdb3:/u01/DEV3/apps/proddb/11.2.0/oui/bin&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-1277303836201464181?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/1277303836201464181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2011/04/fixing-corrupt-or-cloned-database-11g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1277303836201464181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1277303836201464181'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2011/04/fixing-corrupt-or-cloned-database-11g.html' title='Fixing a corrupt or a cloned database 11g Oracle Inventory'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-7988358028382401216</id><published>2010-08-25T15:16:00.003+01:00</published><updated>2010-08-25T15:47:46.134+01:00</updated><title type='text'>Procedure to reconfigure EM on 11gR2 running Oracle Application 11.5.10.2</title><content type='html'>This is a complete procedure I used to reconfigure the dbconsole on 11gR2. I migrated my source Oracle application database version 9.2.0.8 running on a 32 bit architecture listener to port 1523 single node to a dual node 64bit architecture for the 11gR2 database and the appsTier running on a HS22blade with 32 GB.&lt;br /&gt;&lt;br /&gt;For clarity I used used the export import as its a cross platform migration. The destination 11gR2 I installed with the complete options Oracle Label Security, OLAP, Data Mining,&lt;br /&gt;Oracle Database Vault and Real Application Testing options Release 11.2.0.1.0 - 64bit Production the source had Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.8.0 - Production 32 bit. Follow the &lt;br /&gt;Metalink Doc: 946413.1 Using Oracle E-Business Suite with a Split Configuration Database Tier on Oracle 11gR2&lt;br /&gt;Metalink Doc: 881505.1 Oracle E-Business Suite Release 11i with Oracle Database 11g Release 2 (11.2.0)&lt;br /&gt;Metalink Doc: 230627.1 Export/Import Process for Oracle Applications Release 11i Database Instances Using Oracle9i Enterprise Edition&lt;br /&gt;&lt;br /&gt;The detail of the patching and spliting is not included here see my next posting. The initial 11gR2 db Console was functional.&lt;br /&gt;&lt;br /&gt;Shutdown the EM dbconsole from $ORACLE_HOME/bin using $emctl stop dbconsole&lt;br /&gt;Shutdown the listener from $ORACLE_HOME/bin using $lsnrctl stop LISTENER (note my Oracle Applications listener name is PROD)&lt;br /&gt;Shutdown the Oracle configuration manager from $ORACLE_HOME/ccr using $ emCCR stop&lt;br /&gt;&lt;br /&gt;Drop the following user ,role and sysnonym&lt;br /&gt;&lt;br /&gt;applprod@gva2ebsdbprod:/u01/PROD/apps/proddb/cfgtoollogs/emca/PROD $ sqlplus '/as sysdba';&lt;br /&gt;SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 25 14:13:00 2010&lt;br /&gt;Copyright (c) 1982, 2009, Oracle. All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&lt;br /&gt;With the Partitioning, Oracle Label Security, OLAP, Data Mining,&lt;br /&gt;Oracle Database Vault and Real Application Testing options&lt;br /&gt;&lt;br /&gt;SQL&gt; drop user sysman cascade;&lt;br /&gt;User dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop role MGMT_USER;&lt;br /&gt;Role dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; commit;&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop user sysman cascade;&lt;br /&gt;User dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop public synonym SETEMVIEWUSERCONTEXT;&lt;br /&gt;Synonym dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop role MGMT_USER;&lt;br /&gt;Role dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS;&lt;br /&gt;Synonym dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop user MGMT_VIEW;&lt;br /&gt;User dropped.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I had to register the new Listener PROD which is listening on port 1523 whereas the default IIg install listener was listener on port 1521 &lt;br /&gt;&lt;br /&gt;SQL&gt; ALTER SYSTEM SET LOCAL_LISTENER="PROD" scope=spfile;&lt;br /&gt;System altered.&lt;br /&gt;&lt;br /&gt;First deconfigured the original EM dbconsole&lt;br /&gt;&lt;br /&gt;applprod@gva2ebsdbprod:/u01/PROD/apps/proddb/11.2.0/bin $ emca -deconfig dbcontrol db&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Aug 25, 2010 12:07:32 PM&lt;br /&gt;EM Configuration Assistant, Version 11.2.0.0.2 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle. All rights reserved.&lt;br /&gt;Enter the following information:&lt;br /&gt;Database SID: PROD&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: y&lt;br /&gt;Aug 25, 2010 12:07:38 PM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/PROD/apps/proddb/cfgtoollogs/emca/PROD/emca_2010_08_25_12_07_32.log.&lt;br /&gt;Aug 25, 2010 12:07:39 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration&lt;br /&gt;WARNING: EM is not configured for this database. No EM-specific actions can be performed.&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;&lt;br /&gt;Now use the recreate option &lt;br /&gt;&lt;br /&gt;applprod@gva2ebsdbprod:/u01/PROD/apps/proddb/11.2.0/bin $ emca -config dbcontrol db -repos recreate&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Aug 25, 2010 12:55:25 PM&lt;br /&gt;EM Configuration Assistant, Version 11.2.0.0.2 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle. All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database SID: PROD&lt;br /&gt;Listener port number: 1523&lt;br /&gt;Listener ORACLE_HOME [ /u01/PROD/apps/proddb/11.2.0 ]:&lt;br /&gt;Password for SYS user:&lt;br /&gt;Password for DBSNMP user:&lt;br /&gt;Password for SYSMAN user:&lt;br /&gt;Email address for notifications (optional): gshelton@pajago.com&lt;br /&gt;Outgoing Mail (SMTP) server for notifications (optional): vezfe1.europe.pajagogroup.com&lt;br /&gt;-----------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;You have specified the following settings&lt;br /&gt;&lt;br /&gt;Database ORACLE_HOME ................ /u01/PROD/apps/proddb/11.2.0&lt;br /&gt;&lt;br /&gt;Local hostname ................ gva2ebsdbprod.pajagogroup.com&lt;br /&gt;Listener ORACLE_HOME ................ /u01/PROD/apps/proddb/11.2.0&lt;br /&gt;Listener port number ................ 1523&lt;br /&gt;Database SID ................ PROD&lt;br /&gt;Email address for notifications ............... gshelton@pajago.com&lt;br /&gt;Outgoing Mail (SMTP) server for notifications ............... vezfe1.europe.pajagogroup.com&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Aug 25, 2010 12:55:53 PM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/PROD/apps/proddb/cfgtoollogs/emca/PROD/emca_2010_08_25_12_55_25.log.&lt;br /&gt;Aug 25, 2010 12:55:54 PM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Dropping the EM repository (this may take a while) ...&lt;br /&gt;Aug 25, 2010 12:56:47 PM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully dropped&lt;br /&gt;Aug 25, 2010 12:56:47 PM oracle.sysman.emcp.EMReposConfig createRepository&lt;br /&gt;INFO: Creating the EM repository (this may take a while) ...&lt;br /&gt;Aug 25, 2010 1:01:26 PM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully created&lt;br /&gt;Aug 25, 2010 1:01:29 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository&lt;br /&gt;INFO: Uploading configuration data to EM repository (this may take a while) ...&lt;br /&gt;Aug 25, 2010 1:02:06 PM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Uploaded configuration data successfully&lt;br /&gt;Aug 25, 2010 1:02:08 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib&lt;br /&gt;INFO: Software library configured successfully.&lt;br /&gt;Aug 25, 2010 1:02:08 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary&lt;br /&gt;INFO: Deploying Provisioning archives ...&lt;br /&gt;Aug 25, 2010 1:02:28 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary&lt;br /&gt;INFO: Provisioning archives deployed successfully.&lt;br /&gt;Aug 25, 2010 1:02:28 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole&lt;br /&gt;INFO: Securing Database Control (this may take a while) ...&lt;br /&gt;Aug 25, 2010 1:03:08 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole&lt;br /&gt;INFO: Database Control secured successfully.&lt;br /&gt;Aug 25, 2010 1:03:08 PM oracle.sysman.emcp.util.DBControlUtil startOMS&lt;br /&gt;INFO: Starting Database Control (this may take a while) ...&lt;br /&gt;Aug 25, 2010 1:03:29 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: Database Control started successfully&lt;br /&gt;Aug 25, 2010 1:03:29 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The Database Control URL is https://gva2ebsdbprod.pajagogroup.com:1158/em &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;br /&gt;Aug 25, 2010 1:03:31 PM oracle.sysman.emcp.EMDBPostConfig invoke&lt;br /&gt;WARNING:&lt;br /&gt;************************ WARNING ************************&lt;br /&gt;&lt;br /&gt;Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been placed in the file: /u01/PROD/apps/proddb/11.2.0/gva2ebsdbprod.pajagogroup.com_PROD/sysman/config/emkey.ora. Please ensure this file is backed up as the encrypted data will become unusable if this file is lost.&lt;br /&gt;&lt;br /&gt;***********************************************************&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Aug 25, 2010 1:03:31 PM&lt;br /&gt;applprod@gva2ebsdbprod:/u01/PROD/apps/proddb/11.2.0/bin $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cmments are welcome&lt;br /&gt;sheltong@gmail.com&lt;br /&gt;Senior Oracle Applications and OBIA DBA&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-7988358028382401216?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/7988358028382401216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/08/procedure-to-reconfigure-em-on-11gr2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/7988358028382401216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/7988358028382401216'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/08/procedure-to-reconfigure-em-on-11gr2.html' title='Procedure to reconfigure EM on 11gR2 running Oracle Application 11.5.10.2'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-5986943617730464355</id><published>2010-07-15T11:22:00.002+01:00</published><updated>2010-07-15T12:43:36.318+01:00</updated><title type='text'>Configuring EM console and repository  on Oracle 11gR2</title><content type='html'>There are 3 database users that must MUST be configured to successfully deploy EM dbconsole on 11gR2&lt;br /&gt;&lt;br /&gt;if by accident you dropped DBSNMP user please use the script below to recreate the user and SNMPAgent role to access the v$ tables&lt;br /&gt;cd $catsnmp.sql&lt;br /&gt;&lt;br /&gt;You must drop these 2 users using the cascade option as they are recreated by the emca if you don't rop them the EM dbconsole creation will fail&lt;br /&gt;&lt;br /&gt;SQL&gt; drop user sysman cascade;&lt;br /&gt;SQL&gt; drop user MGMT_VIEW cascade;&lt;br /&gt;&lt;br /&gt;You can now proceed with the EM configuration all the file are found under $ORACLE_HOME/bin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create Database Console &lt;br /&gt;&lt;br /&gt;To create the configuration files and repository for Database Console, run: &lt;br /&gt;$ emca -config dbcontrol db -repos create&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database SID: BIDEV&lt;br /&gt;Listener port number: 1521&lt;br /&gt;Password for SYS user: bimaster&lt;br /&gt;Password for DBSNMP user: bimanager&lt;br /&gt;Password for SYSMAN user: bimanager&lt;br /&gt;Email address for notifications ...............gshelton@amuru.com&lt;br /&gt;Email address Outgoing Mail (SMTP) server for notifications ...............vezfe1.uganda.amurugroup.com&lt;br /&gt;&lt;br /&gt;You have specified the following settings&lt;br /&gt;&lt;br /&gt;Database ORACLE_HOME ................ /u01/BIDEV/apps/oracle/product/11.1.0.7&lt;br /&gt;&lt;br /&gt;Database hostname ................ gva2bidevdb.amurugroup.com&lt;br /&gt;Listener port number ................ 1521&lt;br /&gt;Database SID ................ BIDEV&lt;br /&gt;Email address for notifications ...............gshelton@amuru.com&lt;br /&gt;Email address Outgoing Mail (SMTP) server for notifications ...............vezfe1.uganda.amurugroup.com&lt;br /&gt;&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/BIDEV/emca_2010-07-15_09-59-39-PM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig createRepository&lt;br /&gt;INFO: Creating the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully created&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil startOMS&lt;br /&gt;INFO: Starting Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: Database Control started successfully&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The Database Control URL is http://gva2bidevdb.amurugroup.com:1158/em &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Drop Database Console &lt;br /&gt;&lt;br /&gt;To drop (remove) the configuration files and repository for Database Console, run: &lt;br /&gt;$ emca -deconfig dbcontrol db -repos drop&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database SID: BIDEV&lt;br /&gt;Listener port number: 1521&lt;br /&gt;Password for SYS user: bimaster&lt;br /&gt;Password for SYSMAN user: bimanager&lt;br /&gt;&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/BIDEV/emca_2010-07-15_09-53-55-PM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil stopOMS&lt;br /&gt;INFO: Stopping Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig dropRepository&lt;br /&gt;INFO: Dropping the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully dropped&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Recreate Database Console &lt;br /&gt;&lt;br /&gt;To recreate the configuration files and repository for Database Console, run: &lt;br /&gt;$ emca -config dbcontrol db -repos recreate&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database SID: BIDEV&lt;br /&gt;Database Control is already configured for the database BIDEV&lt;br /&gt;You have chosen to configure Database Control for managing the database BIDEV&lt;br /&gt;This will remove the existing configuration and the default settings and perform a fresh configuration&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Listener port number: 1521&lt;br /&gt;Password for SYS user: bimaster&lt;br /&gt;Password for DBSNMP user: bimanager&lt;br /&gt;Password for SYSMAN user: bimanager&lt;br /&gt;Email address for notifications (optional):&lt;br /&gt;Outgoing Mail (SMTP) server for notifications (optional):&lt;br /&gt;&lt;br /&gt;You have specified the following settings&lt;br /&gt;&lt;br /&gt;Database ORACLE_HOME ................ /u01/BIDEV/apps/oracle/product/11.1.0.7&lt;br /&gt;&lt;br /&gt;Database hostname ................ gva2bidevdb.amurugroup.com&lt;br /&gt;Listener port number ................ 1521&lt;br /&gt;Database SID ................ BIDEV&lt;br /&gt;Email address for notifications ...............gshelton@amuru.com&lt;br /&gt;Email address Outgoing Mail (SMTP) server for notifications ...............vezfe1.uganda.amurugroup.com&lt;br /&gt;&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/BIDEV/emca_2010-07-15_10-08-20-PM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil stopOMS&lt;br /&gt;INFO: Stopping Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig dropRepository&lt;br /&gt;INFO: Dropping the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully dropped&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig createRepository&lt;br /&gt;INFO: Creating the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM  oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully created&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil startOMS&lt;br /&gt;INFO: Starting Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: Database Control started successfully&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The Database Control URL is http://gva2bidevdb.amurugroup.com:1158/em &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using EMCA with Real Application Clusters &lt;br /&gt;&lt;br /&gt;In this section, I will be using two Database Control consoles running; one on gva2bidevdb1 and the other on linux2. From either of these consoles, you can manage and monitor all targets in the cluster. &lt;br /&gt;&lt;br /&gt;For information on the current cluster configuration, you can run: &lt;br /&gt;$ emca -displayConfig dbcontrol -cluster&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database unique name: biprod&lt;br /&gt;&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: Y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/orcl/emca_2010-07-15_10-30-51-PM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig showClusterDBCAgentMessage&lt;br /&gt;INFO:&lt;br /&gt;****************  Current Configuration  ****************&lt;br /&gt; INSTANCE            NODE           DBCONTROL_UPLOAD_HOST&lt;br /&gt;----------        ----------        ---------------------&lt;br /&gt;&lt;br /&gt;biprod1             gva2bidevdb1            gva2bidevdb1&lt;br /&gt;biprod2             gva2bidevdb2            gva2bidevdb1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;The above command prompts for the database unique name for the cluster database. This will print the current configuration onto the screen, indicating the nodes that have consoles running on them and the consoles where each agent is uploading. &lt;br /&gt;&lt;br /&gt;Create Database Console &lt;br /&gt;&lt;br /&gt;$ emca -config dbcontrol db -repos create -cluster&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database unique name: orcl&lt;br /&gt;Listener port number: 1521&lt;br /&gt;Cluster name: crs&lt;br /&gt;Password for SYS user: bimaster&lt;br /&gt;Password for DBSNMP user: bimanager&lt;br /&gt;Password for SYSMAN user: bimanager&lt;br /&gt;Email address for notifications (optional):&lt;br /&gt;Outgoing Mail (SMTP) server for notifications (optional):&lt;br /&gt;ASM ORACLE_HOME [ /u01/BIDEV/apps/oracle/product/11.1.0.7 ]: /u01/BIDEV/apps/oracle/product/11.1.0.7&lt;br /&gt;ASM port [ 1521 ]: 1521&lt;br /&gt;ASM user role [ SYSDBA ]: SYSDBA&lt;br /&gt;ASM username [ SYS ]: SYS&lt;br /&gt;ASM user password:&lt;br /&gt;&lt;br /&gt;You have specified the following settings&lt;br /&gt;&lt;br /&gt;Database ORACLE_HOME ................ /u01/BIDEV/apps/oracle/product/11.1.0.7&lt;br /&gt;&lt;br /&gt;Database instance hostname ................ gva2bidevdb1&lt;br /&gt;Listener port number ................ 1521&lt;br /&gt;Cluster name ................ crs&lt;br /&gt;Database unique name ................ orcl&lt;br /&gt;Email address for notifications ...............gshelton@amuru.com&lt;br /&gt;Email address Outgoing Mail (SMTP) server for notifications ...............vezfe1.uganda.amurugroup.com&lt;br /&gt;ASM ORACLE_HOME ................ /u01/BIDEV/apps/oracle/product/11.1.0.7&lt;br /&gt;ASM port ................ 1521&lt;br /&gt;ASM user role ................ SYSDBA&lt;br /&gt;ASM username ................ SYS&lt;br /&gt;&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/orcl/emca_2007-06-12_11-07-56-AM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig createRepository&lt;br /&gt;INFO: Creating the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully created&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBCConfig instantiateOC4JConfigFiles&lt;br /&gt;INFO: Propagating /u01/BIDEV/apps/oracle/product/11.1.0.7/oc4j/j2ee/OC4J_DBConsole_gva2bidevdb1_biprod1 to remote nodes ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBCConfig instantiateOC4JConfigFiles&lt;br /&gt;INFO: Propagating /u01/BIDEV/apps/oracle/product/11.1.0.7/oc4j/j2ee/OC4J_DBConsole_linux2_biprod2 to remote nodes ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMAgentConfig deployStateDirs&lt;br /&gt;INFO: Propagating /u01/BIDEV/apps/oracle/product/11.1.0.7/gva2bidevdb1_biprod1 to remote nodes ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMAgentConfig deployStateDirs&lt;br /&gt;INFO: Propagating /u01/BIDEV/apps/oracle/product/11.1.0.7/linux2_biprod2 to remote nodes ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil startOMS&lt;br /&gt;INFO: Starting Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: Database Control started successfully&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration&lt;br /&gt;INFO: &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The Database Control URL is http://gva2bidevdb1:1158/em &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMDBPostConfig showClusterDBCAgentMessage&lt;br /&gt;INFO:&lt;br /&gt;****************  Current Configuration  ****************&lt;br /&gt; INSTANCE            NODE           DBCONTROL_UPLOAD_HOST&lt;br /&gt;----------        ----------        ---------------------&lt;br /&gt;&lt;br /&gt;biprod1             gva2bidevdb1            gva2bidevdb1&lt;br /&gt;biprod2             linux2            gva2bidevdb1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;&lt;br /&gt;Drop Database Console &lt;br /&gt;&lt;br /&gt;$ emca -deconfig dbcontrol db -repos drop -cluster&lt;br /&gt;&lt;br /&gt;STARTED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;EM Configuration Assistant, Version 11.1.0.7.0 Production&lt;br /&gt;Copyright (c) 2003, 2005, Oracle.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Enter the following information:&lt;br /&gt;Database unique name: orcl&lt;br /&gt;Listener port number: 1521&lt;br /&gt;Password for SYS user: bimaster&lt;br /&gt;Password for SYSMAN user: bimanager&lt;br /&gt;Do you wish to continue? [yes(Y)/no(N)]: y&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;INFO: This operation is being logged at /u01/BIDEV/apps/oracle/product/11.1.0.7/cfgtoollogs/emca/orcl/emca_2007-06-12_10-53-57-AM.log.&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.util.DBControlUtil stopOMS&lt;br /&gt;INFO: Stopping Database Control (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig dropRepository&lt;br /&gt;INFO: Dropping the EM repository (this may take a while) ...&lt;br /&gt;Jul 14, 2010 11:28:03 AM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;INFO: Repository successfully dropped&lt;br /&gt;Enterprise Manager configuration completed successfully&lt;br /&gt;FINISHED EMCA at Jul 14, 2010 11:28:03 AM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Resolving install EM issues&lt;br /&gt;&lt;br /&gt;It’s paramount to have create the password file created in $ORACLE_HOME/dbs using orapwd otherwise you will have some errors like &lt;br /&gt;Jul 14, 2010 6:13:39 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount&lt;br /&gt;CONFIG: Unlocked mgmt_view account&lt;br /&gt;Jul 14, 2010 6:13:39 PM oracle.sysman.emcp.EMReposConfig invoke&lt;br /&gt;CONFIG: Successfully unlocked mgmt_view account&lt;br /&gt;Jul 14, 2010 6:13:39 PM oracle.sysman.emcp.ParamsManager getParam&lt;br /&gt;CONFIG: No value was set for the parameter ORACLE_HOSTNAME.&lt;br /&gt;Jul 14, 2010 6:13:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine&lt;br /&gt;CONFIG: SQLEngine connecting with SID: BIDEV, oracleHome: /u01/BIDEV/apps/oracle/product/11.1.0.7, and user: SYS&lt;br /&gt;Jul 14, 2010 6:13:39 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine&lt;br /&gt;CONFIG: SQLEngine created successfully and connected&lt;br /&gt;Jul 14, 2010 6:13:40 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl&lt;br /&gt;CONFIG: ORA-01031: insufficient privileges&lt;br /&gt;&lt;br /&gt;oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01031: insufficient privileges&lt;br /&gt;at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)&lt;br /&gt;at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)&lt;br /&gt;at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2682)&lt;br /&gt;at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)&lt;br /&gt;at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)&lt;br /&gt;at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)&lt;br /&gt;Jul 14, 2010 6:13:40 PM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .&lt;br /&gt;Refer to the log file at /u01/BIDEV/apps/oracle/product/cfgtoollogs/emca/BIDEV/emca_2010_07_14_18_08_29.log for more details.&lt;br /&gt;Jul 14, 2010 6:13:40 PM oracle.sysman.emcp.EMConfig perform&lt;br /&gt;CONFIG: Stack Trace:&lt;br /&gt;oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again .at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2689)&lt;br /&gt;at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)&lt;br /&gt;at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)&lt;br /&gt;at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:535)at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1215)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)&lt;br /&gt;at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)&lt;br /&gt; &lt;br /&gt;If you have any problems when running emca, check the log file under: &lt;br /&gt;$ORACLE_HOME/cfgtoollogs/emca/&lt;ORACLE_SID&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-5986943617730464355?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/5986943617730464355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/07/configuring-em-on-oracle-11g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/5986943617730464355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/5986943617730464355'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/07/configuring-em-on-oracle-11g.html' title='Configuring EM console and repository  on Oracle 11gR2'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-2810070022289690480</id><published>2010-06-08T13:09:00.002+01:00</published><updated>2010-06-08T13:12:29.110+01:00</updated><title type='text'>Autoconfig  errors with icxwebprf.sh INSTE8_PRF 1</title><content type='html'>Running a post clone process on a test server results in a failure to successfully run all components and the log shows the below error &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[AutoConfig Error Report]&lt;br /&gt;The following report lists errors AutoConfig encountered during each&lt;br /&gt;phase of its execution.  Errors are grouped by directory and phase.&lt;br /&gt;The report format is: &lt;filename&gt;  &lt;phase&gt;  &lt;return code where appropriate&gt;&lt;br /&gt;&lt;br /&gt;  [PROFILE PHASE]&lt;br /&gt;  AutoConfig could not successfully execute the following scripts:&lt;br /&gt;    Directory: /u01/UAT/apps/prodcomn/admin/install/UAT_gva2ebs&lt;br /&gt;      icxwebprf.sh            INSTE8_PRF         1&lt;br /&gt;&lt;br /&gt;AutoConfig is exiting with status 1&lt;br /&gt;&lt;br /&gt;select constraint_name from user_cons_columns where table_name = 'FND_OAM_CONTEXT_FILES' and column_name = 'CTX_TYPE';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/u01/UAT/apps/prodcomn/admin/log/UAT_gva2ebs&lt;br /&gt;&lt;br /&gt;applprod@gva2ebs:/u01/UAT/apps/prodcomn/admin/log/UAT_gva2ebs $ more icxwebprf.txt&lt;br /&gt;Enter value for 4: http&lt;br /&gt;Enter value for 5: 8002&lt;br /&gt;Updated profile option value - 1 row(s) updated&lt;br /&gt;Application Id : 178&lt;br /&gt;Profile Name : POR_CACERT_FILE_NAME&lt;br /&gt;Level Id : 10001&lt;br /&gt;New Value : /u01/UAT/apps/prodora/iAS/Apache/Apache/conf/ssl.crt/ca-bundle.crt&lt;br /&gt;Old Value : /u01/PROD/apps/prodora/iAS/Apache/Apache/conf/ssl.crt/ca-bundle.crt&lt;br /&gt;declare&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-04091: table APPLSYS.FND_PROFILE_OPTION_VALUES is mutating,&lt;br /&gt;trigger/function may not see it&lt;br /&gt;ORA-06512: at "APPS.FND_CORE_LOG", line 25&lt;br /&gt;ORA-06512: at "APPS.FND_CORE_LOG", line 432&lt;br /&gt;ORA-06512: at "APPS.FND_PROFILE", line 110&lt;br /&gt;ORA-06512: at "APPS.FND_GLOBAL", line 539&lt;br /&gt;ORA-06512: at "APPS.FND_PROFILE_OPTION_VALUES_AI", line 1&lt;br /&gt;ORA-04088: error during execution of trigger&lt;br /&gt;'APPS.FND_PROFILE_OPTION_VALUES_AI'&lt;br /&gt;ORA-06512: at line 61&lt;br /&gt;ORA-06512: at line 120&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution &lt;br /&gt;&lt;br /&gt;Disable the following 3 triggers and run autoconfig  all should be okay&lt;br /&gt;&lt;br /&gt;ALTER TRIGGER FND_PROFILE_OPTION_VALUES_AD DISABLE;&lt;br /&gt;ALTER TRIGGER  FND_PROFILE_OPTION_VALUES_AI DISABLE;&lt;br /&gt;ALTER TRIGGER  FND_PROFILE_OPTION_VALUES_AU DISABLE;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-2810070022289690480?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/2810070022289690480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/06/autoconfig-errors-with-icxwebprfsh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2810070022289690480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2810070022289690480'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/06/autoconfig-errors-with-icxwebprfsh.html' title='Autoconfig  errors with icxwebprf.sh INSTE8_PRF 1'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-1167995205389094853</id><published>2010-02-28T16:26:00.050Z</published><updated>2010-02-28T21:36:13.358Z</updated><title type='text'>VMWARE ESX Server 3.5 update 2 Installation</title><content type='html'>Products such as VMware Server and VMware Workstation are hypervisors that sit on top of a guest operating system, so some of the server resources are taken up by the host operating system. ESX Server is the enterprise level hypervisor from VMware, which installs on the "bare-metal", making it significantly more efficient.&lt;br /&gt;Once installed, you are able to create virtual machines, each running as a complete system, with processors, memory, networking, storage and BIOS.&lt;br /&gt;&lt;br /&gt;Download the following software.&lt;br /&gt;&lt;br /&gt;VMware ESX Server&lt;br /&gt;&lt;br /&gt;VMware ESX Server Installation&lt;br /&gt;Start the VMware ESX Server installation by booting from the VMware ESX Server CD.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qagsts3hI/AAAAAAAAAtI/VtZsc_99lgw/s1600-h/1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443332986180001298" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 186px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qagsts3hI/AAAAAAAAAtI/VtZsc_99lgw/s320/1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Tab to the "Skip" button and press the "Enter" key to skip the media test.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qbItwLNQI/AAAAAAAAAtQ/aHn_cXZiLfw/s1600-h/2.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443333673653581058" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 257px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qbItwLNQI/AAAAAAAAAtQ/aHn_cXZiLfw/s320/2.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qcBZomUMI/AAAAAAAAAtY/l7iMQNzi--w/s1600-h/3.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443334647505637570" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 212px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qcBZomUMI/AAAAAAAAAtY/l7iMQNzi--w/s320/3.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Select the "Install" installation type option, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qdPw_AegI/AAAAAAAAAtg/9d5b6iPjlDc/s1600-h/4.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443335993803438594" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 194px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qdPw_AegI/AAAAAAAAAtg/9d5b6iPjlDc/s320/4.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Accept the license agreement, then click the "Next" button.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qeXjafZaI/AAAAAAAAAto/lRbkJKzA5tM/s1600-h/5.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443337227111196066" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 241px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qeXjafZaI/AAAAAAAAAto/lRbkJKzA5tM/s320/5.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Accept the default partitioning option by clicking the "Next" button&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qgQoxy16I/AAAAAAAAAtw/YzylaGbU2gk/s1600-h/6.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443339307315287970" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 241px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qgQoxy16I/AAAAAAAAAtw/YzylaGbU2gk/s320/6.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qgr4lpY-I/AAAAAAAAAt4/VUJbWgzDIY8/s1600-h/7.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443339775415772130" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 238px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qgr4lpY-I/AAAAAAAAAt4/VUJbWgzDIY8/s320/7.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click the "Next" button on the "Advanced Options" screen.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qjSNMHZGI/AAAAAAAAAuA/nzLG-PAXc8w/s1600-h/8.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443342632804115554" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 239px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qjSNMHZGI/AAAAAAAAAuA/nzLG-PAXc8w/s320/8.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the appropriate network information for your site, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qjuBeOUYI/AAAAAAAAAuI/s22sGlKArzk/s1600-h/9.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443343110695178626" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 239px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qjuBeOUYI/AAAAAAAAAuI/s22sGlKArzk/s320/9.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Select your time zone by clicking on the map or selecting the location on the "Location" tab, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qkIC6EE3I/AAAAAAAAAuQ/zWtfOMbI9xs/s1600-h/10.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443343557756982130" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 240px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qkIC6EE3I/AAAAAAAAAuQ/zWtfOMbI9xs/s320/10.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the "root" password, and create any additional users required. Additional users can also be created from the client tool at a later time. Click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qksEsif0I/AAAAAAAAAuY/Vw0-XXmOMg0/s1600-h/11.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443344176712417090" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 241px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qksEsif0I/AAAAAAAAAuY/Vw0-XXmOMg0/s320/11.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Check the summary information for the installation, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qm5HTxzvI/AAAAAAAAAug/oOz8s7EDsp4/s1600-h/12.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443346599775424242" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 238px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qm5HTxzvI/AAAAAAAAAug/oOz8s7EDsp4/s320/12.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Wait while the installation takes place&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qnau_xlNI/AAAAAAAAAuo/5UtL5fdITpE/s1600-h/13.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443347177364624594" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 239px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qnau_xlNI/AAAAAAAAAuo/5UtL5fdITpE/s320/13.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Once the installation is complete, click the "Finish" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qoToS_Z5I/AAAAAAAAAuw/CYAyz2_6bQg/s1600-h/14.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443348154818717586" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 240px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qoToS_Z5I/AAAAAAAAAuw/CYAyz2_6bQg/s320/14.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Once the server has rebooted, you are presented with the console window, which lists the URL for the VMware ESX Server 3 welcome page.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qo2iIWNvI/AAAAAAAAAu4/dtNluUKGPTE/s1600-h/15.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443348754458883826" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 199px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qo2iIWNvI/AAAAAAAAAu4/dtNluUKGPTE/s320/15.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Open a browser on a client PC and got to the link specified on console screen.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qpPD3qCXI/AAAAAAAAAvA/Ez_W-cv05sA/s1600-h/16.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443349175832545650" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 261px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qpPD3qCXI/AAAAAAAAAvA/Ez_W-cv05sA/s320/16.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The resulting page includes a link to the VMware Infrastructure Client installation, which we will install next.&lt;br /&gt;&lt;br /&gt;VMWARE INFRASTRUCTURE CLIENT INSTALLATION&lt;br /&gt;&lt;br /&gt;Navigate to the VMware ESX Server 3 welcome page using the URL listed on the console and click the "Download VMware Infrastructure Client" link. Start the installation once the download is complete.&lt;br /&gt;Select the appropriate setup language and click the "OK" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qq7WghnbI/AAAAAAAAAvQ/L96CFxROT24/s1600-h/17.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443351036261670322" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 301px; CURSOR: hand; HEIGHT: 118px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4qq7WghnbI/AAAAAAAAAvQ/L96CFxROT24/s320/17.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click the "Next" button on the welcome page&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qrdY3UwzI/AAAAAAAAAvY/2v5zjvTS6h4/s1600-h/18.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443351621009720114" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 243px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4qrdY3UwzI/AAAAAAAAAvY/2v5zjvTS6h4/s320/18.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Accept the license agreement and click the "Next" button&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qsC0Lk0nI/AAAAAAAAAvg/DwAII5U1LBM/s1600-h/19.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443352263997575794" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 246px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qsC0Lk0nI/AAAAAAAAAvg/DwAII5U1LBM/s320/19.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the customer information and click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qs2Y1qBPI/AAAAAAAAAvo/NENh0c6SKR0/s1600-h/20.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443353150011081970" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 247px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qs2Y1qBPI/AAAAAAAAAvo/NENh0c6SKR0/s320/20.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click the "Next" button on the "Custom Setup" screen.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qtKfP_ecI/AAAAAAAAAvw/UPTuvI6Je8I/s1600-h/21.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443353495329536450" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 244px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4qtKfP_ecI/AAAAAAAAAvw/UPTuvI6Je8I/s320/21.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Accept the default destination folder by clicking the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qtnKvL2oI/AAAAAAAAAv4/zewgy2Y0MSY/s1600-h/22.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443353988039432834" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 185px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qtnKvL2oI/AAAAAAAAAv4/zewgy2Y0MSY/s320/22.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Wait while the installation takes place.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qxspKdKEI/AAAAAAAAAwA/HMxcOkoQy2Q/s1600-h/23.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443358480152733762" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 183px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qxspKdKEI/AAAAAAAAAwA/HMxcOkoQy2Q/s320/23.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Start the client application and log in to the ESX server with the credentials specified during the installation.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qyPHybodI/AAAAAAAAAwI/h0k4DoMKvCc/s1600-h/24.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443359072489021906" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 274px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4qyPHybodI/AAAAAAAAAwI/h0k4DoMKvCc/s320/24.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You are then presented with the console.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rZdHZcnEI/AAAAAAAAAwQ/OnDV5ozyFVc/s1600-h/25.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443402193855880258" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 290px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rZdHZcnEI/AAAAAAAAAwQ/OnDV5ozyFVc/s320/25.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You are now ready to start creating virtual machines.&lt;br /&gt;&lt;br /&gt;VIRTUAL MACHINE SETUP&lt;br /&gt;The virtual machine creation process will vary a little depending on your requirement. To give you a feel for the process I will set up a small Red Hat Enterprise Linux (RHEL) 5 virtual machine.&lt;br /&gt;Right-click on the ESX server in the left-hand pane and select the "New Virtual Machine..." menu option.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4rZ4y86ssI/AAAAAAAAAwY/LMSqvw2cq50/s1600-h/26.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443402669403845314" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 256px; CURSOR: hand; HEIGHT: 221px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4rZ4y86ssI/AAAAAAAAAwY/LMSqvw2cq50/s320/26.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Select the custom option and click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4raN3OkLEI/AAAAAAAAAwg/nDfUP_c6aCE/s1600-h/27.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443403031328861250" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 226px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4raN3OkLEI/AAAAAAAAAwg/nDfUP_c6aCE/s320/27.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the virtual machine name as you would like it to appear in the right-hand pane of the client, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rajrLdyuI/AAAAAAAAAwo/bDWt3I5hm9s/s1600-h/28.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443403406051756770" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 216px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rajrLdyuI/AAAAAAAAAwo/bDWt3I5hm9s/s320/28.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Select the appropriate operating system and version, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rbe4ZcV1I/AAAAAAAAAww/a3TNa1YWECc/s1600-h/29.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443404423212324690" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 210px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rbe4ZcV1I/AAAAAAAAAww/a3TNa1YWECc/s320/29.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the required amount of memory for the virtual machines, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rcN3fFD4I/AAAAAAAAAw4/tWIpXJCyAeQ/s1600-h/30.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443405230421380994" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 210px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rcN3fFD4I/AAAAAAAAAw4/tWIpXJCyAeQ/s320/30.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Accept the default storage adapter by clicking the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rcj66dxQI/AAAAAAAAAxA/cAAHH8nhSLE/s1600-h/31.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443405609298674946" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 216px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rcj66dxQI/AAAAAAAAAxA/cAAHH8nhSLE/s320/31.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enter the appropriate disk capacity, then click the "Next" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rdB6XdmaI/AAAAAAAAAxI/jsmqZK3GhEM/s1600-h/32.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443406124547938722" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 217px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rdB6XdmaI/AAAAAAAAAxI/jsmqZK3GhEM/s320/32.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are happy with the summary information, click the "Finish" button.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_59x8gCKj-9w/S4reNo5bJpI/AAAAAAAAAxQ/FukfSfAOHY4/s1600-h/33.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443407425528604306" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 302px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_59x8gCKj-9w/S4reNo5bJpI/AAAAAAAAAxQ/FukfSfAOHY4/s320/33.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To start the virtual machine, click the play button on the toolbar. The virtual machine will start and attempt to boot from any installable media, or the network.&lt;br /&gt;&lt;br /&gt;GUEST OPERATING SYSTEM INSTALLATION&lt;br /&gt;&lt;br /&gt;Place the operating system disk in the client PC's CD drive and start the virtual machine by clicking the play button on the toolbar. The right pane of the client should display a boot loader, then the operating system installation screen&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rek9tMzmI/AAAAAAAAAxY/JCgR4HdhDbw/s1600-h/34.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443407826251468386" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 232px; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_59x8gCKj-9w/S4rek9tMzmI/AAAAAAAAAxY/JCgR4HdhDbw/s320/34.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Continue through the operating system installation as you would for a normal server.&lt;br /&gt;VMware Tools Installation&lt;br /&gt;Once the operating system installation is complete, you should install the VMware tools. The process my vary a little depending on the operating system. This example shows the installation on Red Hat Enterprise Linux (RHEL) 5.&lt;br /&gt;From the "VM" menu, select the "Install/Upgrade VMware Tools" menu option.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4rfKbGRvyI/AAAAAAAAAxo/2-srXKF2h5Y/s1600-h/35.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443408469796437794" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 251px; CURSOR: hand; HEIGHT: 217px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4rfKbGRvyI/AAAAAAAAAxo/2-srXKF2h5Y/s320/35.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click the "OK" button in the information dialog.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rfoDNwB_I/AAAAAAAAAxw/brGLnL6uRA4/s1600-h/36.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443408978781407218" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 133px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rfoDNwB_I/AAAAAAAAAxw/brGLnL6uRA4/s320/36.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A folder group will appear containing an "RPM" file. Right-click on the file and select the "Open with "Software Installer"" menu option.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rf_z8N7QI/AAAAAAAAAx4/jgYH3Fg4854/s1600-h/37.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443409386998197506" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 263px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rf_z8N7QI/AAAAAAAAAx4/jgYH3Fg4854/s320/37.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Once the software has installed, click the "OK" button and the CD should unmount automatically&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_59x8gCKj-9w/S4rgc3vjjuI/AAAAAAAAAyA/FYZ9xB_Gikc/s1600-h/38.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443409886235037410" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 228px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_59x8gCKj-9w/S4rgc3vjjuI/AAAAAAAAAyA/FYZ9xB_Gikc/s320/38.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You must then run the "vmware-config-tools.pl" script as the root user.&lt;br /&gt;# vmware-config-tools.pl&lt;br /&gt;Accept all the default settings and pick the screen resolution of your choice. The VMware tools are now installed.&lt;br /&gt;&lt;br /&gt;Start the VMware Toolbox using the "vmware-toolbox" command.&lt;br /&gt;# /usr/bin/vmware-toolbox&lt;br /&gt;Select the time synchronization options, then close the dialog.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rg3owyLSI/AAAAAAAAAyI/9fKfc0DV4DI/s1600-h/39.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443410346070125858" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 281px; CURSOR: hand; HEIGHT: 320px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rg3owyLSI/AAAAAAAAAyI/9fKfc0DV4DI/s320/39.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Reboot the server and the virtual machine installation is complete. You can now start using your virtual machine just like any other server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rhXJN4epI/AAAAAAAAAyQ/qZVRkencnQ4/s1600-h/40.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5443410887358053010" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; HEIGHT: 244px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_59x8gCKj-9w/S4rhXJN4epI/AAAAAAAAAyQ/qZVRkencnQ4/s320/40.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-1167995205389094853?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/1167995205389094853/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/vmware-esx-server-35-update-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1167995205389094853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1167995205389094853'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/vmware-esx-server-35-update-2.html' title='VMWARE ESX Server 3.5 update 2 Installation'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_59x8gCKj-9w/S4qagsts3hI/AAAAAAAAAtI/VtZsc_99lgw/s72-c/1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-2711543766691539825</id><published>2010-02-28T16:24:00.001Z</published><updated>2010-02-28T16:24:46.820Z</updated><title type='text'>VNC setup on Oracle servers running Linux Redhat operating system</title><content type='html'>VNC setup on Oracle servers running Linux Redhat operating system.&lt;br /&gt;VNC is a headless display server which proves the same options than system display servers. They do not require video adapter hardware nor a monitor.&lt;br /&gt;Here are the steps to set it up on Oracle servers.&lt;br /&gt;&lt;br /&gt;1. Setting up runlevel 3&lt;br /&gt;First the server runlevel must be set to 3.&lt;br /&gt;This is done in the /etc/inittab file:&lt;br /&gt;We replace&lt;br /&gt;id:5:initdefault:&lt;br /&gt;with&lt;br /&gt;id:3:initdefault:&lt;br /&gt;&lt;br /&gt;2. Running the VNC server at system startup&lt;br /&gt;&lt;br /&gt;We configure VNC to start with runlevel 3. We can use the serviceconf system tool to do so:&lt;br /&gt;&lt;br /&gt;root@hostname:~ # export LANG=C&lt;br /&gt;root@hostname:~ # export DISPLAY=10.42.10.9:0&lt;br /&gt;root@hostname:~ # serviceconf &amp;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;3. VNC server configuration&lt;br /&gt;&lt;br /&gt;The VNC server must be started on display :0.&lt;br /&gt;&lt;br /&gt;To do this we add/uncomment the following line in the /etc/sysconfig/vncservers file:&lt;br /&gt;&lt;br /&gt;VNCSERVERS="0:root"&lt;br /&gt;&lt;br /&gt;To authorize the localhost – here vernier - to access the DISPLAY, we add the red line to /root/.vnc/xstartup&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;xhost +hostname&lt;br /&gt;xrdb $HOME/.Xresources&lt;br /&gt;xsetroot -solid grey&lt;br /&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;&lt;br /&gt;twm &amp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. VNC server status&lt;br /&gt;&lt;br /&gt;To check if the VNC server is running, we type the following command:&lt;br /&gt;&lt;br /&gt;root@hostname:~ # ps -ef | grep vnc&lt;br /&gt;root      7019     1  0 Apr19 ?        00:00:00 Xvnc :0 -desktop X -httpd /usr/s&lt;br /&gt;root      2754  2673  0 19:53 pts/0    00:00:00 grep vnc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. VNC server manual start/stop&lt;br /&gt;&lt;br /&gt;To start the VNC server manually, we type the following command:&lt;br /&gt;/usr/bin/vncserver :0&lt;br /&gt;&lt;br /&gt;Example with DISPLAY :1:&lt;br /&gt;root@hostname:~ # vncserver :1&lt;br /&gt;New 'X' desktop is hostname:1&lt;br /&gt;&lt;br /&gt;Starting applications specified in /root/.vnc/xstartup&lt;br /&gt;Log file is /root/.vnc/hostname:1.log&lt;br /&gt; &lt;br /&gt;To stop it we type:&lt;br /&gt;/usr/bin/vncserver –kill :0&lt;br /&gt;&lt;br /&gt;Example with DISPLAY :1:&lt;br /&gt;root@hostname:~ # vncserver -kill :1&lt;br /&gt;Killing Xvnc process ID 17005&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-2711543766691539825?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/2711543766691539825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/vnc-setup-on-oracle-servers-running.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2711543766691539825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2711543766691539825'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/vnc-setup-on-oracle-servers-running.html' title='VNC setup on Oracle servers running Linux Redhat operating system'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-2059847475787921033</id><published>2010-02-03T13:29:00.002Z</published><updated>2010-02-03T13:35:06.650Z</updated><title type='text'>OATM Migration on 11.5.10 CU2</title><content type='html'>How to run OATM migration utility Note: 404954.1&lt;br /&gt;&lt;br /&gt;Applies to: Oracle Application Object Library - Versio 11.5.10.2&lt;br /&gt;Information in this document applies to any platform.&lt;br /&gt;&lt;br /&gt;Goal&lt;br /&gt;&lt;br /&gt;1- Review OATM Model for Oracle Applications 11i&lt;br /&gt;2- Install OATM migration utility&lt;br /&gt;3- Run OATM migration utility&lt;br /&gt;4- Parameters needed while starting OATM utility&lt;br /&gt;5- OATM Menu Structure&lt;br /&gt;&lt;br /&gt;Solution&lt;br /&gt;&lt;br /&gt;1- Review OATM Model for Oracle Applications 11i&lt;br /&gt;&lt;br /&gt;The Oracle Applications Tablespace Model (OATM) introduces a new, consolidated tablespace model in Oracle Applications uses 12 locally managed tablespaces for all products including the temporary tablespace, system tablespace, and undo segments. In this revised Oracle Applications Tablespace Model, each Oracle Applications database object is mapped to a tablespace based on its Input/Output characteristics. This new model allows for easier maintenance, reduces space usage, and allows for potential run-time performance gains.&lt;br /&gt;The Oracle Applications Tablespace Migration Utility is an interactive menu-based PERL program including a set of sizing estimate reports. It enables customers to convert their Oracle Applications databases to the new tablespace model (OATM) for either all schemas at once or partially for select schema(s) at a time, depending on acceptable down time and available disk space.&lt;br /&gt;&lt;br /&gt;You can find more information about OATM migration utility in the following note:&lt;br /&gt;Note 248857.1 - OATM Release 11i - Tablespace Migration Utility&lt;br /&gt;&lt;br /&gt;Also please refer to Oracle Documentation:&lt;br /&gt;http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115sacg.zip&lt;br /&gt;&lt;br /&gt;2- Install OATM migration utility&lt;br /&gt;You can install the OATM migration utility by downloading &amp;amp; applying the following patch through Metalink:Patch 3942506 - AOL/FND: OATM MIGRATION UTILITY ROLLUP C&lt;br /&gt;(Note: Above patch is already included in 11.5.10 and higher, so if you have Oracle Applications 11.5.10 or higher you do not need to install it)&lt;br /&gt;&lt;br /&gt;/u01/MIG/apps/prodappl/admin/mig/log&lt;br /&gt;&lt;br /&gt;3- Run OATM migration utility&lt;br /&gt;After installing the utility through above patch, please use the following command in order to start running the utility:&lt;br /&gt;perl $FND_TOP/bin/fndtsmig.pl&lt;br /&gt;4- Parameters needed while starting OATM utility&lt;br /&gt;&lt;br /&gt;After running the PERL script in order to start the OATM utility, the following parameters screen will appear:&lt;br /&gt;+=======================================================================+&lt;br /&gt;Copyright (c) 2003 Oracle Corporation Redwood Shores, California, USA&lt;br /&gt;All rights reserved.&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;Welcome to the Oracle Applications Tablespace Migration Utility&lt;br /&gt;&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;Warning: If DB was upgraded from 8.1.7 to a version prior to 9.2.0.6&lt;br /&gt;please run $FND_TOP/patch/115/sql/fndupglb.sql before the migration.&lt;br /&gt;&lt;br /&gt;+=======================================================================+&lt;br /&gt;Enter OATM configuration file or press enter to continue:&lt;br /&gt;Enter APPL_TOP [/u01/MIG/apps/prodappl]:&lt;br /&gt;Enter FND_TOP [/u01/MIG/apps/prodappl/fnd/11.5.0]:&lt;br /&gt;Enter the Database Connect String [MIG]:&lt;br /&gt;Enter the password for your 'SYSTEM' ORACLE schema:&lt;br /&gt;Successfully connected to database MIG using SYSTEM user.&lt;br /&gt;Enter the ORACLE APPS Schema name[APPS]: apps&lt;br /&gt;Enter the password for APPS:&lt;br /&gt;Successfully connected to database MIG using APPS user.&lt;br /&gt;Enter the ORACLE Application Object Library Schema name[APPLSYS]: applsys&lt;br /&gt;================================================================&lt;br /&gt;CONNECT_STRING =MIG&lt;br /&gt;FND_TOP =/u01/MIG/apps/prodappl/fnd/11.5.0&lt;br /&gt;APPLSYS_SCHEMA =APPLSYS&lt;br /&gt;APPS_SCHEMA =APPS&lt;br /&gt;APPL_TOP =/u01/MIG/apps/prodappl&lt;br /&gt;================================================================&lt;br /&gt;&lt;br /&gt;Please review and press 'Y' to accept or 'N' to re-enter[Y]: y&lt;br /&gt;Performing database check...&lt;br /&gt;Database check completed.&lt;br /&gt;Checking required components...&lt;br /&gt;Required components check completed.&lt;br /&gt;&lt;br /&gt;5- OATM Menu Structure&lt;br /&gt;After providing all parameters as in the previous step, you will get the Main Menu for Oracle Applications Tablespace Migration Utility which consists of 8 options as following:&lt;br /&gt;Important Note: Some Menu Options are available only on 11.5.10.2 and later such as: Migrate CTXSYS Schema, Generate script to drop empty tablespaces.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Oracle Applications Tablespace Migration Utility&lt;br /&gt;Main Menu&lt;br /&gt;&lt;br /&gt;1. Migration Sizing Reports&lt;br /&gt;2. Create New Tablespaces&lt;br /&gt;3. Generate Migration Commands&lt;br /&gt;4. Execute Migration Commands&lt;br /&gt;5. Run Migration Status Reports&lt;br /&gt;6. Run Post Migration Steps&lt;br /&gt;7. Run Customization Steps&lt;br /&gt;8. Run Migration in Batch Mode&lt;br /&gt;[Q]uit [N]ext&lt;br /&gt;Please enter your option -&lt;br /&gt;Here are the details for each menu option:&lt;br /&gt;&lt;br /&gt;5.1. Migration Sizing Reports&lt;br /&gt;Migration Sizing Reports&lt;br /&gt;&lt;br /&gt;These reports are provided to help you gauge the space requirements for the new Tablespaces. Additionally, they will also help you determine the type of migration approach that best suits your needs&lt;br /&gt;&lt;br /&gt;1. Generate a Report with the list of all the Oracle Application product schemas that can be migrated&lt;br /&gt;2. Calculate total space required by each new tablespace to migrate all Oracle Application product schemas (relevant for a complete migration)&lt;br /&gt;3. Calculate total space required by each new tablespace to migrate each Oracle Application product schema (relevant for a schema-by-schema migration)&lt;br /&gt;4. Calculate total space required by each Oracle Applications schema, with details for each object&lt;br /&gt;5. Display Sizing Exception report&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;5.2. Create New Tablespaces&lt;br /&gt;Create New Tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate new tablespace creation script&lt;br /&gt;2. Create new tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;&lt;br /&gt;5.3. Generate Migration Commands&lt;br /&gt;&lt;br /&gt;Generate Migration Commands&lt;br /&gt;Generation of Migration commands including disable/enable&lt;br /&gt;commands for triggers, constraints, policies, stop/start for queues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Invalid Indexes Report. Please correct/drop these before generating migration commands&lt;br /&gt;2. Generate migration commands for all schemas&lt;br /&gt;3. Generate migration commands for a list of schemas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;5.4. Execute Migration Commands&lt;br /&gt;&lt;br /&gt;Execute Migration Commands&lt;br /&gt;Execution of Migration commands including disable commands for triggers constraints, stop/start for queues.&lt;br /&gt;&lt;br /&gt;PLEASE TAKE A COMPLETE BACKUP OF THE DATABASE BEFORE MIGRATION&lt;br /&gt;&lt;br /&gt;1. Migrate all Schemas&lt;br /&gt;2. Migrate a list of Schemas&lt;br /&gt;3. Migrate CTXSYS Schema&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: Migrate CTXSYS schema when no other migration process is in progress.&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;5.5. Run Migration Status Reports&lt;br /&gt;Run Migration Status Reports&lt;br /&gt;&lt;br /&gt;1. Run migration progress report&lt;br /&gt;2. Run migration error report&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;5.6. Run Post Migration Steps&lt;br /&gt;Run Post Migration Steps&lt;br /&gt;&lt;br /&gt;1. Run audit report&lt;br /&gt;2. Enable constraints/triggers/policies &amp;amp; start queues&lt;br /&gt;3. Resize old tablespaces&lt;br /&gt;4. Generate script to drop empty tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: Please complete refresh all the Materialized Views&lt;br /&gt;in Oracle Applications before using the system.&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;5.7. Customization&lt;br /&gt;Customization&lt;br /&gt;&lt;br /&gt;1. Register new tablespace - tablespace type&lt;br /&gt;2. Change name of the existing tablespace&lt;br /&gt;3. Register object classification&lt;br /&gt;4. Change object classification&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack&lt;br /&gt;Please enter your option -&lt;br /&gt;5.8. Batch Mode Migration&lt;br /&gt;Batch Mode Migration&lt;br /&gt;&lt;br /&gt;1. Run Migration in Batch Mode&lt;br /&gt;2. Run Migration Monitor&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack&lt;br /&gt;&lt;br /&gt;Please enter your option -&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;OATM migration&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora1:~ $ cd /u01/MIG/apps/prodappl/fnd/11.5.0/bin&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/fnd/11.5.0/bin $ perl fndtsmig.pl&lt;br /&gt;+=======================================================================+&lt;br /&gt;Copyright (c) 2003 Oracle Corporation Redwood Shores, California, USA&lt;br /&gt;All rights reserved.&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;Welcome to the Oracle Applications Tablespace Migration Utility&lt;br /&gt;&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;Warning: If DB was upgraded from 8.1.7 to a version prior to 9.2.0.6&lt;br /&gt;please run $FND_TOP/patch/115/sql/fndupglb.sql before the migration.&lt;br /&gt;&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;Enter OATM configuration file or press enter to continue:&lt;br /&gt;&lt;br /&gt;Enter APPL_TOP[/u01/MIG/apps/prodappl]:&lt;br /&gt;&lt;br /&gt;Enter FND_TOP[/u01/MIG/apps/prodappl/fnd/11.5.0]:&lt;br /&gt;&lt;br /&gt;Enter the Database Connect String[MIG]:&lt;br /&gt;&lt;br /&gt;Enter the password for your 'SYSTEM' ORACLE schema:&lt;br /&gt;&lt;br /&gt;Successfully connected to database MIG using SYSTEM user.&lt;br /&gt;&lt;br /&gt;Please create log directory /u01/MIG/apps/prodappl/admin/mig/log to continue:&lt;br /&gt;Enter the ORACLE APPS Schema name[APPS]: ma6utoza&lt;br /&gt;&lt;br /&gt;Enter the ORACLE APPS Schema name[APPS]:&lt;br /&gt;&lt;br /&gt;Enter the password for APPS:&lt;br /&gt;&lt;br /&gt;Successfully connected to database MIG using APPS user.&lt;br /&gt;&lt;br /&gt;Enter the ORACLE Application Object Library Schema name[APPLSYS]:&lt;br /&gt;================================================================&lt;br /&gt;CONNECT_STRING =MIG&lt;br /&gt;FND_TOP =/u01/MIG/apps/prodappl/fnd/11.5.0&lt;br /&gt;APPLSYS_SCHEMA =APPLSYS&lt;br /&gt;APPS_SCHEMA =APPS&lt;br /&gt;APPL_TOP =/u01/MIG/apps/prodappl&lt;br /&gt;================================================================&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please review and press 'Y' to accept or 'N' to re-enter[Y]: Y&lt;br /&gt;&lt;br /&gt;Performing database check...&lt;br /&gt;&lt;br /&gt;Database check completed.&lt;br /&gt;&lt;br /&gt;Checking required components...&lt;br /&gt;&lt;br /&gt;Required components check completed.&lt;br /&gt;&lt;br /&gt;Oracle Applications Tablespace Migration Utility&lt;br /&gt;Main Menu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Migration Sizing Reports&lt;br /&gt;2. Create New Tablespaces&lt;br /&gt;3. Generate Migration Commands&lt;br /&gt;4. Execute Migration Commands&lt;br /&gt;5. Run Migration Status Reports&lt;br /&gt;6. Run Post Migration Steps&lt;br /&gt;7. Run Customization Steps&lt;br /&gt;8. Run Migration in Batch Mode&lt;br /&gt;&lt;br /&gt;[Q]uit [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 1&lt;br /&gt;&lt;br /&gt;Migration Sizing Reports&lt;br /&gt;&lt;br /&gt;These reports are provided to help you gauge the space requirements for the new Tablespaces. Additionally, they will also help you determine the type of migration approach that best suits your needs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate a Report with the list of all the Oracle Application product schemas that can be migrated&lt;br /&gt;2. Calculate total space required by each new tablespace to migrate all Oracle Application product schemas (relevant for a complete migration)&lt;br /&gt;3. Calculate total space required by each new tablespace to migrate each Oracle Application product schema (relevant for a schema-by-schema migration)&lt;br /&gt;4. Calculate total space required by each Oracle Applications schema, with details for each object&lt;br /&gt;5. Display Sizing Exception report&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Migration Progress Report&lt;br /&gt;Report Date : February 14, 2008 PAGE: 1&lt;br /&gt;Total generated % commands&lt;br /&gt;Schema commands successfully executed&lt;br /&gt;--------------- --------------- -----------------------------------------&lt;br /&gt;ABM 0 0%&lt;br /&gt;AHL 0 0%&lt;br /&gt;AHM 0 0%&lt;br /&gt;AK 0 0%&lt;br /&gt;ALR 0 0%&lt;br /&gt;AMF 0 0%&lt;br /&gt;………………………&lt;br /&gt;…………………………&lt;br /&gt;………………….&lt;br /&gt;XNB 0 0%&lt;br /&gt;XNC 0 0%&lt;br /&gt;XNI 0 0%&lt;br /&gt;XNM 0 0%&lt;br /&gt;XNP 0 0%&lt;br /&gt;XNS 0 0%&lt;br /&gt;XTR 0 0%&lt;br /&gt;ZFA 0 0%&lt;br /&gt;ZPB 0 0%&lt;br /&gt;ZSA 0 0%&lt;br /&gt;ZX 0 0%&lt;br /&gt;&lt;br /&gt;Report created /u01/MIG/apps/prodappl/admin/mig/log/fndtrep0.txt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Migration Sizing Reports&lt;br /&gt;&lt;br /&gt;These reports are provided to help you gauge the space requirements for the new Tablespaces. Additionally, they will also help you determine the type of migration approach that best suits your needs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate a Report with the list of all the Oracle Application product schemas that can be migrated&lt;br /&gt;2. Calculate total space required by each new tablespace to migrate all Oracle Application product schemas (relevant for a complete migration)&lt;br /&gt;3. Calculate total space required by each new tablespace to migrate each Oracle Application product schema (relevant for a schema-by-schema migration)&lt;br /&gt;4. Calculate total space required by each Oracle Applications schema, with details for each object&lt;br /&gt;5. Display Sizing Exception report&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;Sizing Program has never been run.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enter Uniform Extent Size for the Tablespaces in KBytes[1024]:&lt;br /&gt;Executing the Sizing program for all schemas. This may take upto 20min. Please wait...&lt;br /&gt;Sizing program executed successfully.&lt;br /&gt;PAGE: 1&lt;br /&gt;Summary Report-Amount of space by tablespace&lt;br /&gt;Report Date : February 14, 2008&lt;br /&gt;Last Sizing Run Date : February 14, 2008&lt;br /&gt;Tablespace Extent Management - Local&lt;br /&gt;Allocation type -Uniform Extents&lt;1024kb&gt;&lt;br /&gt;&lt;br /&gt;Current space&lt;br /&gt;Recommended taken up by&lt;br /&gt;Estimated space space in KB existing&lt;br /&gt;Tablespace Name required in KB (20% Buffer) objects in KB&lt;br /&gt;------------------------------ ---------------- --------------- ---------------------------------------&lt;br /&gt;APPS_TS_ARCHIVE 6,228,992 7,474,791 2,061,240&lt;br /&gt;APPS_TS_INTERFACE 15,163,392 18,196,071 11,089,784&lt;br /&gt;APPS_TS_MEDIA 3,638,272 4,365,927 3,570,144&lt;br /&gt;APPS_TS_NOLOGGING 662,528 795,034 342,200&lt;br /&gt;APPS_TS_QUEUES 3,369,984 4,043,981 2,825,328&lt;br /&gt;APPS_TS_SEED 7,327,744 8,793,293 2,129,744&lt;br /&gt;APPS_TS_SUMMARY 6,267,904 7,521,485 1,135,208&lt;br /&gt;APPS_TS_TX_DATA 61,418,496 73,702,196 50,858,192&lt;br /&gt;APPS_TS_TX_IDX 66,878,464 80,254,157 45,371,752&lt;br /&gt;------------------------------------- --------------- ------------------------------------------------&lt;br /&gt;Total (in KB): 170,955,776 205,146,935 119,383,592&lt;br /&gt;&lt;br /&gt;Report created /u01/MIG/apps/prodappl/admin/mig/log/fndtrep1.txt&lt;br /&gt;&lt;br /&gt;Report created /u01/MIG/apps/prodappl/admin/mig/log/fndtrep1.txt&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Migration Sizing Reports&lt;br /&gt;&lt;br /&gt;These reports are provided to help you gauge the space requirements for the new Tablespaces. Additionally, they will also help you determine the type of migration approach that best suits your needs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate a Report with the list of all the Oracle&lt;br /&gt;Application product schemas that can be migrated&lt;br /&gt;2. Calculate total space required by each new tablespace to migrate all Oracle Application product schemas (relevant) for a complete migration)&lt;br /&gt;3. Calculate total space required by each new tablespace to migrate each Oracle Application product schema (relevant for a schema-by-schema migration)&lt;br /&gt;4. Calculate total space required by each Oracle Applications schema, with details for each object&lt;br /&gt;5. Display Sizing Exception report&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;&lt;br /&gt;Sizing Program was last run on 14-FEB-08&lt;br /&gt;Do you want to run the Sizing program again before running the report[N]: Y&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PAGE: 1&lt;br /&gt;Summary Report-Amount of Space by Schema by Object&lt;br /&gt;Report Date : February 15, 2008&lt;br /&gt;Last Sizing Run Date : February 15, 2008&lt;br /&gt;Tablespace Extent Management - Local&lt;br /&gt;Allocation type -Uniform Extents&lt;1024kb&gt;&lt;br /&gt;&lt;br /&gt;Object Estimated Space Sizing&lt;br /&gt;Schema Name Required (in KB) Errors&lt;br /&gt;-------------------- ------------------------------ ---------------- ------------&lt;br /&gt;ABM ABM_VIEW_SEC_OBJS_U2 1,024 No Error&lt;br /&gt;ABM_CALC_TMPLTS_TL_PK 1,024 No Error&lt;br /&gt;ABM_CALC_TMPLT_VARS_TL_PK 1,024 No Error&lt;br /&gt;ABM_CURRS_TL_PK 1,024 No Error&lt;br /&gt;ABM_IMP_ENT_TYPES_TL_PK 1,024 No Error&lt;br /&gt;ABM_IMP_TAGS_TL_PK 1,024 No Error&lt;br /&gt;ABM_IMP_TAG_SETS_TL_PK 1,024 No Error&lt;br /&gt;ABM_REP_TMPLTS_TL_PK 1,024 No Error&lt;br /&gt;ABM_BOR_WIZ_CHILD_RES_TREE_PK 1,024 No Error&lt;br /&gt;ABM_API_TEMPLATES_PK 1,024 No Error&lt;br /&gt;ABM_API_TEMPLATE_ATTRIBUTES_PK 1,024 No Error&lt;br /&gt;ABM_NAV_STEPS_PK 1,024 No Error&lt;br /&gt;ABM_NAV_STEPS_U1 1,024 No Error&lt;br /&gt;ABM_IMP_TAGS 1,024 No Error&lt;br /&gt;ABM_IMP_TAG_ENTS 1,024 No Error&lt;br /&gt;ABM_IMP_TAG_SETS 1,024 No Error&lt;br /&gt;ABM_IMP_UOM_CV_RULES 1,024 No Error&lt;br /&gt;ABM_LAUNCHPAD_METADATA 1,024 No Error&lt;br /&gt;ABM_MAP_BASES 1,024 No Error&lt;br /&gt;ABM_MAP_EXPTN_REP 1,024 No Error&lt;br /&gt;ABM_MAP_FORM_LOG 1,024 No Error&lt;br /&gt;ABM_MAP_FORM_MASTERS 1,024 No Error&lt;br /&gt;ABM_MAP_RULE_SETS 1,024 No Error&lt;br /&gt;ABM_MAT_UNIT_COST 1,024 No Error&lt;br /&gt;******************** ----------------&lt;br /&gt;Total (in KB) : 424,960&lt;br /&gt;&lt;br /&gt;PAGE: 2&lt;br /&gt;Summary Report-Amount of Space by Schema by Object&lt;br /&gt;Report Date: February 15, 2008&lt;br /&gt;Last Sizing Run Date: February 15, 2008&lt;br /&gt;Tablespace Extent Management - Local&lt;br /&gt;Allocation type -Uniform Extents&lt;1024kb&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Migration Sizing Reports&lt;br /&gt;&lt;br /&gt;These reports are provided to help you gauge the space requirements for the new Tablespaces. Additionally, they will also help you determine the type of migration approach that best suits your needs&lt;br /&gt;&lt;br /&gt;1. Generate a Report with the list of all the Oracle Application product schemas that can be migrated&lt;br /&gt;2. Calculate total space required by each new tablespace to migrate all Oracle Application product schemas (relevant for a complete migration)&lt;br /&gt;3. Calculate total space required by each new tablespace to migrate each Oracle Application product schema (relevant for a schema-by-schema migration)&lt;br /&gt;4. Calculate total space required by each Oracle Applications schema, with details for each object&lt;br /&gt;5. Display Sizing Exception report&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 5&lt;br /&gt;&lt;br /&gt;Enter the Schema name[%]:&lt;br /&gt;Running Exception Report ..............&lt;br /&gt;&lt;br /&gt;There are no objects in errors&lt;br /&gt;&lt;br /&gt;Report created /u01/MIG/apps/prodappl/admin/mig/log/fndtrep5.txt&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Oracle Applications Tablespace Migration Utility&lt;br /&gt;Main Menu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Migration Sizing Reports&lt;br /&gt;2. Create New Tablespaces&lt;br /&gt;3. Generate Migration Commands&lt;br /&gt;4. Execute Migration Commands&lt;br /&gt;5. Run Migration Status Reports&lt;br /&gt;6. Run Post Migration Steps&lt;br /&gt;7. Run Customization Steps&lt;br /&gt;8. Run Migration in Batch Mode&lt;br /&gt;&lt;br /&gt;[Q]uit [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;Create New Tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate new tablespace creation script&lt;br /&gt;2. Create new tablespaces&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 1&lt;br /&gt;*****************************************************************&lt;br /&gt;The utility will append a sequence number to the tablespace name&lt;br /&gt;and a .dbf extension to generate the datafile names.&lt;br /&gt;Datafile size should not be greater than OS file size limit.&lt;br /&gt;Please edit the generated script to change the file name/size&lt;br /&gt;*****************************************************************&lt;br /&gt;Enter the Extent Allocation type A(utoallocate) or U(niform Extent Size)[U]: U&lt;br /&gt;&lt;br /&gt;Enter Uniform Extent Size for the Tablespaces in KBytes[1024]:&lt;br /&gt;&lt;br /&gt;Enter the absolute path for the datafiles directory: /u02/MIG/dbf&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_TX_DATA tablespace[1]: 10&lt;br /&gt;Enter the Datafile Size for APPS_TS_TX_DATA tablespace (MB): 2000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_TX_IDX tablespace[1]: 10&lt;br /&gt;Enter the Datafile Size for APPS_TS_TX_IDX tablespace (MB): 2000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_SEED tablespace[1]: 2&lt;br /&gt;Enter the Datafile Size for APPS_TS_SEED tablespace (MB): 2000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_INTERFACE tablespace[1]: 5&lt;br /&gt;Enter the Datafile Size for APPS_TS_INTERFACE tablespace (MB): 2000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_SUMMARY tablespace[1]: 5&lt;br /&gt;Enter the Datafile Size for APPS_TS_SUMMARY tablespace (MB): 2000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_NOLOGGING tablespace[1]: 2&lt;br /&gt;Enter the Datafile Size for APPS_TS_NOLOGGING tablespace (MB): 1000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_ARCHIVE tablespace[1]: 7&lt;br /&gt;Enter the Datafile Size for APPS_TS_ARCHIVE tablespace (MB): 1000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_QUEUES tablespace[1]: 5&lt;br /&gt;Enter the Datafile Size for APPS_TS_QUEUES tablespace (MB): 1000&lt;br /&gt;Enter the Number of Datafiles for APPS_TS_MEDIA tablespace[1]: 5&lt;br /&gt;Enter the Datafile Size for APPS_TS_MEDIA tablespace (MB): 1000&lt;br /&gt;&lt;br /&gt;Tablespace creation script /u01/MIG/apps/prodappl/admin/mig/log/crtts.sql created&lt;br /&gt;&lt;br /&gt;/u01/MIG/apps/prodappl/admin/mig/log ***scripts is in this directory **&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Create New Tablespaces&lt;br /&gt;&lt;br /&gt;1. Generate new tablespace creation script&lt;br /&gt;2. Create new tablespaces&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;Please enter your option - 2&lt;br /&gt;Creating Tablespaces. Please wait...&lt;br /&gt;Connected.&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Tablespace created.&lt;br /&gt;&lt;br /&gt;Tablespace created.&lt;br /&gt;&lt;br /&gt;Tablespace created.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tablespaces creation script executed. Please check the log /u01/MIG/apps/prodappl/admin/mig/log/crtts20080216215009.log for errors.&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Create New Tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Generate new tablespace creation script&lt;br /&gt;2. Create new tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - B&lt;br /&gt;&lt;br /&gt;Oracle Applications Tablespace Migration Utility&lt;br /&gt;Main Menu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Migration Sizing Reports&lt;br /&gt;2. Create New Tablespaces&lt;br /&gt;3. Generate Migration Commands&lt;br /&gt;4. Execute Migration Commands&lt;br /&gt;5. Run Migration Status Reports&lt;br /&gt;6. Run Post Migration Steps&lt;br /&gt;7. Run Customization Steps&lt;br /&gt;8. Run Migration in Batch Mode&lt;br /&gt;&lt;br /&gt;[Q]uit [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 3&lt;br /&gt;&lt;br /&gt;Generate Migration Commands&lt;br /&gt;Generation of Migration commands including disable/enable&lt;br /&gt;commands for triggers, constraints, policies, stop/start for queues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Invalid Indexes Report. Please correct/drop these before&lt;br /&gt;generating migration commands&lt;br /&gt;2. Generate migration commands for all schemas&lt;br /&gt;3. Generate migration commands for a list of schemas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report created /u01/MIG/apps/prodappl/admin/mig/log/fndinvld.txt&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Generate Migration Commands&lt;br /&gt;Generation of Migration commands including disable/enable&lt;br /&gt;commands for triggers, constraints, policies, stop/start for queues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Invalid Indexes Report. Please correct/drop these before generating migration commands&lt;br /&gt;2. Generate migration commands for all schemas&lt;br /&gt;3. Generate migration commands for a list of schemas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;&lt;br /&gt;Generating Migration commands for all schemas. This may take upto 30min. Please wait...&lt;br /&gt;&lt;br /&gt;Command generation successful. Please check the log /u01/MIG/apps/prodappl/admin/mig/log/fndgmcmd20080216224419.log&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Generate Migration Commands&lt;br /&gt;Generation of Migration commands including disable/enable&lt;br /&gt;commands for triggers, constraints, policies, stop/start for queues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Invalid Indexes Report. Please correct/drop these before generating migration commands&lt;br /&gt;2. Generate migration commands for all schemas&lt;br /&gt;3. Generate migration commands for a list of schemas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Generating Migration commands for all schemas. This may take upto 30min. Please wait...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Command generation successful. Please check the log /u01/MIG/apps/prodappl/admin/mig/log/fndgmcmd20080216224419.log&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Generate Migration Commands&lt;br /&gt;Generation of Migration commands including disable/enable&lt;br /&gt;commands for triggers, constraints, policies, stop/start for queues.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Invalid Indexes Report. Please correct/drop these before&lt;br /&gt;generating migration commands&lt;br /&gt;2. Generate migration commands for all schemas&lt;br /&gt;3. Generate migration commands for a list of schemas&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - B&lt;br /&gt;&lt;br /&gt;Oracle Applications Tablespace Migration Utility&lt;br /&gt;Main Menu&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Migration Sizing Reports&lt;br /&gt;2. Create New Tablespaces&lt;br /&gt;3. Generate Migration Commands&lt;br /&gt;4. Execute Migration Commands&lt;br /&gt;5. Run Migration Status Reports&lt;br /&gt;6. Run Post Migration Steps&lt;br /&gt;7. Run Customization Steps&lt;br /&gt;8. Run Migration in Batch Mode&lt;br /&gt;&lt;br /&gt;[Q]uit [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 4&lt;br /&gt;&lt;br /&gt;Execute Migration Commands&lt;br /&gt;Execution of Migration commands including disable&lt;br /&gt;commands for triggers constraints, stop/start for queues.&lt;br /&gt;&lt;br /&gt;PLEASE TAKE A COMPLETE BACKUP OF THE DATABASE BEFORE MIGRATION&lt;br /&gt;&lt;br /&gt;1. Migrate all Schemas&lt;br /&gt;2. Migrate a list of Schemas&lt;br /&gt;3. Migrate CTXSYS Schema&lt;br /&gt;&lt;br /&gt;Note: Migrate CTXSYS schema when no other migration process is in progress.&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack [N]ext&lt;br /&gt;&lt;br /&gt;Please enter your option - 1&lt;br /&gt;&lt;br /&gt;Are you sure you want to migrate all schemas[N]: Y&lt;br /&gt;Enter the maximum number of parallel processes for MIG[8]:&lt;br /&gt;&lt;br /&gt;Starting the Migration process for all schemas. Please wait...&lt;br /&gt;&lt;br /&gt;Migration processes for tables with LONG and LONG RAW columns started in the background. Please monitor the log file /u01/MIG/apps/prodappl/admin/mig/log/fndmlong20080216230605.log for errors and completion of this migration process.&lt;br /&gt;&lt;br /&gt;Sequential migration process started in the background for MIG. Please monitor the log file /u01/MIG/apps/prodappl/admin/mig/log/fndemseq20080216230606.log for errors and completion of this migration process.&lt;br /&gt;&lt;br /&gt;Parallel migration processes started in the background for MIG. Please monitor the log file /u01/MIG/apps/prodappl/admin/mig/log/fndemcmd20080216230622.log for errors and completion of this migration process.&lt;br /&gt;&lt;br /&gt;OATM Utility processes are running in the background. sql*plus sessions and one JRE session are spawned in the background. You can monitor those sessions from the OS. Please do not kill any of those sessions as it will adversely affect migration process and result in errors. Monitor migration by running migration progress report.&lt;br /&gt;&lt;br /&gt;Press Return key to return to the menu...&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Run Post Migration Steps&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Run audit report&lt;br /&gt;2. Enable constraints/triggers/policies &amp;amp; start queues&lt;br /&gt;3. Resize old tablespaces&lt;br /&gt;4. Generate script to drop empty tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: Please complete refresh all the Materialized Views&lt;br /&gt;in Oracle Applications before using the system.&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack&lt;br /&gt;&lt;br /&gt;Please enter your option - 2&lt;br /&gt;&lt;br /&gt;Enter a comma separated list of Schema names[%]:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enabling Constraints/triggers/policies and starting queues. Please wait...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All constraints/trigger/policies are enabled and queues started&lt;br /&gt;&lt;br /&gt;Press Return key to continue...&lt;br /&gt;&lt;br /&gt;Run Post Migration Steps&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Run audit report&lt;br /&gt;2. Enable constraints/triggers/policies &amp;amp; start queues&lt;br /&gt;3. Resize old tablespaces&lt;br /&gt;4. Generate script to drop empty tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: Please complete refresh all the Materialized Views&lt;br /&gt;in Oracle Applications before using the system.&lt;br /&gt;&lt;br /&gt;[Q]uit [B]ack&lt;br /&gt;&lt;br /&gt;Please enter your option - 4&lt;br /&gt;+=======================================================================+&lt;br /&gt;Warning: Please ensure you do not have any residual data segments&lt;br /&gt;in the tablespaces attempted to be dropped to avoid irrevocable&lt;br /&gt;loss of data.&lt;br /&gt;+=======================================================================+&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Drop empty tablespace script /u01/MIG/apps/prodappl/admin/mig/log/fndtsdrp.sql has been created.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Copyright (c) 1982, 2006, Oracle. All Rights Reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @fndtsdrp.sql;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;br /&gt;Tablespace dropped.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;br /&gt;&lt;br /&gt;SQL&gt; commit;&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;OATM How to move objects left in the old tablespace after oatm migration?&lt;br /&gt;&lt;br /&gt;Solution&lt;br /&gt;1) Run the 'Migration Error Report' and correct the errors that cause the migration to fail.&lt;br /&gt;&lt;br /&gt;2) Make sure that queue 'TBLMIG_MESSAGEQUE' is started&lt;br /&gt;&lt;br /&gt;select NAME, ENQUEUE_ENABLED, DEQUEUE_ENABLED from dba_queues where owner ='SYSTEM' and name = 'TBLMIG_MESSAGEQUE' ;&lt;br /&gt;&lt;br /&gt;In case the queue is not started, run from sqlplus as the system user:&lt;br /&gt;&lt;br /&gt;exec dbms_aqadm.start_queue('SYSTEM.TBLMIG_MESSAGEQUE');&lt;br /&gt;&lt;br /&gt;3) Run the migration command again and the migration utility will try to move the objects which are still in the old tablespaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Drop SWALLACE and SPOTLIGHT USERS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;drop user spotlight cascade;&lt;br /&gt;drop user swallace cascade;&lt;br /&gt;&lt;br /&gt;Note:430604.1&lt;br /&gt;CREATE TEXT INDEX DRG-11446 DROLDUS.DAT NOT INSTALLED&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH 4575748 OATM RE-SIZE OLD TABLESPACES DOES NOT RESIZE DATAFILES&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IMPORTANT NOTE :&lt;br /&gt;&lt;br /&gt;One-off patches are not fully certified by all Oracle products, and so there is some risk of unexpected side effects. If the fix in this patch is included in the latest released ATG Family Packs and/or ATG PF Consolidated Updates (CU), then it is highly recommended to upgrade to latest released ATG Family Pack or ATG PF Consolidated Update (CU) that is available in Recommended Patch List (Metalink Note 123456.1). It is also recommended to upgrade to latest released ATG Family Pack or ATG PF Consolidated Update (CU) before applying this patch.&lt;br /&gt;&lt;br /&gt;This patch provides implementation that will correctly resize database file after migration is done&lt;br /&gt;&lt;br /&gt;ERROR resolution&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL&gt; @irctxido1.sql HR APPLSYS APPS CTXSYS&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/per/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @irctxipt HR APPLSYS APPS CTXSYS&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/per/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @peredind.sql HR APPLSYS APPS CTXSYS&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/per/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation. All rights reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @ibcinctx.sql&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Mon Feb 18 19:26:35 2008&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation. All rights reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @icxintm2.sql icx icx CTXSYS&lt;br /&gt;DECLARE&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine&lt;br /&gt;ORA-20000: Oracle Text error:&lt;br /&gt;DRG-10502: index ICX_QUES_CTX does not exist&lt;br /&gt;DRG-13201: KOREAN_LEXER is desupported&lt;br /&gt;ORA-06512: at "CTXSYS.DRUE", line 160&lt;br /&gt;ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364&lt;br /&gt;ORA-06512: at "SYS.DBMS_SYS_SQL", line 909&lt;br /&gt;ORA-06512: at "SYS.DBMS_SQL", line 39&lt;br /&gt;ORA-06512: at line 31&lt;br /&gt;&lt;br /&gt;HACK THE USER SEE SCRIPTS&lt;br /&gt;&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/icx/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Mon Feb 18 19:29:25 2008&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation. All rights reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @jtfiimt.sql jtf jtf&lt;br /&gt;ERROR:&lt;br /&gt;ORA-01017: invalid username/password; logon denied&lt;br /&gt;&lt;br /&gt;HACK THE USER SEE SCRIPTS&lt;br /&gt;&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/jtf/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Data Mining options&lt;br /&gt;&lt;br /&gt;SQL&gt; @amviimt.sql amv amv&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;Grant succeeded.&lt;br /&gt;Grant succeeded.&lt;br /&gt;Grant succeeded.&lt;br /&gt;DECLARE&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-20000: Oracle Text error:&lt;br /&gt;DRG-10701: preference AMV.KOREAN_LEXER already exists&lt;br /&gt;ORA-06512: at "CTXSYS.DRUE", line 160&lt;br /&gt;ORA-06512: at "CTXSYS.CTX_DDL", line 26&lt;br /&gt;ORA-06512: at line 76&lt;br /&gt;&lt;br /&gt;CHECK ISSUE&lt;br /&gt;&lt;br /&gt;applprod@vezora1:/u01/MIG/apps/prodappl/amv/11.5.0/patch/115/sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;POST MIGRATION&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) APPLSPE&lt;br /&gt;&lt;br /&gt;OWNER SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;SYS 17.22 SPACE HEADER&lt;br /&gt;&lt;br /&gt;SQL&gt; alter tablespace APPLSPE offline;&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop tablespace APPLSPE including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) AMVD&lt;br /&gt;&lt;br /&gt;select table_name, column_name, tablespace_name, segment_name from dba_lobs&lt;br /&gt;where tablespace_name = 'CSD';&lt;br /&gt;&lt;br /&gt;alter table cs.DR$CS_INCIDENTS_ALL_TL_N1$I move lob(token_info) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;alter table cs.DR$CS_INCIDENTS_ALL_TL_N1$R move lob(data) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;alter table cs.DR$SUMMARY_CTX_INDEX$I move lob(token_info) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;alter table cs.DR$SUMMARY_CTX_INDEX$R move lob(data) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, INDEX_NAME, INDEX_TYPE, TABLE_NAME,TABLESPACE_NAME&lt;br /&gt;from DBA_INDEXES&lt;br /&gt;where INDEX_TYPE LIKE 'IOT%'&lt;br /&gt;and TABLESPACE_NAME = 'CSD';&lt;br /&gt;&lt;br /&gt;OWNER INDEX_NAME INDEX_TYPE TABLE_NAME TABLESPACE_NAME&lt;br /&gt;CS SYS_IOT_TOP_2516234 IOT - TOP DR$CS_INCIDENTS_ALL_TL_N1$K CSD&lt;br /&gt;CS SYS_IOT_TOP_2516196 IOT - TOP DR$SUMMARY_CTX_INDEX$K CSD&lt;br /&gt;CS SYS_IOT_TOP_2516249 IOT - TOP DR$CS_INCIDENTS_ALL_TL_N1$N CSD&lt;br /&gt;CS SYS_IOT_TOP_2516231 IOT - TOP DR$SUMMARY_CTX_INDEX$N CSD&lt;br /&gt;&lt;br /&gt;3) CTXD&lt;br /&gt;&lt;br /&gt;select table_name, column_name, tablespace_name, segment_name from dba_lobs&lt;br /&gt;where tablespace_name = 'CTXD';&lt;br /&gt;&lt;br /&gt;alter table ctxsys.DR$PART_STATS_PRE10I move lob(statistics) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;alter table ctxsys.DR$STATS_PRE10I move lob(statistics) store as (tablespace APPS_TS_TX_DATA);&lt;br /&gt;&lt;br /&gt;alter table ctxsys.DR$NVTAB move lob(val) store as (tablespace APPS_TS_TX_DATA); ISSUE !!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) APPLSYSX&lt;br /&gt;&lt;br /&gt;select table_name, column_name, tablespace_name, segment_name from dba_lobs&lt;br /&gt;where tablespace_name = 'APPLSYSX';&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;select OWNER, INDEX_NAME, INDEX_TYPE, TABLE_NAME,TABLESPACE_NAME&lt;br /&gt;from DBA_INDEXES&lt;br /&gt;where INDEX_TYPE LIKE 'IOT%'&lt;br /&gt;and TABLESPACE_NAME = ' APPLSYSX';&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------------------&lt;br /&gt;alter table AQ$_WF_CONTROL_D move lob(data) store as (tablespace APPS_TS_TX_DATA)&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-08108: may not build or rebuild this type of index online&lt;br /&gt;&lt;br /&gt;Procedures to Remove Orphan AQ Objects which Fail to Drop via DBMS_AQADM Note:236898.1&lt;br /&gt;&lt;br /&gt;DBMS_AQADM.DROP_QUEUE_TABLE(queue_table =&gt; 'APPLSYS.AQ$_WF_CONTROL_D');&lt;br /&gt;&lt;br /&gt;OATM migration leaves WF_CONTROL objects in the old tablespace Note:418238.1&lt;br /&gt;&lt;br /&gt;Solution&lt;br /&gt;1.First stop WF related services like WF Mailer Agent, WF listener, etc.&lt;br /&gt;&lt;br /&gt;2.Then run following SQL :&lt;br /&gt;sqlplus apps/apps @$FND_TOP/patch/115/sql/wfctqrec.sql apps/apps&lt;br /&gt;&lt;br /&gt;(This script should recreate the WF_CONTROL queue) PROBLEM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Migration of 02-March 2008&lt;br /&gt;&lt;br /&gt;1) APPLSYSX&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, INDEX_NAME, INDEX_TYPE, TABLE_NAME,TABLESPACE_NAME from DBA_INDEXES where INDEX_TYPE LIKE 'IOT%' and TABLESPACE_NAME = 'APPLSYSX';&lt;br /&gt;&lt;br /&gt;OWNER INDEX_NAME INDEX_TYPE TABLE_NAME TABLESPACE_NAME&lt;br /&gt;&lt;br /&gt;APPLSYS SYS_IOT_TOP_2516161 IOT - TOP DR$FND_LOBS_CTX$N APPLSYSX&lt;br /&gt;APPLSYS SYS_IOT_TOP_2516156 IOT - TOP DR$FND_LOBS_CTX$K APPLSYSX&lt;br /&gt;&lt;br /&gt;Alter table APPLSYS.DR$FND_LOBS_CTX$N move tablespace APPS_TS_QUEUES;&lt;br /&gt;Alter table APPLSYS. DR$FND_LOBS_CTX$K move tablespace APPS_TS_QUEUES;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) APPLSYSD&lt;br /&gt;&lt;br /&gt;SQL&gt; select segment_name, segment_type from dba_segments where tablespace_name ='APPLSYSD';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;&lt;br /&gt;AD_FRAGMENT_REPORT TABLE&lt;br /&gt;FND_LOBS TABLE&lt;br /&gt;SYS_IL0000076155C00004$$ LOBINDEX&lt;br /&gt;SYS_LOB0000076155C00004$$ LOBSEGMENT&lt;br /&gt;18.51829 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, TABLE_NAME, SEGMENT_NAME from dba_lobs where SEGMENT_NAME like 'AD_FRAGMENT_REPORT';&lt;br /&gt;&lt;br /&gt;select OWNER, TABLE_NAME, SEGMENT_NAME from dba_lobs where SEGMENT_NAME like 'SYS_IL0000076155C00004$$';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, TABLE_NAME, SEGMENT_NAME from dba_lobs where SEGMENT_NAME like 'SYS_LOB0000076155C00004$$';&lt;br /&gt;&lt;br /&gt;OWNER TABLE_NAME SEGMENT_NAME&lt;br /&gt;APPLSYS FND_LOBS SYS_LOB0000076155C00004$$&lt;br /&gt;&lt;br /&gt;select OWNER, TABLESPACE_NAME from dba_tables where TABLE_NAME like 'FND_LOBS';&lt;br /&gt;&lt;br /&gt;OWNER TABLESPACE_NAME&lt;br /&gt;----------------------------------------------------------- ------------------------------&lt;br /&gt;APPLSYS APPS_TS_TX_DATA&lt;br /&gt;&lt;br /&gt;select OWNER, TABLESPACE_NAME from dba_tables where TABLE_NAME like 'AD_FRAGMENT_REPORT';&lt;br /&gt;&lt;br /&gt;OWNER TABLESPACE_NAME&lt;br /&gt;--------------------------------------------------------------------- ------------------------------&lt;br /&gt;SYSTEM APPLSYSD&lt;br /&gt;APPS APPS_TS_TX_DATA&lt;br /&gt;&lt;br /&gt;alter table system.AD_FRAGMENT_REPORT move tablespace APPS_TS_TX_DATA;&lt;br /&gt;&lt;br /&gt;Table altered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) APPLSYSX&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='APPLSYSX';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;&lt;br /&gt;FND_LOBS_U1 INDEX&lt;br /&gt;19.38358 SPACE HEADER&lt;br /&gt;&lt;br /&gt;alter index APPLSYS.FND_LOBS_U1 rebuild tablespace APPS_TS_TX_IDX;&lt;br /&gt;alter tablespace APPLSYSX offline;&lt;br /&gt;drop tablespace APPLSYSX including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) SCSX&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='SCSX';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;384.14 SPACE HEADER&lt;br /&gt;&lt;br /&gt;alter tablespace SCSX offline;&lt;br /&gt;drop tablespace SCSX including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;5) APPLSCS&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='APPLSCS';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;16.72 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;alter tablespace APPLSCS offline;&lt;br /&gt;drop tablespace APPLSCS including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6) CTXD&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='CTXD';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;37.1161 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL&gt; alter tablespace CTXD offline;&lt;br /&gt;Tablespace altered.&lt;br /&gt;SQL&gt; drop tablespace CTXD including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MIGRATION 09/03/2008&lt;br /&gt;&lt;br /&gt;APPLSYSD&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='APPLSYSD';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;&lt;br /&gt;AD_FRAGMENT_REPORT TABLE&lt;br /&gt;FND_LOB TABLE&lt;br /&gt;&lt;br /&gt;DR$FND_LOBS_CTX$ TABLE&lt;br /&gt;DR$FND_LOBS_CTX$R TABLE&lt;br /&gt;SYS_IL0000076155C00004$$ LOBINDEX&lt;br /&gt;SYS_IL0002516153C00006$$ LOBINDEX&lt;br /&gt;SYS_IL0002516158C00002$$ LOBINDEX&lt;br /&gt;SYS_LOB0000076155C00004$$ LOBSEGMENT&lt;br /&gt;SYS_LOB0002516158C00002$$ LOBSEGMENT&lt;br /&gt;SYS_LOB0002516153C00006$$ LOBSEGMENT&lt;br /&gt;&lt;br /&gt;18.51829 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11 rows selected.&lt;br /&gt;&lt;br /&gt;select OWNER, TABLE_NAME, SEGMENT_NAME from dba_lobs where SEGMENT_NAME like 'SYS_LOB0000076155C00004$$';&lt;br /&gt;&lt;br /&gt;OWNER TABLE_NAME SEGMENT_NAME&lt;br /&gt;APPLSYS FND_LOBS SYS_LOB0000076155C00004$$&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, TABLESPACE_NAME from dba_tables where TABLE_NAME like 'FND_LOBS';&lt;br /&gt;&lt;br /&gt;OWNER TABLESPACE_NAME&lt;br /&gt;APPLSYS APPLSYSD&lt;br /&gt;&lt;br /&gt;SQL&gt; select OWNER, TABLESPACE_NAME from dba_tables where TABLE_NAME like 'AD_FRAGMENT_REPORT';&lt;br /&gt;&lt;br /&gt;OWNER TABLESPACE_NAME&lt;br /&gt;SYSTEM APPLSYSD&lt;br /&gt;APPS APPS_TS_TX_DATA&lt;br /&gt;&lt;br /&gt;Alter table AD_FRAGMENT_REPORT move tablespace apps_ts_tx_data;&lt;br /&gt;&lt;br /&gt;Table altered.&lt;br /&gt;&lt;br /&gt;Alter table applsys.FND_LOBS move tablespace apps_ts_tx_data;&lt;br /&gt;&lt;br /&gt;Table altered.&lt;br /&gt;&lt;br /&gt;Alter table applsys.DR$FND_LOBS_CTX$R move tablespace apps_ts_tx_data;&lt;br /&gt;&lt;br /&gt;Table altered.&lt;br /&gt;&lt;br /&gt;Alter table applsys.DR$FND_LOBS_CTX$I move tablespace apps_ts_tx_data;&lt;br /&gt;&lt;br /&gt;Table altered.&lt;br /&gt;&lt;br /&gt;Alter table sys.AD_FRAGMENT_REPORT move tablespace apps_ts_tx_data;&lt;br /&gt;APPLSYSX&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='APPLSYSX';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;&lt;br /&gt;FND_LOBS_U1 INDEX&lt;br /&gt;&lt;br /&gt;SYS_IOT_TOP_2516161 INDEX&lt;br /&gt;&lt;br /&gt;SYS_IOT_TOP_2516156 INDEX&lt;br /&gt;&lt;br /&gt;DR$FND_LOBS_CTX$X INDEX&lt;br /&gt;&lt;br /&gt;19.38358 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;alter index APPLSYS.FND_LOBS_U1 rebuild tablespace APPS_TS_TX_IDX;&lt;br /&gt;Index altered.&lt;br /&gt;&lt;br /&gt;alter index applsys.DR$FND_LOBS_CTX$X rebuild tablespace APPS_TS_TX_IDX;&lt;br /&gt;&lt;br /&gt;Index altered.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select OWNER, INDEX_NAME, INDEX_TYPE, TABLE_NAME,TABLESPACE_NAME from DBA_INDEXES where INDEX_TYPE LIKE 'IOT%' and TABLESPACE_NAME = 'APPLSYSX';&lt;br /&gt;&lt;br /&gt;OWNER INDEX_NAME INDEX_TYPE TABLE_NAME TABLESPACE_NAME&lt;br /&gt;&lt;br /&gt;APPLSYS SYS_IOT_TOP_2516161 IOT - TOP DR$FND_LOBS_CTX$N APPLSYSX&lt;br /&gt;APPLSYS SYS_IOT_TOP_2516156 IOT - TOP DR$FND_LOBS_CTX$K APPLSYSX&lt;br /&gt;&lt;br /&gt;Alter table APPLSYS.DR$FND_LOBS_CTX$N move tablespace APPS_TS_TX_IDX;&lt;br /&gt;&lt;br /&gt;Alter table APPLSYS. DR$FND_LOBS_CTX$K move tablespace APPS_TS_TX_IDX;&lt;br /&gt;&lt;br /&gt;select segment_name, segment_type from dba_segments where tablespace_name ='APPLSYSX';&lt;br /&gt;&lt;br /&gt;SEGMENT_NAME SEGMENT_TYPE&lt;br /&gt;19.38358 SPACE HEADER&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL&gt; alter tablespace APPLSYSX offline;&lt;br /&gt;&lt;br /&gt;Tablespace altered.&lt;br /&gt;&lt;br /&gt;SQL&gt; drop tablespace APPLSYSX including contents and datafiles cascade constraints;&lt;br /&gt;&lt;br /&gt;Tablespace dropped.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-2059847475787921033?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/2059847475787921033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/how-to-run-oatm-migration-utility-note.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2059847475787921033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/2059847475787921033'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/how-to-run-oatm-migration-utility-note.html' title='OATM Migration on 11.5.10 CU2'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-1383576502402960958</id><published>2010-02-03T13:26:00.001Z</published><updated>2010-08-03T15:06:07.758+01:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-1383576502402960958?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/1383576502402960958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/oracle-applications-home-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1383576502402960958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/1383576502402960958'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2010/02/oracle-applications-home-page.html' title=''/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-710736520773695342</id><published>2009-08-12T21:54:00.003+01:00</published><updated>2009-08-12T21:56:56.632+01:00</updated><title type='text'>Installing  Informatica  Power Center 8.6.0 on Linux Redhat 4</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-710736520773695342?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/710736520773695342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/installing-informatica-power-center-860.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/710736520773695342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/710736520773695342'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/installing-informatica-power-center-860.html' title='Installing  Informatica  Power Center 8.6.0 on Linux Redhat 4'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-6904023710675685988</id><published>2009-08-12T21:49:00.003+01:00</published><updated>2011-03-29T15:51:56.253+01:00</updated><title type='text'>Basic install of OBIEE on Linux Redhat AS4 update 5</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-6904023710675685988?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/6904023710675685988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/basic-install-of-obiee-on-linux-redhat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/6904023710675685988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/6904023710675685988'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/basic-install-of-obiee-on-linux-redhat.html' title='Basic install of OBIEE on Linux Redhat AS4 update 5'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-7671495739257494658</id><published>2009-08-09T01:42:00.001+01:00</published><updated>2009-08-09T01:44:35.935+01:00</updated><title type='text'>Indian Payroll Localization Patchset Implementation</title><content type='html'>OVERVIEW&lt;br /&gt;This paper presents a step-by-step approach for completely application of the patches for the Indian payroll&lt;br /&gt;&lt;br /&gt;Patch_dir=/stage/patches&lt;br /&gt;Indian Payroll dir =  /stage/IN_Localization&lt;br /&gt;Target_server= Linux Redhat AS 4.5&lt;br /&gt;Target_datbase= Oracle 9.2.0.8&lt;br /&gt;&lt;br /&gt;INSTALL THE INDIAN PATCH  TOOL&lt;br /&gt;Steps to apply Patch 5498551 : &lt;br /&gt;1. Copy 5498551.zip to $JA_TOP &lt;br /&gt;2. Unzip the patch 5498551 using : unzip 5498551.zip &lt;br /&gt;3. Download the Patch Application Tool ( Patch 5458248 ). (This replaces the earlier tool with  Patch 5393004)&lt;br /&gt;4. Copy the 5393004.zip to $JA_TOP. &lt;br /&gt;5. Unzip the patch 5393004 ( using command : unzip 5393004.zip ) which creates a directory inpatch in $JA_TOP. &lt;br /&gt;6. Change directory to $JA_TOP/inpatch &lt;br /&gt;7. Install the patch using : perl install.pl appspwd=&lt;appspwd&gt; japwd=&lt;japwd&gt; &lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl install.pl appspwd=xxk3ia japwd=ja&lt;br /&gt;Applied jai_create_table.sql successfully.&lt;br /&gt;Applied jai_create_synonym.sql successfully.&lt;br /&gt;Applied jai_get_obj_ver_f.sql successfully.&lt;br /&gt;Patch Application Tool installed successfully.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch&lt;br /&gt;&lt;br /&gt;Now apply the below patch&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. In step 7 once the patch application tool is successfully installed then change directory to $JA_TOP/5498551&lt;br /&gt;9. Refer readme of Patch 5498551. Issue the patch application command relevant to your Oracle Applciations Installation ( to know more refer two documents - a. "User_Manual.txt" in $JA_TOP/inpatch directory b. Metalink &lt;Note  376756.1&gt; ) &lt;br /&gt;The command would be something similar to what is given below : &lt;br /&gt;perl $JA_TOP/inpatch/indpatch.pl drvr_file=5498551.drv fnd_patchset=&lt;FND_PATCHSET_LEVEL&gt; appspwd=&lt;appspwd&gt; japwd=&lt;japwd&gt; mode=&lt;FCD&gt; &lt;br /&gt;where &lt;appspwd&gt; and &lt;japwd&gt; are passwords for APPS and JA user &lt;br /&gt;if your FND patchset is 11i.FND.H then &lt;FND_PATCHSET_LEVEL&gt; is H. &lt;br /&gt;&lt;mode&gt; is required if your have different tiers F- Forms tier, C-Concurrent , D-Database &lt;br /&gt;10. On patch application you will get logs generated at $JA_TOP/$APPLLOG/5498551. In case of patch failures please refer Metalink &lt;Note 376756.1&gt; for log details.&lt;br /&gt;&lt;br /&gt;See the log file in  /stage/IN_Localization5498551_output.log&lt;br /&gt;&lt;br /&gt;PATCH 5498551 - INDIA LOCALIZATION CUMULATIVE PATCHSET IN60107 &lt;br /&gt;This Patch should be applied on the TEST instance first, perform rigorous test cycles, &lt;br /&gt;after you are satisfied with the result of the cycles, apply this patch on the PRODUCTION &lt;br /&gt;Instance.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;Go through the following sections and understand them thoroughly before &lt;br /&gt;proceeding to apply the patch.&lt;br /&gt;- Pre-requisites  &lt;br /&gt;- Automated Patch Application Steps and &lt;br /&gt;- Post-Patch Application Steps &lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;1.  This patchset is for Oracle Applications Releases from 11.5.3 to 11.5.10CU2, but only with FND patchset C or above. &lt;br /&gt;Customers at any level of India Localization ( say , for example , IN60102 or IN60105D2 or IN60106 ) can DIRECTLY APPLY this patch.&lt;br /&gt;2.  Take a cold backup of the database before applying the patch.&lt;br /&gt;3.  The patch is 'India Localization Patch Tool' compliant. Please download the tool ( Patch # 5458248 ) and apply this patch .&lt;br /&gt;This patch is NOT ADPATCH compliant and requires India Localization Patch Tool for application of this patch.&lt;br /&gt; &lt;br /&gt;This patch should NOT BE applied MANUALLY.&lt;br /&gt;        &lt;br /&gt;Please refer to Metalink Note # 376756.1 for details about India Localization Patch Application Tool.&lt;br /&gt;    &lt;br /&gt;You would find many patches of India Localization which are not patch tool compliant. &lt;br /&gt;These patches need to be applied as per instructions in the readme only if you have not applied Cumulative Patchset IN60107.&lt;br /&gt;&lt;br /&gt;4.  UNIX Server disk space required for this localization patchset files: 70 MB.&lt;br /&gt;&lt;br /&gt;5.  Ensure that enough free space exists in data files to create various database objects like tables, indexes etc. The data file should have at least 100MB free space and the index file should have at least 50MB free space. &lt;br /&gt;Additional space should be allocated for data growth in all these files. The schema in which the tables/indexes are created is "JA". So check for related data files.&lt;br /&gt;&lt;br /&gt;6.  Ensure to have a rollback segment of at least 30MB and it is online.&lt;br /&gt;&lt;br /&gt;7.  Check if DBMS_SUPPORT package is present in your APPS schema by using the below query in APPS schema :&lt;br /&gt;    select object_name, object_type from all_objects where object_name = 'DBMS_SUPPORT' and object_type like 'PACKAGE%' ;&lt;br /&gt;&lt;br /&gt;Okay package exists&lt;br /&gt;&lt;br /&gt; If the above query does not return both DBMS_SUPPORT package and package body, create them using :&lt;br /&gt; sqlplus apps/apps @$ORACLE_HOME/rdbms/admin/dbmssupp.sql&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/k3ob3ia&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:22:46 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; @ja_chk_stat.sql;&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED with India Localization patchset and contact India&lt;br /&gt;Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED and contact India Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;==============================================================&lt;br /&gt;Checking whether JA is installed or not and the Apps Release..&lt;br /&gt;==============================================================&lt;br /&gt;&lt;br /&gt;APPLICATION_ID&lt;br /&gt;--------------&lt;br /&gt;          7000&lt;br /&gt;&lt;br /&gt;1 row selected.&lt;br /&gt;&lt;br /&gt;If the above query returned 0 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RELEASE_NAME&lt;br /&gt;--------------------------------------------------&lt;br /&gt;11.5.10.2&lt;br /&gt;1 row selected.&lt;br /&gt;============================================================&lt;br /&gt;Checking whether all the Base responsibilities exist or not..&lt;br /&gt;============================================================&lt;br /&gt;RESPONSIBILITY_NAME&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Fixed Assets Manager&lt;br /&gt;Inventory&lt;br /&gt;Order Management Super User&lt;br /&gt;Payables Manager&lt;br /&gt;Purchasing Super User&lt;br /&gt;Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;&lt;br /&gt;If the above query returned less than 6 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RESPONSIBILITY_KEY             RESPONSIBILITY_NAME&lt;br /&gt;------------------------------ ----------------------------------------------------------------------------------------------------&lt;br /&gt;FIXED_ASSETS_MANAGER           Fixed Assets Manager&lt;br /&gt;INVENTORY                      Inventory&lt;br /&gt;ORDER_MGMT_SUPER_USER          Order Management Super User&lt;br /&gt;PAYABLES_MANAGER               Payables Manager&lt;br /&gt;PURCHASING_SUPER_USER          Purchasing Super User&lt;br /&gt;RECEIVABLES_MANAGER            Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;==============================================================================&lt;br /&gt;Checking whether Attributes 1 thru 5, 14 and 15 are in use by Global Data Elements..&lt;br /&gt;==============================================================================&lt;br /&gt;This Check is mandatory since India Localization patchset installation scripts will delete any previous registrations&lt;br /&gt;of attributes 1 thru 5, 14 and 15 with Global Data Elements in the DFFs AP_INVOICES, AP_INVOICE_DISTRIBUTIONS,&lt;br /&gt;FA_ADDITIONS, FA_MASS_ADDITIONS, FND_COMMON_LOOKUPS, MTL_SYSTEM_ITEMS, PER_ORGANIZATION_UNITS, RCV_TRANSACTIONS,&lt;br /&gt;RCV_SHIPMENT_HEADERS, PO_LOOKUP_CODES.&lt;br /&gt;The Customer must move the data to another attribute not in (1-5,14,15) since the above mentioned attributes are&lt;br /&gt;required by India Localization product. Please refer to User Manual for details.&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;If the above query returned any rows, then please DO NOT PROCEED with India Localization patchset unless you migrate the data attached to that particular attribute to another attribute not in (1-5,14,15).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8.  Run the ja_chk_stat.sql in 5498551 directory. &lt;br /&gt;    sqlplus apps/&lt;apps_pwd&gt; @ja_chk_stat.sql&lt;br /&gt;    Refer the log prechecks_5498551.log. Only proceed if the log file does not show any issues.&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/k3ob3ia&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:26:30 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @ja_chk_stat.sql&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED with India Localization patchset and contact India&lt;br /&gt;Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED and contact India Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;==============================================================&lt;br /&gt;Checking whether JA is installed or not and the Apps Release..&lt;br /&gt;==============================================================&lt;br /&gt;APPLICATION_ID&lt;br /&gt;--------------&lt;br /&gt;          7000&lt;br /&gt;&lt;br /&gt;1 row selected.&lt;br /&gt;If the above query returned 0 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RELEASE_NAME&lt;br /&gt;--------------------------------------------------&lt;br /&gt;11.5.10.2&lt;br /&gt;1 row selected.&lt;br /&gt;============================================================&lt;br /&gt;Checking whether all the Base responsibilities exist or not..&lt;br /&gt;============================================================&lt;br /&gt;RESPONSIBILITY_NAME&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Fixed Assets Manager&lt;br /&gt;Inventory&lt;br /&gt;Order Management Super User&lt;br /&gt;Payables Manager&lt;br /&gt;Purchasing Super User&lt;br /&gt;Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;&lt;br /&gt;If the above query returned less than 6 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RESPONSIBILITY_KEY             RESPONSIBILITY_NAME&lt;br /&gt;------------------------------ --------------------------------------------------------------------------------------------------&lt;br /&gt;FIXED_ASSETS_MANAGER           Fixed Assets Manager&lt;br /&gt;INVENTORY                      Inventory&lt;br /&gt;ORDER_MGMT_SUPER_USER          Order Management Super User&lt;br /&gt;PAYABLES_MANAGER               Payables Manager&lt;br /&gt;PURCHASING_SUPER_USER          Purchasing Super User&lt;br /&gt;RECEIVABLES_MANAGER            Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;==============================================================================&lt;br /&gt;Checking whether Attributes 1 thru 5, 14 and 15 are in use by Global Data Elements..&lt;br /&gt;==============================================================================&lt;br /&gt;This Check is mandatory since India Localization patchset installation scripts will delete any previous registrations of attributes 1 thru 5, 14 and 15 with Global Data Elements in the DFFs AP_INVOICES, AP_INVOICE_DISTRIBUTIONS,&lt;br /&gt;FA_ADDITIONS, FA_MASS_ADDITIONS, FND_COMMON_LOOKUPS, MTL_SYSTEM_ITEMS, PER_ORGANIZATION_UNITS, RCV_TRANSACTIONS,&lt;br /&gt;RCV_SHIPMENT_HEADERS, PO_LOOKUP_CODES.&lt;br /&gt;The Customer must move the data to another attribute not in (1-5,14,15) since the above mentioned attributes arerequired by India Localization product. Please refer to User Manual for details.&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;If the above query returned any rows, then please DO NOT PROCEED with India Localization patchset unless you migrate the data attached to that particular attribute to another attribute not in (1-5,14,15).&lt;br /&gt;&lt;br /&gt;9.  Ensure that the table "JA_IN_INSTALL_CHECK_INFO_D" does not exist with owner as "APPS".&lt;br /&gt;    The below query executed in APPS schema SHOULD NOT return any row(s) :&lt;br /&gt;&lt;br /&gt;select owner, table_name from all_tables where table_name = 'JA_IN_INSTALL_CHECK_INFO_D' and owner = 'APPS' ;&lt;br /&gt;&lt;br /&gt; Doesn’t exist &lt;br /&gt;&lt;br /&gt; In case of any row returned by the above query, please follow the Metalink note # 390231.1 for resolution.&lt;br /&gt;&lt;br /&gt;10. Ignore this step if it is a Fresh install of India Localization (or) Service Tax patch ( 4239736 ) had been already applied.&lt;br /&gt;&lt;br /&gt; Please run the script "jai_rcv_chk_pending_delivery.sql" supplied with this patch in APPS schema as follows :&lt;br /&gt;    sqlplus apps/&lt;apps_pwd&gt; @jai_rcv_chk_pending_delivery.sql&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/XXXXa&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:30:12 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; @jai_rcv_chk_pending_delivery.sql&lt;br /&gt;*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU&lt;br /&gt;CAN GO AHEAD WITH PATCH APPLICATION ****&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Follow the directions given as output by the script. &lt;br /&gt;Only if it returns the message "** NO RECEIPT PENDING FOR DELIVERY WITHSERVICE/EXCISE TAX ATTACHED EXISTS, YOU CAN GO AHEAD WITH PATCH APPLICATION ****", proceed with the rest of the steps.&lt;br /&gt;&lt;br /&gt;In case of any other output from the above script, please follow the instructions detailed in the document "Migrate_to_Education_Cess_Service.txt" available in the "Documents" folder of this patch zip file.&lt;br /&gt;AUTOMATED PATCH APPLICATION STEPS&lt;br /&gt;You will need to perform the following 3 steps:&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 5498551.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;POST-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;1.  The patch application is successful if the STATUS displayed is "Patch application completed successfully."&lt;br /&gt;2.  For 11.5.3 customers &lt;br /&gt;    Run at the command prompt the following perl script :&lt;br /&gt;    perl dbrun_1153.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;3. TDS MIGRATION :&lt;br /&gt; NOTE : - Migration should be done with the help of  FUNCTIONAL user and the DBA alone SHOULD NOT perform migration without adequate knowledge. &lt;br /&gt;- SKIP this STEP ( ie., 3. TDS MIGRATION ) if any of the below criteria is met :&lt;br /&gt;a. Fresh India Localization install OR&lt;br /&gt;b. Any of the below patches are applied :&lt;br /&gt;- 5377690 OR- 5373375 (OLD TDS consolidated Patch) OR&lt;br /&gt; - 5352145 (OLD TDS consolidated Patch) OR  &lt;br /&gt;- 5223033 (OLD TDS consolidated Patch) OR&lt;br /&gt;- 4860026 + 4353842  (in the order given above)&lt;br /&gt;&lt;br /&gt;For Migration of Existing Threshold Data &lt;br /&gt;&lt;br /&gt;1. View the old Threshold Data :&lt;br /&gt;Please use the following query to view the threshold data that existed before this patch application.  Threshold has undergone a major change and the old data does not show up in the vendor additional info. &lt;br /&gt;Threshold is no more setup for each vendor, but is defined for a specific vendor type. &lt;br /&gt;Exception setups can only be assigned to specific vendor or vendor sites.&lt;br /&gt;Query to view old threshold data setup for each vendor / site :&lt;br /&gt;  &lt;br /&gt;       SELECT  DISTINCT a.vendor_id,&lt;br /&gt;               a.vendor_site_id,&lt;br /&gt;               b.vendor_name,&lt;br /&gt;               DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;               a.tds_section,&lt;br /&gt;               a.tds_amount,&lt;br /&gt;               decode(a.invoice_tds_flag, 'P', 'Per Invoice', 'A', 'All Invoices')&lt;br /&gt;       FROM    ja.ja_in_vendor_tds_info_dtl a,&lt;br /&gt;               po_vendors b,&lt;br /&gt;               po_vendor_sites_all c&lt;br /&gt;       WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;       AND     b.vendor_id = c.vendor_id&lt;br /&gt;       AND     (  a.vendor_site_id = c.vendor_site_id OR  a.vendor_site_id = 0 )&lt;br /&gt;&lt;br /&gt;2. Apply file jai_ap_3841637_migrate_pkg_t.sql available in "misc" folder of this patch zip file using following command.&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_3841637_migrate_pkg_t.sql&lt;br /&gt; &lt;br /&gt;This file creates the package that is being used in the query to validate PAN number as in step 3&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/5498551/misc $ ls&lt;br /&gt;jai_ap_3841637_migrate_pkg_t.sql  jai_ap_etds_4353842_mig1_apps.sql  jai_ap_etds_4353842_mig2_apps.sql  TDS Certificate generation.doc&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/5498551/misc $ sqlplus apps/k3ob3ia&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 16:58:55 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @jai_ap_3841637_migrate_pkg_t.sql;&lt;br /&gt;Package created.&lt;br /&gt;Package body created.&lt;br /&gt;&lt;br /&gt;3. PAN Number validation :&lt;br /&gt;Vendor PAN number is of significant importance after this patch application. &lt;br /&gt; Following query gives you the details of PAN number by vendor site.&lt;br /&gt;       &lt;br /&gt;SELECT  DISTINCT a.vendor_id,a.vendor_site_id,b.vendor_name,&lt;br /&gt;DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.pan_no,jai_ap_3841637_migrate_pkg_t.check_valid(a.pan_no, 10) PAN_NO_STATUS,&lt;br /&gt;DECODE(a.vendor_site_id, 0, a.confirm_pan_flag, NULL) PAN_CONFIRM_FLAG&lt;br /&gt;FROM    ja_in_vendor_tds_info_hdr a,po_vendors b,po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND   b.vendor_id = c.vendor_id&lt;br /&gt;AND   (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0 )&lt;br /&gt;  &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;4. Execute the below SQL command in APPS schema :&lt;br /&gt;DROP PACKAGE JAI_AP_3841637_MIGRATE_PKG_T ;&lt;br /&gt;          &lt;br /&gt;       &lt;br /&gt;Steps 5 and 6 are required only if you find discrepancies in PAN No and PAN Confirm Flag as a result of output of step 3 above.&lt;br /&gt;&lt;br /&gt;5. Update Script for PAN no for a vendor / site : &lt;br /&gt;       &lt;br /&gt;The following script can be used to update the PAN number for all sites (input null for vendor site) or a specific site.&lt;br /&gt;  &lt;br /&gt;UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt; SET     pan_no = '&amp;New_PAN_NO'&lt;br /&gt; WHERE   vendor_id = &amp;vendor_id&lt;br /&gt;  AND     vendor_site_id = NVL(&amp;vendor_Site_ID, vendor_site_id);&lt;br /&gt;  &lt;br /&gt;6. Update script for Confirm PAN flag : &lt;br /&gt;       &lt;br /&gt;The following script can be used to set the value of confirm_pan_flag, for all sites (input null for vendor site) or a specific site.&lt;br /&gt;  &lt;br /&gt; UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt; SET     confirm_pan_flag = '&amp;Confirm_PAN_FLAG_Y_N'&lt;br /&gt; WHERE   vendor_id = NVL(&amp;vendor_id_NULL_for_all_vendors, vendor_id);&lt;br /&gt;  &lt;br /&gt; &lt;br /&gt;  B.  Migration script for generating ETDS flat file :&lt;br /&gt;Please note that if at all the current TDS Tax rate includes both surcharge and Cess and if the tax code does not contain any value in Surcharge field of the tax code definition, then the  following steps should be executed.&lt;br /&gt;    &lt;br /&gt;1. Update the existing TDS tax code definition, so that proper value/breakup is given in the&lt;br /&gt;Surcharge Field (which may include surcharge and Cess).&lt;br /&gt;&lt;br /&gt;For example, &lt;br /&gt;Take "TDS 2.244% Sec. 194(C)" tax and assume that the total tds rate given is : 2.244% which includes 10% surcharge and 2% cess. &lt;br /&gt;And if the user had already entered the value: 2.244 in the field 'Percentage' and no value in the field 'Surcharge %age',  then he should query that particular tax code and give the value 0.244 in the 'Surcharge %age' field. &lt;br /&gt;&lt;br /&gt;This will ensure that post application of the patch the TDS amount would split into basic TDS amount + Surcharge amount + Cess amount all the existing transactions (as applicable)&lt;br /&gt;&lt;br /&gt;To perform the above step, you should navigate to Setup -&gt; Tax -&gt; Taxes and perform the steps as mentioned in the example.&lt;br /&gt;    &lt;br /&gt;2. Then the migration script(s) present in the "misc" folder of this patch zip file have to be applied.&lt;br /&gt;&lt;br /&gt;This Migration script performs backward calculation of the TDS amount and arrives at the breakup basic TDS Amount, Surcharge and Education CESS. ( Education CESS has been assumed as 2% )&lt;br /&gt;      &lt;br /&gt;         (i) Apply jai_ap_etds_4353842_mig1_apps.sql using following command :&lt;br /&gt;             sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig1_apps.sql&lt;br /&gt;               &lt;br /&gt;This will create the temporary table for the taxes which has been used from 01-APR-2004 till date for TDS invoices. Then user needs to delete the records from this temporary tables for which CESS is not applicable before running  jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;             &lt;br /&gt;        (ii) For verification of the queried data , use the query as follows.&lt;br /&gt;        &lt;br /&gt;SELECT tax_id , tax_name , tax_Rate , surcharge_rate  FROM   JA_IN_TAX_CODE_APP;&lt;br /&gt;        &lt;br /&gt;Based on the above data, you might want to delete some taxes (as discussed with functional user) which do not contain cess in the tax rate.&lt;br /&gt;             &lt;br /&gt;DELETE JA_IN_TAX_CODE_APP WHERE  tax_id = &amp;relevant_tax_id_from_query_above   &lt;br /&gt;&lt;br /&gt;(The tax_id of the tax code that need not be migrated because there is no cess applicability).&lt;br /&gt;             &lt;br /&gt;    &lt;br /&gt;        (iii) Apply jai_ap_etds_4353842_mig2_apps.sql using following command :&lt;br /&gt;&lt;br /&gt;             sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;&lt;br /&gt;             The above script will update the cess_rate, surcharge_rate in ja_in_tax_codes and correspondingly &lt;br /&gt;&lt;br /&gt;update the amt_of_tds, amt_of_cess and amt_of_surcharge in ja_in_ap_tds_invoices.&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. RG1 - Source Migration for Shipment / Manual AR Invoice Records &lt;br /&gt; A. &lt;br /&gt;check the dbms output message given after the execution of the script jai_mig_4346220.sql &lt;br /&gt;         i.  No. of records processed  -&gt; &lt;count&gt;&lt;br /&gt;         ii. No. of records where RG1 hit from WSH  -&gt; &lt;count&gt;&lt;br /&gt;         iii.No. of records where RG1 hit from AR -&gt; &lt;count&gt;&lt;br /&gt;         iv. No. of records where RG1 hit from both places -&gt; &lt;count&gt;&lt;br /&gt;         v.  No. of records for RG1 not hit at all -&gt; &lt;count&gt;&lt;br /&gt;   &lt;br /&gt;B.if output in step iv as given in A , has some value &gt; 0 then the following needs to be done:-&lt;br /&gt;   &lt;br /&gt;1.Run the below sql query &lt;br /&gt;        &lt;br /&gt;select * from ja_in_localization_errors where application_id = '4346220'&lt;br /&gt;            /&lt;br /&gt;2. Identify the register_id ( appearing as "rec_cur_get_rgi_det.register_id -&gt; " in step 1 )&lt;br /&gt;              then run the sql statement in apps schema&lt;br /&gt;        &lt;br /&gt;      Select * from ja_in_rg_i where register_id = &lt; register_id from above&gt;&lt;br /&gt;          /&lt;br /&gt;3. Based on output of the sql query go to the View RG1 Register Entry form and query the record by giving the organization  location , fin_year and slno and identify whether the transaction is caused due to a Shipment or a Ar receivable transaction.&lt;br /&gt;&lt;br /&gt;Note :- The ref_doc_id in the table ja_in_rg_i appears as the Reference No in the screen.&lt;br /&gt;4. If caused due to shipment transaction, run the below update :-&lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt; SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt;                               FROM&lt;br /&gt;                                       ja_in_so_picking_lines     jspl  ,&lt;br /&gt;                                       ja_in_so_picking_tax_lines jsptl ,&lt;br /&gt;                                       ja_in_tax_codes            jtc&lt;br /&gt;                               WHERE&lt;br /&gt;                                       jspl.delivery_detail_id  = jsptl.delivery_detail_id&lt;br /&gt;                               AND     jspl.delivery_detail_id  = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;                               AND     jspl.organization_id     = &amp;organization_id&lt;br /&gt;                               AND     jspl.location_id         = &amp;location_id&lt;br /&gt;                               AND     jspl.inventory_item_id   = &amp;inventory_item_id&lt;br /&gt;                               AND     jspl.quantity            = &amp;rg1_qty&lt;br /&gt;                               AND     jtc.tax_id               = jsptl.tax_id&lt;br /&gt;                               AND     upper(jtc.tax_type)      IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;                              ),&lt;br /&gt;                source           = 'WSH'    ,&lt;br /&gt;                last_update_date = sysdate  ,&lt;br /&gt;                last_updated_by  = -4346220&lt;br /&gt;          WHERE&lt;br /&gt;                  register_id = &amp;register_id;&lt;br /&gt;    and issue a commit;&lt;br /&gt;&lt;br /&gt;5.If caused due to the AR Receivable transaction, then run the below update :-&lt;br /&gt;   UPDATE ja_in_rg_i&lt;br /&gt;    SET cess_amount = ( SELECT sum(func_tax_amount) &lt;br /&gt;                               FROM&lt;br /&gt;                                       ja_in_ra_customer_trx       jrct   ,&lt;br /&gt;                                       ja_in_ra_customer_trx_lines jrctl  ,&lt;br /&gt;                                       ja_in_ra_cust_trx_tax_lines jrcttl ,&lt;br /&gt;                                       ja_in_tax_codes             jtc&lt;br /&gt;                               WHERE&lt;br /&gt;                                       jrct.customer_trx_id        = jrctl.customer_trx_id&lt;br /&gt;                               AND     jrct.customer_trx_id       = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;                               AND     jrctl.customer_trx_line_id  = jrcttl.link_to_cust_trx_line_id&lt;br /&gt;                               AND     jrct.organization_id        = &amp;organization_id&lt;br /&gt;                               AND     jrct.location_id            = &amp;location_id&lt;br /&gt;                               AND     jrctl.inventory_item_id     = &amp;inventory_item_id&lt;br /&gt;                               AND     jtc.tax_id                  = jrcttl.tax_id&lt;br /&gt;                               AND     upper(jtc.tax_type)         IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;                source           = 'AR'    ,&lt;br /&gt;                last_update_date = sysdate  ,&lt;br /&gt;                last_updated_by  = -4346220&lt;br /&gt;          WHERE&lt;br /&gt;                  register_id = &amp;register_id;&lt;br /&gt;   &lt;br /&gt;           commit;&lt;br /&gt;   &lt;br /&gt;Note:- the quantity is not required to be given in case of a receivable transaction ,hence not considered in the above update.&lt;br /&gt;This is because RG is at a invoice level and not at a invoice line level.&lt;br /&gt;   &lt;br /&gt;C.if output in step v given in A, has some value &gt; 0 then please log a service request with India Localization support.&lt;br /&gt;        &lt;br /&gt;*************PLEASE DO NOT FLUSH THE JA_IN_LOCALIZATION_ERROR TABLE UNTIL ALL THE MIGRATION ISSUES HAVE BEEN RESOLVED*************************&lt;br /&gt;   &lt;br /&gt;D. IF iv and v from step A return 0 however i,ii or ii show some count then the migration is successful and a commit can be issue&lt;br /&gt;      &lt;br /&gt;  &lt;br /&gt;5. Run the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   If there are invalids the script will generate "invalid_il_objects.log"&lt;br /&gt;&lt;br /&gt;   Open the log "invalid_il_objects.log" and check if the following objects are invalid :&lt;br /&gt;&lt;br /&gt;   a. VIEW JA_IN_MATCH_LINES_V IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_match_lines_v.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_match_lines_v.sql&lt;br /&gt;&lt;br /&gt;   b. TRIGGER JA_IN_PO_LINES_TAX_UPDATE_TRG IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_po_lines_tax_update_trg.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_po_lines_tax_update_trg.sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   c. TRIGGER JAIN_TDSTEMP_AFTERINSERT_TRG IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_tds_temp_after_insert_trg.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_tds_temp_after_insert_trg.sql &lt;br /&gt;   &lt;br /&gt;Re-run the perl script "compile_il_apps_obj.pl" and in case of invalid objects please log a service request with &lt;br /&gt;India Localization support and upload the log "invalid_il_objects.log" in the SR.&lt;br /&gt;&lt;br /&gt;6. To generate messages&lt;br /&gt;  &lt;br /&gt;      -  Go to "Application Developer" Responsibility&lt;br /&gt;      -  Open View -&gt; Requests&lt;br /&gt;      -  Click on "Submit New Request"&lt;br /&gt;      -  Click on "Single Request"&lt;br /&gt;      -  Enter "Generate Messages" in  Name field&lt;br /&gt;      -  Enter the following parameters&lt;br /&gt;           Language     : US&lt;br /&gt;           Application  : Asia/Pacific Localizations&lt;br /&gt;           Mode         : DB_TO_RUNTIME&lt;br /&gt;      -  Click Ok and then Submit the request, ensure that request completes successfully&lt;br /&gt;      -  Logout and Relogin&lt;br /&gt;&lt;br /&gt;7. Please refer the documents in the "Documents" directory :&lt;br /&gt;  &lt;br /&gt;   a. 60107 User Reference Manual&lt;br /&gt;   b. 60107 Technical Reference Manual&lt;br /&gt;   c. 60107 Data Sheet&lt;br /&gt;&lt;br /&gt;8. In the following index creation steps, if an index already exists error is encountered - Ignore the error.&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "PO" USER &lt;br /&gt;&lt;br /&gt;    create index ja_in_rcv_shipment_headers_n1 on rcv_shipment_headers(receipt_num)&lt;br /&gt;    create index ja_in_rcv_transactions_n1 on rcv_transactions (rma_reference);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "AR" USER &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    create index ja_in_ra_customer_trx_all_n1 on&lt;br /&gt;    ra_customer_trx_all(interface_header_attribute1, interface_header_attribute6);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "INV" USER &lt;br /&gt;    &lt;br /&gt;    create index ja_in_mtl_transactions_n1 on  mtl_material_transactions(rcv_transaction_id);            &lt;br /&gt;&lt;br /&gt;9. Customers below 11.5.7 Applications Release, please ensure to apply 3291333.zip before performing this step.&lt;br /&gt; &lt;br /&gt;For the new reports of this patch set to work, &lt;br /&gt;Copy the INLOC_P.prt from the 5498551 directory to $FND_TOP/reports directory. &lt;br /&gt;After copying, register the Printer Style "INLOC_BACS" and Printer Driver "INLOC_AT_EFT" with Printer Type Installed at your site. &lt;br /&gt;     &lt;br /&gt;    To do this Navigate to "Install -&gt; Printer -&gt; Register" with System administrator Responsibility and query for all printers installed at your site. &lt;br /&gt;    For each printer installed, check the Type and Click on "Printer  Types" button and query for all those printer types. &lt;br /&gt;    Add a new record under "Printer Drivers" with  "INLOC_BACS" as Style and "INLOC_AT_EFT" as Driver Name and save the record.&lt;br /&gt;    Only after this the report will  run properly and show the output. Bounce the Concurrent Manager after this step for the changes to take effect.&lt;br /&gt;&lt;br /&gt;10. If you are getting the following error message when trying to attach the TDS tax in the&lt;br /&gt;    AP Invoice Distributions DFF.&lt;br /&gt;&lt;br /&gt;    QUOTE&lt;br /&gt;&lt;br /&gt;    APP-FND-01564: ORACLE error 904 in FDFGDF&lt;br /&gt;&lt;br /&gt;    Cause: FDFGDF failed due to ORA-00904: "VENDOR_SITE_ID_F":invalid identifier. &lt;br /&gt;&lt;br /&gt;    UNQUOTE&lt;br /&gt;&lt;br /&gt;    Perform the following steps :&lt;br /&gt;    a. Please note any customization done to AP Invoice Distributions DFF.&lt;br /&gt;    b. Run the below command in the patch directory :&lt;br /&gt;       i)  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_C.ldt.&lt;br /&gt;      ii)  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_E.ldt.&lt;br /&gt;     iii)  Replace &lt;apps_pwd&gt; with password of APPS user. &lt;br /&gt;           FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    c. Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;11. This patch replaces CUSTOM.pll on $AU_TOP/resource.&lt;br /&gt;    The customization which is performed in CUSTOM.pll is backed up in patch/backup/resource directory.&lt;br /&gt;    The customization present in patch/backup/resource/CUSTOM.pll should be added to $AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;    To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;    f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;12. India Localization (IL) menus have undergone a change. &lt;br /&gt;    Prior to 60107, IL menus had both Base and IL submenus/functions and in 60107 the same IL menus have been changed to include only the IL submenus/functions. &lt;br /&gt;    &lt;br /&gt;    For each of the IL seeded responsibilities we have created a new menu which includes IL submenus and Base submenus.&lt;br /&gt;    &lt;br /&gt;    The seeded responsibilities provided by India Localization now have the following menus as mentioned below :&lt;br /&gt; &lt;br /&gt;Responsibility                 | Old menu attached                | New Menu attached&lt;br /&gt; India Local Fixed Assets      | FA_MAIN - India                  | India Localization Fixed Assets Menu&lt;br /&gt; India Local Inventory         | INV_NAVIGATE - India             | India Localization Inventory Menu&lt;br /&gt; India Local OM   | ONT_SUPER_USER - India           | India Localization Order &lt;br /&gt;&lt;br /&gt;Mgmt Menu&lt;br /&gt;    India Local Payables         | AP_NAVIGATE_GUI12 - India        | India Localization Payables Menu&lt;br /&gt;    India Local Purchasing       | Purchasing SuperUser GUI - India | India Localization Purchasing &lt;br /&gt;&lt;br /&gt;Menu&lt;br /&gt;    India Local Receivables      | AR_NAVIGATE_GUI - India          | India Localization Receivables &lt;br /&gt;&lt;br /&gt;Menu&lt;br /&gt;NOTE : All customized menus created using the India Localization submenus are impacted and need to be changed accordingly.&lt;br /&gt; Use "adadmin" utility to compile the menus.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ cat  /tmp/5498551.log&lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Log : Start Time [ 18-Aug-2008 18:04:38 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 5498551.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;……..&lt;br /&gt;…&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/5498551.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 18-Aug-2008 18:24:07 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Time 25 min&lt;br /&gt;PATCH  4239736  CUMULATIVE SERVICE TAX PATCH.&lt;br /&gt;&lt;br /&gt;Pre-requistes&lt;br /&gt;Customers should be at least on IN60105D2 patchset of India Localization to apply this patch.&lt;br /&gt;&lt;br /&gt;Important Note&lt;br /&gt;This patch is created by merging &lt;br /&gt;• Service Tax patch (4146708) + &lt;br /&gt;• Service Tax Reports patch (4205215) + &lt;br /&gt;• Service Tax patch Update (4202284). &lt;br /&gt;If you have applied all the three above, then you NEED NOT apply this patch.&lt;br /&gt;&lt;br /&gt;Patch Application Steps :&lt;br /&gt;&lt;br /&gt;IMPORTANT FIRST STEP: &lt;br /&gt;Please run the script "jai_rcv_chk_pending_delivery.sql" supplied with this patch in APPS schema, using SQL*Plus and follow the directions given as output by the script. &lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736 $ sqlplus apps/xxxx&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 21 13:48:36 2008&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @jai_rcv_chk_pending_delivery.sql;&lt;br /&gt;*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU&lt;br /&gt;CAN GO AHEAD WITH PATCH APPLICATION ****&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Only if it returns the message "*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU CAN GO AHEAD WITH PATCH APPLICATION ****", proceed with the rest of the steps.&lt;br /&gt;&lt;br /&gt;In case of any other output from the above script, please follow the instructions detailed in the Document s/Migrate_to_Education_Cess_Service.txt". folder.&lt;br /&gt;&lt;br /&gt;A FAQ "Service_Tax_FAQ.pdf" is available in the Documents folder of this patch. This document provides solution/explanations to some of the frequently asked clarifications about Service Tax Solution released by India Localization. Please go through the document before applying this patch.&lt;br /&gt;&lt;br /&gt;1) Customers on IN60105D2 - please use the patch 4239736_105.zip. This patch will overwrite the CUSTOM.pll on your AU_TOP/resource directory. Please take a backup of the CUSTOM.pll and after successful patch application, you have to merge the code with the CUSTOM.pll overwritten by this patch.&lt;br /&gt;&lt;br /&gt;2) Customers on IN60106 - please use the patch 4239736_106.zip&lt;br /&gt;&lt;br /&gt;3) Customers who have already applied this patch on IN60105D2 and now upgraded to IN60106, should again apply this patch for IN60106. Please move the directories $JA_TOP/4239736 and $JA_TOP/$APPLLOG/4239736 to a different location before re-applying the patch for IN60106.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Extract the patch:&lt;br /&gt;  Extract appropriate 4239736_xxx.zip on the $JA_TOP. It will create the directory 4239736 and create the objects in that directory. Change directory to $JA_TOP/4239736.&lt;br /&gt;&lt;br /&gt;5) Customers on FND patchset level C or above and below E   &lt;br /&gt;&lt;br /&gt;Current FND patchset H&lt;br /&gt;  &lt;br /&gt;Copy all the ldts in FND_C directory to $JA_TOP/4239736/patch/115/import/US.&lt;br /&gt;&lt;br /&gt;6) Change directory to "driver".&lt;br /&gt;&lt;br /&gt;7) If on Unix, give execute permissions to all the files there.&lt;br /&gt;&lt;br /&gt;8) Run the following commands in the given order with given arguments. Make sure that you run them in Bourne-compatible shells (Bourne shell, Bash etc).&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Copied JAIN57F4.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINACDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINARTX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCLBO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCPLA.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDMAN.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDPBO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDSHP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINEORD.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINIBOE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINIRGI.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINMREC.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINMVAT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOSPM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPLAM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPVDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINREQN.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRFQQ.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRG23.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGAC.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGCO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGFT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINUTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVBAL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVPLA.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVRCV.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVWRG.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIREGIM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMDT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMMT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMPT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMSP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMST.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAF23A_2 to INV_TOP/reports/US.&lt;br /&gt;Copied JAFRMRG1 to INV_TOP/reports/US.&lt;br /&gt;Copied JAIN23D to AR_TOP/reports/US.&lt;br /&gt;Copied JAIN23D to ONT_TOP/reports/US.&lt;br /&gt;Copied JAINABST to PO_TOP/reports/US.&lt;br /&gt;Copied JAINCVAT to PO_TOP/reports/US.&lt;br /&gt;Copied JAINCVAT to INV_TOP/reports/US.&lt;br /&gt;Copied JAINER1 to AR_TOP/reports/US.&lt;br /&gt;Copied JAINEXCL to INV_TOP/reports/US.&lt;br /&gt;Copied JAINMCEN to PO_TOP/reports/US.&lt;br /&gt;Copied JAINMCENCG_EXC to PO_TOP/reports/US.&lt;br /&gt;Copied JAINMCEN_EXC to PO_TOP/reports/US.&lt;br /&gt;Copied JAINPLA to INV_TOP/reports/US.&lt;br /&gt;Copied JAINRECI to PO_TOP/reports/US.&lt;br /&gt;Copied JAINTSLS to AR_TOP/reports/US.&lt;br /&gt;Copied JAIRGMCR to JA_TOP/reports/US.&lt;br /&gt;Copied JAIRGMPL to JA_TOP/reports/US.&lt;br /&gt;Copied JAIRGMPR to JA_TOP/reports/US.&lt;br /&gt;Copied JAIST3 to JA_TOP/reports/US.&lt;br /&gt;Copied JAINTAX.pll successfully to AU_TOP.&lt;br /&gt;Copied JAINTAX1.pll successfully to AU_TOP.&lt;br /&gt;Copied jaintax.pll successfully to AU_TOP.&lt;br /&gt;Copied jaintax1.pll successfully to AU_TOP.&lt;br /&gt;All files copied successfully.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver&lt;br /&gt;$ dbrun.sh &lt;apps_pwd&gt; &lt;ja_pwd&gt; 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ . apps.env&lt;br /&gt;applprod@vezora3:~ $ cd /u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ dbrun.sh k3ob3ia ja 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Running ja_in_create_table_3575112.sql&lt;br /&gt;create table ja_in_fa_mass_additions&lt;br /&gt;……&lt;br /&gt;….&lt;br /&gt;………………………….&lt;br /&gt;Report filename : O6986832.out&lt;br /&gt;Log filename    : L6986833.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986833.out&lt;br /&gt;Log filename    : L6986834.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986834.out&lt;br /&gt;Log filename    : L6986835.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986835.out&lt;br /&gt;Running ja_in_datafix_4194107.sql&lt;br /&gt;&lt;br /&gt;0 rows deleted&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Running jai_cmn_datafix_4205215.sql&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Running jai_datafix_4199929_apps.sql&lt;br /&gt;0 rows updated.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Running jai_rcv_migration_3940588.sql&lt;br /&gt;Index created.&lt;br /&gt;Index created.&lt;br /&gt;&lt;br /&gt;***** Successfully Migrated Old Receipts to New Receipts *****&lt;br /&gt;----- Record Count that are already in JA :0&lt;br /&gt;----- Record Count inserted into JA :0&lt;br /&gt;----- Total Count Processed :0&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Index dropped.&lt;br /&gt;Index dropped.&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Finished Database driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Generating forms&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Procedure Body UOM_CONVERT......&lt;br /&gt;  Compiling Package Body TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;  Compiling Package Body OTHERS......&lt;br /&gt; Done.&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX1...&lt;br /&gt; Done.&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986851.out&lt;br /&gt;Log filename    : L6986852.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986852.out&lt;br /&gt;Log filename    : L6986853.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986853.out&lt;br /&gt;Log filename    : L6986854.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986854.out&lt;br /&gt;Log filename    : L6986855.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986855.out&lt;br /&gt;Log filename    : L6986856.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986856.out&lt;br /&gt;Finished Generate driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Note: Replace &lt;apps_pwd&gt; with password of APPS user and &lt;ja_pwd&gt; with password of JA user.&lt;br /&gt;&lt;br /&gt;9) Please check the log files created in $JA_TOP/$APPLLOG/4239736 directory and its subdirectories for any issues.&lt;br /&gt;&lt;br /&gt;Check the output logs in C:\111111\vezora3\Logs_IN_Local\4239736&lt;br /&gt;&lt;br /&gt;10) Customers on multi-node installations, please run the following two drivers on the FORMS node, after running step 8 on Database/Concurrent nodes.&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt; $ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;Replace &lt;apps_pwd&gt; with password of APPS user and &lt;ja_pwd&gt; with password of JA user.&lt;br /&gt;&lt;br /&gt;11) Please run "$JA_TOP/4239736/compile_script.sql" as APPS user. It will create "compile_objects.sql" in current directory. Please run it to compile localization invalid objects. Run these two scripts in cyclic loop till you have no invalids reported by "compile_script.sql".&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ cd /u01/DEV3/apps/prodappl/ja/11.5.0/4239736&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736 $ sqlplus apps/xxxx&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Tue Aug 19 13:29:35 2008&lt;br /&gt;&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @compile_script.sql;&lt;br /&gt;&lt;br /&gt;Alter PROCEDURE JAINSOIF compile&lt;br /&gt;/&lt;br /&gt;…&lt;br /&gt;……&lt;br /&gt;………….&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12) Please navigate to "Documents" folder in this patch zip file to find documents pertaining to:&lt;br /&gt; a) Receipt Corrections.&lt;br /&gt; b) Rounding of Excise Amounts.&lt;br /&gt; c) Service Tax functionality.&lt;br /&gt; d) Education Cess functionality.&lt;br /&gt; e) Migrate_to_Education_Cess_Service.txt&lt;br /&gt;&lt;br /&gt;13) If ALL of the following conditions are true then please apply patch 4211132 from metalink. You may need to run any data migration scripts that might have failed due to these invalids. Please check the dbrun.log for such issues. &lt;br /&gt; a. You are on 11.5.6 or below&lt;br /&gt; b. You do not plan to apply VAT patch 4245089 after this patch&lt;br /&gt; c. There are invalids in the database after Step 11 above with error message such as:&lt;br /&gt;&lt;br /&gt;PLS-00201: identifier 'INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS' must be declared&lt;br /&gt;         &lt;br /&gt;14) If you are on IN60105D2 and do not plan to apply VAT patch 4245089, then you might find two forms JAINEORD.fmb and JAINARTX.fmb not getting generated. Please apply patch 4360220 to resolve the issue.&lt;br /&gt;&lt;br /&gt;PATCH  - 4245089  INDIA LOCALIZATION VAT SOLUTION.&lt;br /&gt;&lt;br /&gt;Pre-requistes&lt;br /&gt;-------------&lt;br /&gt;1) Customers should be atleast on IN60105D2 patchset of India Localization to apply this patch.&lt;br /&gt;2) Please apply Service Tax patch 4146708, Service tax reports patch 4205215 and Service tax update patch 4202284.&lt;br /&gt;3) Cumulative Service Tax patch 4239736 can be applied instead of the above three patches mentioned in point 2.&lt;br /&gt;&lt;br /&gt;Important Note: Customers who applied Cumulative Service Tax patch 4239736 on IN60105D2 and have subsequently upgraded to IN60106, should re-apply the Cumulative Service Tax patch before applying this patch and ignore all invalids until this patch is applied completely.&lt;br /&gt;&lt;br /&gt;A FAQ "Value_Added_Tax_FAQ.pdf" is included in the Documents folder of this patch. This document provides solution/explanations to some of the frequently asked clarifications about Value Added Tax Solution released by India Localization. Please go through the document before applying this patch.&lt;br /&gt;&lt;br /&gt;Patch Application Steps :&lt;br /&gt;&lt;br /&gt;(Important: The notation below is given for Unix shells, particularly Bourne shell. Windows users, please use %&lt;variable&gt;% instead of $&lt;variable&gt; and "dir\file" instead of "dir/file" notation.)&lt;br /&gt;&lt;br /&gt;1) Extract 4245089.zip on the $JA_TOP. It will create the directory 4245089 and create the objects in that directory. Change directory to $JA_TOP/4245089.&lt;br /&gt;&lt;br /&gt;2) Customers on FND patchset level C or above and below E:&lt;br /&gt;  Copy all the ldts in FND_C directory to $JA_TOP/4245089/patch/115/import/US.&lt;br /&gt;&lt;br /&gt;3) Change directory to "driver".&lt;br /&gt;&lt;br /&gt;4) If on Unix, give execute permissions to all the files there.&lt;br /&gt;&lt;br /&gt;5) Run the following commands in the given order with given arguments. Make sure that you run them in Bourne-compatible shells (Bourne shell, Bash etc).&lt;br /&gt;&lt;br /&gt;$ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Copied JAIITMCL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINACDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINARTX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCSHP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINEORD.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORL.fmb successfully to AU_TOP/forms/US&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;cp: cannot stat `jaintax.pll': No such file or directory&lt;br /&gt;Could not copy jaintax.pll to AU_TOP.&lt;br /&gt;cp: cannot stat `jaintax1.pll': No such file or directory&lt;br /&gt;Could not copy jaintax1.pll to AU_TOP.&lt;br /&gt;One of more files could not be copied. Please check the log file and proceed with the next driver only after resolving the error.&lt;br /&gt;&lt;br /&gt;$ dbrun.sh &lt;apps_pwd&gt; &lt;ja_pwd&gt; 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ dbrun.sh k3ob3ia  ja 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Running jai_vat_obj_ja_4245089.sql&lt;br /&gt;CREATING TABLE JAI_RGM_TERMS&lt;br /&gt;CREATE TABLE JAI_RGM_TERMS&lt;br /&gt;             *&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00955: name is already used by an existing object&lt;br /&gt;………….&lt;br /&gt;………………….&lt;br /&gt;&lt;br /&gt;Report filename : O6986872.out&lt;br /&gt;Log filename    : L6986873.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986873.out&lt;br /&gt;Log filename    : L6986874.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986874.out&lt;br /&gt;Log filename    : L6986875.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986875.out&lt;br /&gt;Log filename    : L6986876.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986876.out&lt;br /&gt;Log filename    : L6986877.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986877.out&lt;br /&gt;Log filename    : L6986878.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986878.out&lt;br /&gt;Running jai_seed_4248279_gl_jrnal_src.sql&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Finished Database driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Generating forms&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Package Spec TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body UOM_CONVERT......&lt;br /&gt;  Compiling Package Body TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;  Compiling Package Body OTHERS......&lt;br /&gt; Done.&lt;br /&gt;….&lt;br /&gt;…….&lt;br /&gt;……..&lt;br /&gt;……….&lt;br /&gt;Compiling WHEN-BUTTON-PRESSED trigger on REFRESH item in PROGRESS_INDICATOR data block...&lt;br /&gt;   No compilation errors.&lt;br /&gt;&lt;br /&gt;Compiling WHEN-BUTTON-PRESSED trigger on CANCEL_PROPERTIES item in PROGRESS_INDICATOR data block...&lt;br /&gt;   No compilation errors.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Created form file /u01/DEV3/apps/prodappl/ja/11.5.0/forms/US/JAIRGMST.fmx&lt;br /&gt;Log filename    : L6986879.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986879.out&lt;br /&gt;Log filename    : L6986880.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986880.out&lt;br /&gt;Log filename    : L6986881.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986881.out&lt;br /&gt;Finished Generate driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;6) Please check the log files created in $JA_TOP/$APPLLOG/4245089 directory and its subdirectories for any issues.&lt;br /&gt;&lt;br /&gt;see logs in C:\111111\vezora3\Logs_IN_Local\4245089\&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7) Customers on multi-node installations, please run the following two drivers on the FORMS node, after running step 8 on Database/Concurrent nodes.&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt; $ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10) Please generate message files for JA product using adadmin.&lt;br /&gt;&lt;br /&gt;11) Please run "$JA_TOP/4245089/compile_script.sql" as APPS user. It will create "compile_objects.sql" in current directory. Please run it to compile localization invalid objects. Run these two scripts in cyclic loop till you have no invalids reported by "compile_script.sql".&lt;br /&gt;&lt;br /&gt;12) User reference manual "India Localization VAT URM.pdf" is included in the "Documents" folder.&lt;br /&gt;&lt;br /&gt;PATCH 6167056 - HANDLING SECONDARY AND HIGHER EDUCATION CESS  &lt;br /&gt;Instructions For Applying This Patch&lt;br /&gt;&lt;br /&gt;1)  This Patch should be applied ONLY using the India Localization Automated Patch&lt;br /&gt;    Application Tool provided as patch 6059025. If you have not applied the patch 6059025,&lt;br /&gt;    please download and apply as instructed in the Readme.&lt;br /&gt;&lt;br /&gt;    Go through Automated Patch Application Tool manual and UNDERSTAND THE USAGE OF THE TOOL.&lt;br /&gt;    Refer metalink note# 376756.1 for more information on the tool.&lt;br /&gt;    Please raise an SR for any queries regarding the tool.&lt;br /&gt;&lt;br /&gt;3)  This patch replaces CUSTOM.pll on AU_TOP/resource.&lt;br /&gt;    Refer the "Instructions to merge CUSTOM.pll" in the "POST-PATCH APPLICATION STEPS"&lt;br /&gt;    section for details.&lt;br /&gt;&lt;br /&gt;4)  This patch delivers solution for handling "Secondary and Higher Education" Cess.&lt;br /&gt;&lt;br /&gt;5)  You should read thoroughly the below sections before applying the patch :&lt;br /&gt;     -  PRE-REQUISITES&lt;br /&gt;     -  PRE-PATCH APPLICATION STEPS&lt;br /&gt;     -  SPECIAL INSTRUCTIONS&lt;br /&gt;     -  APPLY THE PATCH&lt;br /&gt;     -  DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;     -  POST-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;&lt;br /&gt;This patch should be applied only if the following patch (es) are already applied :&lt;br /&gt;&lt;br /&gt;1)  IN60107                done &lt;br /&gt;2)  IN60105D2 + ST (4239736) + VAT (4245089)&lt;br /&gt;3)  IN60106   + ST (4239736) + VAT (4245089)      done &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PRE-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;1)  Check if DBMS_SUPPORT package is present in your APPS schema by using the below query in APPS schema &lt;br /&gt;&lt;br /&gt;select object_name, object_type  from   all_objects where  object_name = 'DBMS_SUPPORT' and object_type like 'PACKAGE%' ;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;If the above query does not return both DBMS_SUPPORT package and package body,&lt;br /&gt;create them using below command :&lt;br /&gt;    sqlplus apps/apps @$ORACLE_HOME/rdbms/admin/dbmssupp.sql&lt;br /&gt;&lt;br /&gt;2)  Please take a backup of your database before the patch can be applied.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SPECIAL INSTRUCTIONS&lt;br /&gt;Please ask the functional users to go through "India Localization Budget 07-08.pdf"&lt;br /&gt;located in the "Documents" directory for understanding the setup and change&lt;br /&gt;of behavior with this patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;APPLY THE PATCH&lt;br /&gt;&lt;br /&gt;This Patch should be applied ONLY using the India Localization Patch Application Tool &lt;br /&gt;&lt;br /&gt;You will need to perform the following 4 steps :&lt;br /&gt;1)  Extract the patch 6167056 zip file to a temporary directory.&lt;br /&gt;2)  Change directory to 6167056.&lt;br /&gt;3)  Note that the patch application log generated gets appended for every application of the patch. It is advisable to rename the old log file generated for future reference.&lt;br /&gt;&lt;br /&gt;4)  Apply the patch as described below based on whether your installation is single-node or multi-node.&lt;br /&gt;&lt;br /&gt;    a)  Single-node installation&lt;br /&gt;     &lt;br /&gt;Syntax for applying the patch :&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log&lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 19-Aug-2008 14:29:36 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 19-Aug-2008 14:29:37 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;…&lt;br /&gt;……&lt;br /&gt;…….&lt;br /&gt;jai_rcv_rmaref_v.sql                         &lt;br /&gt;jai_ar_tcs_repository_pkg.plb                &lt;br /&gt;jai_arra_trg.plb                             &lt;br /&gt;jai_ar_cash_receipts_trg_pkg.plb             &lt;br /&gt;jai_cmn_dbg_ctx.plb                          &lt;br /&gt;jai_rgm_thld_prc.plb                         &lt;br /&gt;jainaptcs_b.plb                              &lt;br /&gt;jai_ap_tcs_prc.plb                           &lt;br /&gt;jai_ar_etcs_prc.plb                          &lt;br /&gt;jai_cmn_misc_concurrents_pkg.plb             &lt;br /&gt;jai_stforms_prc.plb                          &lt;br /&gt;jai_ar_eer1_pkg.plb                          &lt;br /&gt;jai_cmn_mass_tax.plb                         &lt;br /&gt;jai_trx_repo_ext.plb                         &lt;br /&gt;jai_mtl_trxs_pkg.plb                         &lt;br /&gt;jai_po_hook_pkg.plb                          &lt;br /&gt;jai_rcv_opm_costing_pkg.plb                  &lt;br /&gt;jai_arra_ariud.sql                           &lt;br /&gt;jai_ar_cash_receipts_ariud_trg.sql           &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 19-Aug-2008 14:37:31 ]&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $&lt;br /&gt;&lt;br /&gt;Log at C:\111111\vezora3\Logs_IN_Local\6167056\&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;For details on [ other args ] please refer to the Automated Patch Tool User Manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;POST-PATCH APPLICATION STEPS&lt;br /&gt;============================&lt;br /&gt;&lt;br /&gt;IMPORTANT NOTE :&lt;br /&gt;-  Ignore steps 4 till 8, if you have applied IN60107 patch&lt;br /&gt;-  Steps 4, 5 and 9 are related to data migration and hence should be reviewed by both FUNCTIONAL USER and DBA.&lt;br /&gt;&lt;br /&gt;1)  Instructions to check India Localization invalids&lt;br /&gt;&lt;br /&gt;    Run the following perl script from $JA_TOP/inpatch :&lt;br /&gt;    perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl compile_il_apps_obj.pl appspwd=k3ob3ia&lt;br /&gt;Compiling the APPS schema&lt;br /&gt; .. .. .. .. completed with no invalids.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $&lt;br /&gt;&lt;br /&gt;    If there are invalids the script will generate "invalid_il_objects.log"&lt;br /&gt;    Open the log "invalid_il_objects.log" and check if the following objects are invalid :&lt;br /&gt;     a)  TRIGGER JA_IN_PO_LINES_TAX_UPDATE_TRG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_po_lines_tax_update_trg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_po_lines_tax_update_trg.sql&lt;br /&gt;&lt;br /&gt;    b)  TRIGGER JAIN_TDSTEMP_AFTERINSERT_TRG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_tds_temp_after_insert_trg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_tds_temp_after_insert_trg.sql&lt;br /&gt;  &lt;br /&gt;    c)  PACKAGE BODY JA_IN_RECEIPT_ACCOUNTING_PKG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_receipt_accounting_pkg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_receipt_accounting_pkg.sql&lt;br /&gt;&lt;br /&gt;    d)  PROCEDURE JA_IN_RECEIPT_TAXES IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_receipts_p.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_receipts_p.sql&lt;br /&gt;  &lt;br /&gt;Re-run the perl script "compile_il_apps_obj.pl" and in case of invalid objects please log a  service request with India Localization support and upload the log "invalid_il_objects.log" in the SR.&lt;br /&gt;&lt;br /&gt;2)  Instructions to generate messages&lt;br /&gt;    &lt;br /&gt;    a)  Go to "Application Developer" Responsibility&lt;br /&gt;    b)  Open View -&gt; Requests&lt;br /&gt;    c)  Click on "Submit New Request"&lt;br /&gt;    d)  Click on "Single Request"&lt;br /&gt;    e)  Enter "Generate Messages" in  Name field&lt;br /&gt;    f)  Enter the following parameters&lt;br /&gt;        -  Language     : US&lt;br /&gt;        -  Application  : Asia/Pacific Localizations&lt;br /&gt;        -  Mode         : DB_TO_RUNTIME&lt;br /&gt;    g)  Click Ok and then Submit the request, ensure that request completes successfully&lt;br /&gt;    h)  Logout and Relogin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3)  Instructions to merge CUSTOM.pll&lt;br /&gt;The customization which is performed in CUSTOM.pll is backed up in 6167056/backup/resource directory.&lt;br /&gt;&lt;br /&gt;Please refer metalink note# 417795.1 for merging India Localization code into the CUSTOM.pll.&lt;br /&gt;&lt;br /&gt;Copy the CUSTOM.pll to $AU_TOP/resource and re-generate the CUSTOM.plx using the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;4)  TDS MIGRATION&lt;br /&gt; NOTE :&lt;br /&gt; - Migration should be done with the help of FUNCTIONAL user and the DBA alone  SHOULD NOT perform migration without adequate knowledge.&lt;br /&gt;  - &lt;br /&gt;SKIP this STEP ( ie., 3. TDS MIGRATION ) if any of the below criteria is met :&lt;br /&gt;  i) Fresh India Localization install&lt;br /&gt;            OR&lt;br /&gt;      ii) Any of the below patches are applied :&lt;br /&gt;          - 60107  OR&lt;br /&gt;          - 5377690 OR&lt;br /&gt;          - 5373375 (OLD TDS consolidated Patch) OR&lt;br /&gt;          - 5352145 (OLD TDS consolidated Patch)OR&lt;br /&gt;          - 5223033 (OLD TDS consolidated Patch)OR&lt;br /&gt;          - 4860026 + 4353842 (in the order given above)&lt;br /&gt;             &lt;br /&gt;a)  For Migration of Existing Threshold Data&lt;br /&gt; i)  View the old Threshold Data :&lt;br /&gt;&lt;br /&gt;Please use the following query to view the threshold data that existed before this patch application. Threshold has undergone a major change and the old data does not show up in the vendor additional info. Threshold is no more setup for each vendor, but is defined for a specific vendor type. Exception setups can only be assigned to specific vendor or vendor sites.&lt;br /&gt;         &lt;br /&gt;Query to view old threshold data setup for each vendor / site :&lt;br /&gt;         &lt;br /&gt;SELECT  DISTINCT a.vendor_id,&lt;br /&gt;a.vendor_site_id, b.vendor_name,&lt;br /&gt;DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.tds_section, a.tds_amount, decode(a.invoice_tds_flag, 'P', 'Per Invoice', 'A', 'All Invoices')&lt;br /&gt;FROM    ja.ja_in_vendor_tds_info_dtl a,  po_vendors b, po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND    b.vendor_id = c.vendor_id&lt;br /&gt;AND   (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0 )&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;ii)  Apply file jai_ap_3841637_migrate_pkg_t.sql available in "misc" folder of this patch zip file using below command :&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_3841637_migrate_pkg_t.sql&lt;br /&gt;&lt;br /&gt;This file creates the package that is being used in the query to validate PAN number as in step 3.&lt;br /&gt; &lt;br /&gt;      &lt;br /&gt;iii)  PAN Number validation :&lt;br /&gt;      &lt;br /&gt;Vendor PAN number is of significant importance after this patch application.&lt;br /&gt;Following query gives you the details of PAN number by vendor site.&lt;br /&gt;      &lt;br /&gt;SELECT  DISTINCT a.vendor_id,&lt;br /&gt;a.vendor_site_id, b.vendor_name,&lt;br /&gt; DECODE (a.vendor_site_id, 0, 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.pan_no, jai_ap_3841637_migrate_pkg_t.check_valid (a.pan_no, 10) PAN_NO_STATUS,&lt;br /&gt;DECODE (a.vendor_site_id, 0, a.confirm_pan_flag, NULL) PAN_CONFIRM_FLAG&lt;br /&gt;FROM    ja_in_vendor_tds_info_hdr a, po_vendors b,po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND b.vendor_id = c.vendor_id&lt;br /&gt;AND (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0)&lt;br /&gt; &lt;br /&gt;       iv)  Execute the below SQL command in APPS schema :&lt;br /&gt;            DROP PACKAGE JAI_AP_3841637_MIGRATE_PKG_T ;&lt;br /&gt;           &lt;br /&gt;            Steps 5 and 6 are required only if you find discrepancies in PAN No and&lt;br /&gt;            PAN Confirm Flag as a result of output of step 3 above.&lt;br /&gt;&lt;br /&gt;        v)  Update Script for PAN no for a vendor / site :&lt;br /&gt;        &lt;br /&gt;            The following script can be used to update the PAN number for all sites&lt;br /&gt;            (input null for vendor site) or a specific site.&lt;br /&gt;       &lt;br /&gt;            UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt;            SET     pan_no = '&amp;New_PAN_NO'&lt;br /&gt;            WHERE   vendor_id = &amp;vendor_id&lt;br /&gt;            AND     vendor_site_id = NVL(&amp;vendor_Site_ID, vendor_site_id);&lt;br /&gt;   &lt;br /&gt;       vi)  Update script for Confirm PAN flag :&lt;br /&gt;        &lt;br /&gt;            The following script can be used to set the value of confirm_pan_flag, for all sites&lt;br /&gt;            (input null for vendor site) or a specific site.&lt;br /&gt;       &lt;br /&gt;            UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt;            SET     confirm_pan_flag = '&amp;Confirm_PAN_FLAG_Y_N'&lt;br /&gt;            WHERE   vendor_id = NVL(&amp;vendor_id_NULL_for_all_vendors, vendor_id);&lt;br /&gt;     &lt;br /&gt; &lt;br /&gt;    b)  Migration script for generating ETDS flat file&lt;br /&gt;       &lt;br /&gt;Please note that if at all the current TDS Tax rate includes both surcharge and Cess and if the tax code does not contain any value in Surcharge field of the tax code definition, then the following steps should be executed.&lt;br /&gt;   &lt;br /&gt;i)  Update the existing TDS tax code definition, so that proper value/breakup is given in the Surcharge Field (which may include surcharge and Cess).&lt;br /&gt;&lt;br /&gt;For example,&lt;br /&gt;Take "TDS 2.244% Sec. 194(C)" tax and assume that the total tds rate given is : 2.244%            which includes 10% surcharge and 2% cess. And if the user had already entered the value: 2.244 in the field 'Percentage' and no value in the field 'Surcharge %age', then he should query that particular tax code and give the value 0.244 in the 'Surcharge %age' field. This will ensure that post application of the patch the TDS amount would split into basic TDS amount + Surcharge amount + Cess amount all the existing transactions (as applicable).&lt;br /&gt;&lt;br /&gt;To perform the above step, you should navigate to Setup -&gt; Tax -&gt; Taxes and perform the steps as mentioned in the example.&lt;br /&gt;   &lt;br /&gt;       ii)  Then the migration script(s) present in the "misc" folder of this patch zip file&lt;br /&gt;            have to be applied.&lt;br /&gt;&lt;br /&gt;This Migration script performs backward calculation of the TDS amount and arrives at the breakup basic TDS Amount, Surcharge and Education CESS.  ( Education CESS has been assumed as 2% )&lt;br /&gt;       &lt;br /&gt;-  Apply jai_ap_etds_4353842_mig1_apps.sql using following command :&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig1_apps.sql&lt;br /&gt;                &lt;br /&gt;This will create the temporary table for the taxes which has been used from 01-APR-2004 till date for TDS invoices. Then user needs to delete the records from this temporary tables for which CESS is not applicable before running   jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;              &lt;br /&gt;-  For verification of the queried data , use the query as follows.&lt;br /&gt;         &lt;br /&gt;SELECT tax_id , tax_name , tax_Rate , surcharge_rate FROM   JA_IN_TAX_CODE_APP;&lt;br /&gt;         &lt;br /&gt;Based on the above data, you might want to delete some taxes (as discussed with functional user) which do not contain cess in the tax rate.&lt;br /&gt;              &lt;br /&gt;DELETE JA_IN_TAX_CODE_APP&lt;br /&gt;WHERE  tax_id = &amp;relevant_tax_id_from_query_above;  &lt;br /&gt; &lt;br /&gt; (The tax_id of the tax code that need not be migrated because there is no cess applicability)&lt;br /&gt;     &lt;br /&gt;-  Apply jai_ap_etds_4353842_mig2_apps.sql using following command :&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;&lt;br /&gt;  The above script will update the cess_rate, surcharge_rate in ja_in_tax_codes and correspondingly update the amt_of_tds, amt_of_cess and amt_of_surcharge in ja_in_ap_tds_invoices.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;5)  RG1 - Source Migration for Shipment / Manual AR Invoice Records&lt;br /&gt; a)  Apply file jai_mig_4346220.sql available in "admin" folder of this patch zip file using following command.&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_mig_4346220.sql&lt;br /&gt;        &lt;br /&gt;Check the dbms output message given after the execution of the script jai_mig_4346220.sql&lt;br /&gt;        i)  No. of records processed  -&gt; &lt;count&gt;&lt;br /&gt;       ii)  No. of records where RG1 hit from WSH  -&gt; &lt;count&gt;&lt;br /&gt;      iii)  No. of records where RG1 hit from AR -&gt; &lt;count&gt;&lt;br /&gt;       iv)  No. of records where RG1 hit from both places -&gt; &lt;count&gt;&lt;br /&gt;        v)  No. of records for RG1 not hit at all -&gt; &lt;count&gt;&lt;br /&gt;  &lt;br /&gt;    b)  If output in step iv as given in A , has some value &gt; 0 then the following needs&lt;br /&gt;        to be done :&lt;br /&gt;  &lt;br /&gt;        i)  Run the below sql query&lt;br /&gt;            select * from ja_in_localization_errors where application_id = '4346220' ;&lt;br /&gt;  &lt;br /&gt;       ii)  Identify the register_id ( appearing as "rec_cur_get_rgi_det.register_id -&gt; " in step 1 )&lt;br /&gt;            and then run the sql statement in apps schema&lt;br /&gt;       &lt;br /&gt;            select * from ja_in_rg_i where register_id = &lt; register_id from above&gt; ;&lt;br /&gt;   &lt;br /&gt;      iii)  Based on output of the sql query go to the View RG1 Register Entry form and query&lt;br /&gt;            the record by giving the organization, location, fin_year and slno and&lt;br /&gt;            identify whether the transaction is caused due to a Shipment or&lt;br /&gt;            an AR receivable transaction.&lt;br /&gt;  &lt;br /&gt;            NOTE : The ref_doc_id in the table ja_in_rg_i appears as the Reference No in the screen.&lt;br /&gt;       &lt;br /&gt;       iv)  If caused due to shipment transaction, run the below update and issue a COMMIT :&lt;br /&gt;  &lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt;SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt; FROM&lt;br /&gt;ja_in_so_picking_lines     jspl  ,&lt;br /&gt;ja_in_so_picking_tax_lines jsptl ,&lt;br /&gt;ja_in_tax_codes            jtc&lt;br /&gt;WHERE&lt;br /&gt;jspl.delivery_detail_id  = jsptl.delivery_detail_id&lt;br /&gt;AND    jspl.delivery_detail_id  = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;AND    jspl.organization_id     = &amp;organization_id&lt;br /&gt;AND    jspl.location_id         = &amp;location_id&lt;br /&gt;AND    jspl.inventory_item_id   = &amp;inventory_item_id&lt;br /&gt;AND    jspl.quantity            = &amp;rg1_qty&lt;br /&gt;AND    jtc.tax_id               = jsptl.tax_id&lt;br /&gt;AND    upper(jtc.tax_type)      IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;  ),&lt;br /&gt;source  = 'WSH'    ,&lt;br /&gt;last_update_date = sysdate  ,&lt;br /&gt;last_updated_by  = -4346220&lt;br /&gt;WHERE&lt;br /&gt;register_id = &amp;register_id;&lt;br /&gt;            &lt;br /&gt;COMMIT;&lt;br /&gt;&lt;br /&gt;v)  If caused due to the AR Receivable transaction, then run the below update and issue a COMMIT :&lt;br /&gt;  &lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt;SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt;FROM&lt;br /&gt;ja_in_ra_customer_trx       jrct   ,&lt;br /&gt; ja_in_ra_customer_trx_lines jrctl  ,&lt;br /&gt; ja_in_ra_cust_trx_tax_lines jrcttl ,&lt;br /&gt;  ja_in_tax_codes             jtc&lt;br /&gt; WHERE&lt;br /&gt; jrct.customer_trx_id        = jrctl.customer_trx_id&lt;br /&gt; AND     jrct.customer_trx_id       = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt; AND     jrctl.customer_trx_line_id  = jrcttl.link_to_cust_trx_line_id&lt;br /&gt; AND     jrct.organization_id        = &amp;organization_id&lt;br /&gt; AND     jrct.location_id            = &amp;location_id&lt;br /&gt; AND     jrctl.inventory_item_id     = &amp;inventory_item_id&lt;br /&gt;  AND     jtc.tax_id                  = jrcttl.tax_id&lt;br /&gt;  AND     upper(jtc.tax_type) IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt; source  = 'AR'    ,&lt;br /&gt;last_update_date = sysdate  ,&lt;br /&gt; last_updated_by  = -4346220&lt;br /&gt; WHERE&lt;br /&gt; register_id = &amp;register_id;&lt;br /&gt;  &lt;br /&gt;COMMIT;&lt;br /&gt;  &lt;br /&gt;NOTE:&lt;br /&gt;The quantity is not required to be given in case of a receivable transaction, hence not considered in the above update. This is because RG is at a invoice level and not at a invoice line level.&lt;br /&gt;  &lt;br /&gt;6)  Creating Indexes&lt;br /&gt; Execute the following statements to create the index :&lt;br /&gt; NOTE : If an index already exists error is encountered - Ignore the error.&lt;br /&gt;&lt;br /&gt; a)  CREATE THE FOLLOWING INDEX CONNECTING AS "PO" USER&lt;br /&gt;  i) create index ja_in_rcv_shipment_headers_n1 on rcv_shipment_headers ( receipt_num );&lt;br /&gt;  ii) create index ja_in_rcv_transactions_n1 on rcv_transactions ( rma_reference );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; b)  CREATE THE FOLLOWING INDEX CONNECTING AS "AR" USER&lt;br /&gt;   i) create index ja_in_ra_customer_trx_all_n1 on&lt;br /&gt;     ra_customer_trx_all ( interface_header_attribute1, interface_header_attribute6 );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    c)  CREATE THE FOLLOWING INDEX CONNECTING AS "INV" USER&lt;br /&gt;        i) create index ja_in_mtl_transactions_n1 on&lt;br /&gt;  mtl_material_transactions ( rcv_transaction_id );  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7)  Printer Setup&lt;br /&gt; NOTE : Customers below 11.5.7 Oracle Applications Release should apply 3291333.zip before proceeding with steps a) and b).&lt;br /&gt;&lt;br /&gt;a)  For the new reports of this patch set to work perform the below steps :&lt;br /&gt;  i)  Copy the INLOC_P.prt from the 6167056 directory to $FND_TOP/reports directory.&lt;br /&gt;  ii)  Register the Printer Style "INLOC_BACS" and Printer Driver "INLOC_AT_EFT" as described below :&lt;br /&gt;            -  Naviagate to "Install -&gt; Printer -&gt; Register" in System administrator Responsibility&lt;br /&gt;            -  Query for all printers installed at your site.&lt;br /&gt;            -  For each printer installed, check the Type and Click on "Printer  Types" button&lt;br /&gt;               and query for all those printer types.&lt;br /&gt;            -  Add a new record under "Printer Drivers" with "INLOC_BACS" as Style and "INLOC_AT_EFT" as Driver Name and save the record.&lt;br /&gt;            -  Bounce the Concurrent Manager after this step for the changes to take effect.&lt;br /&gt;       &lt;br /&gt;    b)  For printing "page-break" for India Localization reports please follow metalink note# 444034.1&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;8)  DFF for AP Invoice Distributions&lt;br /&gt;    &lt;br /&gt;    If you are getting the following error message when trying to attach the TDS tax in the AP Invoice Distributions DFF.&lt;br /&gt;&lt;br /&gt;    QUOTE&lt;br /&gt;&lt;br /&gt;    APP-FND-01564: ORACLE error 904 in FDFGDF&lt;br /&gt;&lt;br /&gt;    Cause: FDFGDF failed due to ORA-00904: "VENDOR_SITE_ID_F":invalid identifier.&lt;br /&gt;&lt;br /&gt;    UNQUOTE&lt;br /&gt;&lt;br /&gt;    Perform the following steps :&lt;br /&gt;    a)  Please note any customization done to AP Invoice Distributions DFF.&lt;br /&gt;    b)  Run the below command in the patch directory :&lt;br /&gt;        -  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_C.ldt.&lt;br /&gt;        -  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_E.ldt.&lt;br /&gt;        -  Replace &lt;apps_pwd&gt; with password of APPS user.&lt;br /&gt;           FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    c)   Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9)  SHE Cess migration&lt;br /&gt;    ------------------&lt;br /&gt;&lt;br /&gt;    Refer to the migration section in 'India Localization Budget 07-08.pdf' to pass manual GL entries&lt;br /&gt;    for accounting 1% SHE Cess.&lt;br /&gt;    &lt;br /&gt;    The following log files in the location specified by the below query executed in APPS schema&lt;br /&gt;    will give details of accounting entries to be passed.&lt;br /&gt;    &lt;br /&gt;    Query :&lt;br /&gt;     SELECT value FROM v$parameter WHERE  name = 'utl_file_dir';&lt;br /&gt;    &lt;br /&gt;    Log files :&lt;br /&gt;     om_accounting.log&lt;br /&gt;     ar_accounting.log&lt;br /&gt;     ar_service_accounting.log&lt;br /&gt;     po_accounting.log&lt;br /&gt;     ap_service_accounting.log&lt;br /&gt;&lt;br /&gt;10) Run the 'India Excise Reconciliation' Concurrent from India Local Purchasing responsibility from&lt;br /&gt;    1st March 2007 for all registers and all organizations.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 28-Jul-2008 09:47:46 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 28-Jul-2008 09:47:47 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;resource/CUSTOM.pll                                      115.9.6107.2 NA        &lt;br /&gt;resource/JAINTAX1.pll                                    115.13.6107.3 NA        &lt;br /&gt;resource/JAINTAX.pll                                     115.9.6107.9 NA        &lt;br /&gt;resource/JAINHELP.pll                                    115.1.6107.1 NA  &lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;...&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 28-Jul-2008 09:48:03 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 &lt;br /&gt;PATCH 6079063 - IL SUPPORT FOR INTER ORGANIZATION SUPPORT &lt;br /&gt;REF : 2942973 - ENH:INVENTORY TRANSFER TRANSACTION DOES NOT UPDATE RG REGISTERS&lt;br /&gt;This Patch should be applied on the TEST instance first, perform rigorous test cycles,  after you are satisfied with the result of the cycles, apply this patch on the PRODUCTION  Instance.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Pre-requisites&lt;br /&gt;&lt;br /&gt;Oracle Applications Release 11.5.10.2 (3480000) + 6079248 ( ENH:SECONDARY AND HIGHER EDUCATION CESS - BUDGET 2007 )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Special Instructions&lt;br /&gt;&lt;br /&gt;A) Please refer to the "documents" folder for the following :&lt;br /&gt;    1. India Localization Inter Org Transfer.pdf ( to be used by Functional User )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6079063.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6079063 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6079063.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6079063.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 19-Aug-2008 15:59:36 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 19-Aug-2008 15:59:46 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6079063.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;resource/JAINVMTX.pll                                    115.16.6107.3 NA        &lt;br /&gt;forms/US/JAINEXCDET.fmb                                  115.10.6107.2 NA        &lt;br /&gt;forms/US/JAINVMTX.fmb                                    115.19.6107.2 NA        &lt;br /&gt;patch/115/import/US/JAI_INV_TRANSACTIONS_C.ldt           115.0.6107.1 -         &lt;br /&gt;patch/115/import/US/JAI_INV_TRANSACTIONS_E.ldt           115.0.6107.1 -         &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6079063/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6079063.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 19-Aug-2008 16:00:37 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6079063&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Total Time   5 minutes&lt;br /&gt;&lt;br /&gt;PATCH 3485155 ORACLE PROJECTS FAMILY PACK M&lt;br /&gt;FAMILY PACK 11i.PJ_PF.M                  stopped here  19_08-2008&lt;br /&gt;Please refer to MetaLink note 302074.1 for Patch Descriptions&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH 6375875&lt;br /&gt;This patch is applicable on top of 11i.PJ_PF.M RUP3&lt;br /&gt;&lt;br /&gt;This patch is a Pre Install patch to be applied&lt;br /&gt;After applying patch - #5105878: Oracle Projects Rollup Patch 3 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;Before applying patch - 5644830 # Oracle Projects Rollup Patch 4 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)and&lt;br /&gt;&lt;br /&gt;Warning: This patch contains a branched or advanced version of the following&lt;br /&gt;files:&lt;br /&gt;&lt;br /&gt;   $fpa     patch/115/sql   FPAVINVB.pls    115.31&lt;br /&gt;   $fpa     patch/115/sql   FPAVINVS.pls    115.26&lt;br /&gt;   $fpa     patch/115/sql   fpadrpobjs.sql  115.59&lt;br /&gt;   $fpa     patch/115/sql   fpastrobj.sql    115.29&lt;br /&gt;&lt;br /&gt;This fix may be overwritten if you apply a more current patchset or any other&lt;br /&gt;one-off patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please contact Oracle Worldwide Support with any questions concerning accepting&lt;br /&gt;this patch.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Description  &lt;br /&gt;1. Description&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       Old Behavior&lt;br /&gt;       -------------&lt;br /&gt;         Patch application failure was seen on applying MRUP4 patch&lt;br /&gt;         after applying MRUP3 patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       New Behavior&lt;br /&gt;       -------------&lt;br /&gt;         Patch application will not fail on aplying MRUP4 after&lt;br /&gt;         applying MRUP3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.   Pre-requisite or Co-requisite which is not included with this patch:&lt;br /&gt;&lt;br /&gt;      None&lt;br /&gt;&lt;br /&gt;3.Patch Applicable for versions/releases:&lt;br /&gt;&lt;br /&gt;This patch is a Pre Install patch to be applied&lt;br /&gt;After applying patch - #5105878: Oracle Projects Rollup Patch 3 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;Before applying patch - 5644830&lt;br /&gt;# Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;4.Dependent Applications:&lt;br /&gt;  None&lt;br /&gt;&lt;br /&gt;5.Patch to be applied:&lt;br /&gt;  Server&lt;br /&gt;&lt;br /&gt;6.Patch applicable only when a particular application installed:&lt;br /&gt;  Oracle Projects&lt;br /&gt;&lt;br /&gt;7.Pre-patch application steps&lt;br /&gt;  None&lt;br /&gt;&lt;br /&gt;8.Post patch application steps&lt;br /&gt;&lt;br /&gt;9.Successful patch installation checks:&lt;br /&gt;  Please check the log files after patch application for errors(if any).&lt;br /&gt;  Adpatch should be through without errors.&lt;br /&gt;&lt;br /&gt;PATCH 5644830 ROLLUP PATCH 4 FOR ORACLE PROJECTS FAMILY PACK M&lt;br /&gt;&lt;br /&gt;Install the Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M only after installing Oracle Projects Family Pack M (11i.PJ_PF.M) (patch 3485155  OracleMetaLink Note 302074.1&lt;br /&gt;&lt;br /&gt;Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;also includes the features and software updates provided in the following rollup&lt;br /&gt;patches:&lt;br /&gt;    .   Oracle Project Management Family Pack M Rollup Patch (patch 4461989).&lt;br /&gt;        For information about the features and software updates included in&lt;br /&gt;        this patch,refer to OracleMetaLink Note 331007.1.&lt;br /&gt;    .   Oracle Projects Rollup Patch 2 for Oracle Projects Family Pack M&lt;br /&gt;        (11i.PJ_PF.M) (patch 4997599). For information about the software&lt;br /&gt;        updates included in this patch, refer to OracleMetaLink Note&lt;br /&gt;        351048.1.&lt;br /&gt;    .   Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M&lt;br /&gt;        (11i.PJ_PF.M) (patch 5105878). For information about the features&lt;br /&gt;        and software updates included in this patch, refer to OracleMetaLink&lt;br /&gt;        Note 361295.1.&lt;br /&gt;&lt;br /&gt;Attention:&lt;br /&gt;&lt;br /&gt;If you have customized workflow files, please create a backup before applying this patch. Applying this patch will overwrite your customized workflow files.&lt;br /&gt;&lt;br /&gt;If you have not applied Oracle Project Management Family Pack M Rollup Patch (patch 4461989), then perform the Pre-Installation Steps and the Functional Prerequisites steps described in the Instructions for Applying Oracle Project Management Family Pack M Rollup Patch section of OracleMetaLink Note 331007.1.&lt;br /&gt;&lt;br /&gt;If you have not applied Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M (patch 5105878), then perform the Pre-Installation Steps and the Functional Prerequisites steps described in the Instructions for Applying Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M section of OracleMetaLink Note 361295.1.&lt;br /&gt;&lt;br /&gt;Additional Functional Prerequisites:&lt;br /&gt;&lt;br /&gt;The following table lists patches and steps that are required if you are currently using or planning to use the corresponding features:&lt;br /&gt;&lt;br /&gt;Product   Feature    Prerequisite Patch / Step                    &lt;br /&gt;Oracle    Microsoft Project   Projects ADI Functionality for Family   N/A&lt;br /&gt;Oracle    Transaction Entry Using  Projects ADI Functionality for Family   N/A&lt;br /&gt;Project Costing  Microsoft Excel Interface Pack M Rollup Patch 4 - Patch 5367017&lt;br /&gt;&lt;br /&gt;There are no patch application order dependencies between Oracle Projects Rollup&lt;br /&gt;Patch 4 for Oracle Projects Family Pack M and the patch listed in the above table.&lt;br /&gt;&lt;br /&gt;The following must be completed after running the unified driver using&lt;br /&gt;AD Administration (adadmin):&lt;br /&gt;&lt;br /&gt;1. Generate message files&lt;br /&gt;2. Compile APPS schema(s)&lt;br /&gt;3. Compile flexfield data in AOL tables&lt;br /&gt;&lt;br /&gt;Please contact Oracle Worldwide Support with any questions about this patch.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Prerequisite Updates  &lt;br /&gt;Please refer to the Pre-Installation Steps and Functional Prerequisites in section 5 of the OracleMetaLink Note 361295.1, About Oracle Projects Rollup Patch 3 for Oracle Projects Family M (11i.PJ_PF.M).&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Description  &lt;br /&gt;For a list of software updates pertaining to this patch, refer to OracleMetaLink Note 423428.1, Software Updates for Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M(11i.PJ_PF.M).&lt;br /&gt;&lt;br /&gt;PATCH 6410693 - IL SUPPORT FOR PROJECT COSTING. &lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf application issues during patch application.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;This patch replaces CUSTOM.pll on AU_TOP/resource. Refer the "Instructions to merge CUSTOM.pll" section for details.&lt;br /&gt;&lt;br /&gt;Pre-requisite steps &lt;br /&gt;&lt;br /&gt;1. Oracle Applications Release 11.5.10.2&lt;br /&gt;2. Apply prerequisite patch # 5842122 if you are on 11.5.10 CU2 level.&lt;br /&gt;              or &lt;br /&gt;   Apply prerequisite patch # 5644830 if you are on Projects Family Pack M level. &lt;br /&gt;&lt;br /&gt;3. Follow the below steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 5765161 ( old Project Costing ) is applied by running following query in APPS schema&lt;br /&gt;       select * from jai_applied_patches where patch_number = 5765161 ;&lt;br /&gt;       &lt;br /&gt;       a. If the patch# 5765161 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 4 ).&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5765161 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410693/validation" directory&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command: &lt;br /&gt;            perl jaipatch_validation.pl val_file=6410693.val appspwd=&lt;appspwd&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410693 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410693.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410693.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:12:11 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:12:18 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410693.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;.......&lt;br /&gt;.......&lt;br /&gt;...&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_pa_costing.pls                           &lt;br /&gt;jai_pa_tax_pkg.pls                           &lt;br /&gt;jai_pa_pref_pkg.pls                          &lt;br /&gt;jai_pa_setup_ctx.pls                         &lt;br /&gt;jai_pa_billing_pkg.pls                       &lt;br /&gt;jainexsc_s.sql                               &lt;br /&gt;ja_in_inst_interface_p.sql                   &lt;br /&gt;jainexsc_b.sql                               &lt;br /&gt;jai_pa_costing.plb                           &lt;br /&gt;jai_pa_tax_pkg.plb                           &lt;br /&gt;jai_pa_pref_pkg.plb                          &lt;br /&gt;jai_pa_setup_ctx.plb                         &lt;br /&gt;jai_pa_billing_pkg.plb                       &lt;br /&gt;jai_pdia_ariud.sql                           &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410693.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:15:57 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH# 6167056."ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )&lt;br /&gt;&lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 3.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6167056 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:24:48 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:24:48 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;.......&lt;br /&gt;........&lt;br /&gt;...&lt;br /&gt;Backed up objects in /stage/IN_Localization/6167056/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_ap_st_forms_insert_p.sql      patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_ar_st_forms_insert.sql        patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_iso_st_forms_insert.sql       patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_con_populate_st_forms_p.sql   patch/115/sql             JA_TOP              &lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_mass_tax_changes_p.sql        patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_create_57f4_trg.sql           patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_create_releases_57f4.sql      patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:27:08 ]&lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;=================================&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410693.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;=============================&lt;br /&gt;&lt;br /&gt;1. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;2. Please ask the functional users to go through "India Localization Support for Project Costing.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch. &lt;br /&gt;&lt;br /&gt;3. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;4. If you are on 11i.PA.M ( Projects Family Pack M ) level, please apply the patch# 6344634&lt;br /&gt;&lt;br /&gt;Instructions to merge CUSTOM.pll&lt;br /&gt;================================&lt;br /&gt;The CUSTOM.pll is backed-up in patch/backup/resource directory before getting overwritten by the CUSTOM.pll included in this patch.&lt;br /&gt;The customization present in patch/backup/resource/CUSTOM.pll should be added to AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410693 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410693.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410693.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:35:43 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:35:43 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410693.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;……..&lt;br /&gt;…..&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410693/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;jai_pa_cmt_txn_v.sql                patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_inst_interface_p.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_TRX_SRC_PA.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql     patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410693.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:36:05 ]&lt;br /&gt;&lt;br /&gt;PATCH 6410725 - IL SUPPORT FOR PROJECT BILLING  SOLUTION&lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf&lt;br /&gt;application issues during patch application.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-- Issue # 1 : 'JA%' sequence should not exist in the APPS Schema &lt;br /&gt;&lt;br /&gt;-- Step 1. Check for sequences created in APPS schema by using the following query executed in APPS schema : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS &lt;br /&gt;WHERE OBJECT_NAME LIKE 'JA%' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'APPS'; &lt;br /&gt;&lt;br /&gt;Expected o/p: &lt;br /&gt;no rows returned &lt;br /&gt;&lt;br /&gt;--Step 2. For each sequence returned by query in Step 1, check if the sequence exists in JA schema. &lt;br /&gt;&lt;br /&gt;--If the sequence exists in JA schema, the below query will return a row : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS &lt;br /&gt;WHERE OBJECT_NAME = '&lt;sequence_name&gt;' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME = 'JA_IN_BATCH_NUMBER' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME = 'JA_IN_LC_MASTER_S' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;--Step 3. If sequence exists in JA schema then connect to JA schema and perform the following : &lt;br /&gt;&lt;br /&gt;--a. Execute the following query and note the value returned by the query : &lt;br /&gt;SELECT JA.&lt;sequence_name&gt;.NEXTVAL FROM DUAL ; &lt;br /&gt;&lt;br /&gt;--b. DROP SEQUENCE JA.&lt;sequence_name&gt; ; &lt;br /&gt;&lt;br /&gt;--Step 4. Connect to APPS schema and perform the following : &lt;br /&gt;&lt;br /&gt;--a. Execute the following query and note value returned by the query : &lt;br /&gt;SELECT APPS.&lt;sequence_name&gt;.NEXTVAL FROM DUAL ; &lt;br /&gt;&lt;br /&gt;SELECT APPS.JA_IN_BATCH_NUMBER.NEXTVAL FROM DUAL ;      -- result 1&lt;br /&gt;&lt;br /&gt;SELECT APPS.JA_IN_LC_MASTER_S.NEXTVAL FROM DUAL ;      -- result 1&lt;br /&gt;&lt;br /&gt;b. DROP SEQUENCE APPS.&lt;sequence_name&gt; ; &lt;br /&gt;&lt;br /&gt;DROP SEQUENCE APPS.JA_IN_BATCH_NUMBER ;&lt;br /&gt;&lt;br /&gt;DROP SEQUENCE APPS.JA_IN_LC_MASTER_S ;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Step 5. Connect to JA schema, replace the &lt;value&gt; with the MAXIMUM value obtained in Step3.a. , Step4.a &lt;br /&gt;&lt;br /&gt;CREATE SEQUENCE JA.&lt;sequence_name&gt; START WITH &lt;value&gt; INCREMENT BY 1 CACHE 20;&lt;br /&gt; &lt;br /&gt;CREATE SEQUENCE JA.JA_IN_BATCH_NUMBER START WITH 1 INCREMENT BY 1 CACHE 20; &lt;br /&gt;&lt;br /&gt;CREATE SEQUENCE JA.JA_IN_LC_MASTER_S START WITH 1 INCREMENT BY 1 CACHE 20; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.&lt;sequence_name&gt; TO APPS; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.JA_IN_BATCH_NUMBER TO APPS; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.JA_IN_LC_MASTER_S TO APPS; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Step 6. Connect to APPS schema and create the synonym for the sequence using : &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.&lt;sequence_name&gt; FOR JA.&lt;sequence_name&gt; ;&lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.JA_IN_BATCH_NUMBER FOR JA.JA_IN_BATCH_NUMBER ; &lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.JA_IN_LC_MASTER_S FOR JA.JA_IN_LC_MASTER_S ;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Issue # 2 : No 'JA%' table should not exist in the APPS Schema &lt;br /&gt;&lt;br /&gt;--Step 1. Check for tables created in APPS schema by using the following query executed in APPS schema : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE 'JA%' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'APPS'; &lt;br /&gt;&lt;br /&gt;Expected o/p: &lt;br /&gt;no rows returned &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;--Step 2. For each table returned by query in Step 1, check if the table exists in JA schema. &lt;br /&gt;&lt;br /&gt;--If the table exists in JA schema, the below query will return a row : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = '&lt;table_name&gt;' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_AP_TDS_SERVICES_TMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_PO_ST_FORMS_DTL_TEMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_PO_ST_FORMS_HDR_TEMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA';&lt;br /&gt;&lt;br /&gt;--Step 3. &lt;br /&gt;--CASE A : If table does not exist in JA schema, then connect to JA schema and perform the following : &lt;br /&gt;&lt;br /&gt;a. CREATE TABLE JA.&lt;table_name&gt; AS SELECT * FROM APPS.&lt;table_name&gt; ; &lt;br /&gt;--Connect as apps&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_AP_TDS_SERVICES_TMP to ja;&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_PO_ST_FORMS_DTL_TEMP to ja;&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_PO_ST_FORMS_HDR_TEMP to ja;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_AP_TDS_SERVICES_TMP AS SELECT * FROM APPS.JA_IN_AP_TDS_SERVICES_TMP; &lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_PO_ST_FORMS_DTL_TEMP AS SELECT * FROM APPS.JA_IN_PO_ST_FORMS_DTL_TEMP ;&lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_PO_ST_FORMS_HDR_TEMP AS SELECT * FROM APPS.JA_IN_PO_ST_FORMS_HDR_TEMP ;&lt;br /&gt;&lt;br /&gt;b. DROP TABLE APPS.&lt;table_name&gt; ; &lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_AP_TDS_SERVICES_TMP;&lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_PO_ST_FORMS_DTL_TEMP ;&lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_PO_ST_FORMS_HDR_TEMP ;&lt;br /&gt;&lt;br /&gt;--CASE B : If the table exists in JA schema, then &lt;br /&gt;&lt;br /&gt;--a. Migrate the data from table in APPS schema to table in JA schema using following insert. &lt;br /&gt;&lt;br /&gt;INSERT INTO JA.&lt;table_name&gt; ( &lt;column_list&gt; ) SELECT &lt;column_list&gt; FROM APPS.&lt;table_name&gt; ; &lt;br /&gt;COMMIT; &lt;br /&gt;&lt;br /&gt;b. DROP TABLE APPS.&lt;table_name&gt; ;&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node&lt;br /&gt;using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;This patch replaces CUSTOM.pll on AU_TOP/resource.&lt;br /&gt;Refer the "Instructions to merge CUSTOM.pll" section for details.&lt;br /&gt;&lt;br /&gt;Pre-requisite steps &lt;br /&gt;1. Oracle Applications Release 11.5.10.2&lt;br /&gt;&lt;br /&gt;2. Copy the following files  patch 6410725 directory to $JA_TOP/patch/115/import directory&lt;br /&gt;   i)    patch/115/import/jaipaprf.lct&lt;br /&gt;   ii)   patch/115/import/jaipacxdef.lct&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725/patch/115/import &lt;br /&gt;$ cp jaipacxdef.lct  jaipaprf.lct /u01/DEV3/apps/prodappl/ja/11.5.0/patch/115/import/&lt;br /&gt;&lt;br /&gt;3. Follow the below steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 5876390 ( old Projects Billing ) is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;       select * from jai_applied_patches where patch_number = 5876390 ;&lt;br /&gt;       &lt;br /&gt;       a. If the patch# 5876390 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 4 ).&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5876390 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410725/validation"&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command: &lt;br /&gt;            perl jaipatch_validation.pl val_file=6410725.val appspwd=&lt;appspwd&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;4. Apply the "ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )" patch# 6167056.&lt;br /&gt;  &lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 3.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;=================================&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410725.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410725.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410725.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:40:33 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:40:33 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410725.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;………&lt;br /&gt;………..&lt;br /&gt;…………….&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410725/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_RESPONSIBILITIES_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;OTHER_AR_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410725.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:41:08 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725 $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Attach "India Local Project Billing" responsibility to application user&lt;br /&gt;2. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl compile_il_apps_obj.pl appspwd=k3ob3ia&lt;br /&gt;Compiling the APPS schema&lt;br /&gt; .. .. .. .. .. completed with no invalids.&lt;br /&gt;You have new mail in /var/spool/mail/applprod&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $&lt;br /&gt;&lt;br /&gt;In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;3. Please ask the functional users to go through "India Localization Support for Project Billing.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH 637595 POST MANDATORY BUDGET PATCH 2007 ON TOP OF IPROC/ISUPP/PROJECTS/ENCUMBRANCE&lt;br /&gt;&lt;br /&gt;4. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6397595.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:01:40 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:01:40 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6397595.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;…….&lt;br /&gt;…..&lt;br /&gt;Backed up objects in /stage/IN_Localization/6397595/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_tax_pkg.sql                   patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_distribution_matching_p.sql   patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_pay_on_recpt_dist_match_p.sql patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_receipts_p.sql                patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_apportion_factor_ap_tax.sql   patch/115/sql             JA_TOP              &lt;br /&gt;jai_ractl_trg.plb                   patch/115/sql             JA_TOP              &lt;br /&gt;jai_rgm_trx_processing_pkg_b.sql    patch/115/sql             JA_TOP              &lt;br /&gt;jai_trx_repo_ext.plb                patch/115/sql             JA_TOP              &lt;br /&gt;jai_rgm_om_ar_vat_accounting_pkg_b.sql patch/115/sql             JA_TOP              &lt;br /&gt;jai_stforms_prc.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_apps_ar_lines_insert_trg.sql  patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;JAINPO.fmb                          forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;JAINPORE.fmb                        forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;JAINREQN.fmb                        forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6397595.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:02:47 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Instructions to merge CUSTOM.pll&lt;br /&gt;================================&lt;br /&gt;The CUSTOM.pll is backed-up in patch/backup/resource directory before getting overwritten by the CUSTOM.pll included in this patch.&lt;br /&gt;&lt;br /&gt;The customization present in patch/backup/resource/CUSTOM.pll should be added to AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;&lt;br /&gt;To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Total Time   5 minutes&lt;br /&gt;PATCH 6410766 - IL SUPPORT FOR ISUPPLIER  &lt;br /&gt;Steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt; Verify that the patch# 5961325 is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Wed Aug 20 11:06:20 2008&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; select * from jai_applied_patches where patch_number = 5961325 ;&lt;br /&gt;no rows selected       &lt;br /&gt;&lt;br /&gt; If the patch# 5961325 is NOT applied then IGNORE THIS STEP 2 and proceed to  step 3.&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5961325 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410766/validation" directory&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command:&lt;br /&gt;            perl jaipatch_validation.pl val_file=6410766.val appspwd=xxxxx&lt;br /&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;3. Apply the "ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )" patch# 6167056.&lt;br /&gt;   &lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 2.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;1) Extract this patch 6410766 zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410766.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410766 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410766.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410766.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:12:10 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:12:10 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410766.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;………..&lt;br /&gt;……….&lt;br /&gt;……….&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410766/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_inst_interface_p.sql          patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_po_calc_tax_p.sql             patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_po_hook_pkg.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql     patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410766.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:14:00 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410766 $&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Perform the following steps to apply the RCV_SHIPMENT_HEADERS DFF :&lt;br /&gt;    i. Please note any customization done to RCV_SHIPMENT_HEADERS DFF.&lt;br /&gt;    ii. Run the below command in the patch directory :&lt;br /&gt;          a.  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with RCV_SHIPMENT_HEADERS_2_C.ldt.&lt;br /&gt;          b.  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with RCV_SHIPMENT_HEADERS_2_E.ldt.&lt;br /&gt;          c.  Replace &lt;apps_pwd&gt; with password of APPS user. &lt;br /&gt;FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    iii. Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; 2. If you would like to utilize the functionality of Oracle India Local iSupplier, you&lt;br /&gt; must create a custom India Local iSupplier responsibility (as per instructions below) and assign it to users.&lt;br /&gt; &lt;br /&gt; To add the Custom responsibility:&lt;br /&gt;         a. From the Oracle System Administrator menu, select Security &gt; Responsibility &gt; Define.&lt;br /&gt;         b. Enter the following values.&lt;br /&gt;              Responsibility Name  : XXXXXXXXXX&lt;br /&gt;              Application          : iSupplier Portal&lt;br /&gt;              Responsbility Key    : XXXXXXXXXX&lt;br /&gt;              Description           : XXXXXXXXXX&lt;br /&gt;         &lt;br /&gt;              Available form(Radio button): Select the following&lt;br /&gt;                         (X) "Oracle Self Service Web Applications"&lt;br /&gt;         &lt;br /&gt;              Data Group:&lt;br /&gt;                  Name   : Standard&lt;br /&gt;                  Application   : iSupplier Portal&lt;br /&gt;         &lt;br /&gt;Menu : "ILS iSupplier Portal New Application Menu"  (Please note that this menu contains personalized IL functions)&lt;br /&gt;         &lt;br /&gt;Apply Securing Attributes to Custom Responsibility&lt;br /&gt;         &lt;br /&gt;There are three securing attributes that can be used to control access. These attributes are all seeded with the pre-defined Oracle iSupplier Portal responsibilities that are released with the product: (Please refer iSupplier implementation guide for details)&lt;br /&gt;         &lt;br /&gt;             ? ICX_SUPPLIER_ORG_ID - Identifier for the supplier.&lt;br /&gt;             ? ICX_SUPPLIER_SITE_ID - Identifier for the supplier site.&lt;br /&gt;             ? ICX_SUPPLIER_CONTACT_ID - Identifier for the supplier contact.&lt;br /&gt;         &lt;br /&gt;              1. Select Securing Attributes region in Responsibility form, search for the three securing &lt;br /&gt;                attributes that have to be applied to this responsibility.&lt;br /&gt;              2. When you have identified all the attributes to apply to this responsibility, &lt;br /&gt;                 select ICX_SUPPLIER_CONTACT_ID &gt; click Values button and give ?9999,&lt;br /&gt;                select ICX_SUPPLIER_SITE_ID &gt; Click Values button and give -9999.&lt;br /&gt;         &lt;br /&gt;          d. Click Save.&lt;br /&gt;         &lt;br /&gt;       ii. Assign Responsibilities to Users&lt;br /&gt;           -----------------------------------------&lt;br /&gt;           a. From the Oracle System Administrator menu, select Security &gt; User &gt; Define.&lt;br /&gt;           b. Enter the name of the user to whom you wish to grant the responsibility.&lt;br /&gt;           c. In the Direct Responsibilities section, enter the custom responsibility in the&lt;br /&gt;              Responsibility text box.&lt;br /&gt;           d. Click Save.&lt;br /&gt; &lt;br /&gt;3. Also please ask the functional users to go through "India Localization iSupplier URM.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch&lt;br /&gt;&lt;br /&gt;4. No further personalizations should be done on top of India Localization personalizations.&lt;br /&gt;&lt;br /&gt;5. Apply the post mandatory Budget patch# 6397595    already applied&lt;br /&gt;&lt;br /&gt;PATCH 6410797 - IL SUPPORT FOR INDIA  IPROCUREMENT. &lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf application issues during patch application.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 6012240 ( old iProcurement ) is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;select * from jai_applied_patches where patch_number = 6012240 ;&lt;br /&gt;       &lt;br /&gt;If the patch# 6012240 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 3 ).&lt;br /&gt;&lt;br /&gt;If the patch# 6012240 is applied then perform the below steps :&lt;br /&gt;- Change to "6410797/validation" directory&lt;br /&gt;- Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;Command:&lt;br /&gt;perl jaipatch_validation.pl val_file=6410797.val appspwd=&lt;appspwd&gt;&lt;br /&gt;- Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;Extract this patch 6410797 zip file to a temporary directory.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $ ls&lt;br /&gt;6410797.drv  admin  documents  forms  jai_6410797.sql  mds  oracle  patch   Readme_6410797.txt  reports  resource  validation&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410797.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410797.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:20:53 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:20:53 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410797.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;….&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;Copied oracle/apps/ja/por/reqmgmt/webui/ILExpSearchCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/por/reqmgmt/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILItemCompareCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILShoppingClientHelper.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/reqn/webui/ILSearchResultsCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/reqn/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILAdvancedSearchCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/por/req/webui/ILReqDescCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/por/req/webui.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410797/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_reqn_tax_update_trg.sql       patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410797.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:22:19 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt; 1. If you would like to utilize the functionality of Oracle India Local iProcurement, you&lt;br /&gt; must create a custom India Local iProcurement responsibility (as per instructions below) and assign it to users.&lt;br /&gt;&lt;br /&gt;    i. To add the Custom responsibility:&lt;br /&gt;       ---------------------------------&lt;br /&gt;         a. From the Oracle System Administrator menu, select Security &gt; Responsibility &gt; Define.&lt;br /&gt;         b. Enter the following values.&lt;br /&gt;              Responsibility Name : XXXXXXXXXX&lt;br /&gt;              Application         : Self-Service Web Applications&lt;br /&gt;              Responsbility Key   : XXXXXXXXXX&lt;br /&gt;              Description         : XXXXXXXXXX&lt;br /&gt;&lt;br /&gt;              Available form(Radio button): Select the following&lt;br /&gt;                         (X) "Oracle Self Service Web Applications"&lt;br /&gt;&lt;br /&gt;              Data Group:&lt;br /&gt;                  Name        : Standard&lt;br /&gt;                  Application : Self-Service Web Applications&lt;br /&gt;&lt;br /&gt;              Menu : "India Local Procurement home"  (Please note that this menu contains personalized IL functions)&lt;br /&gt;&lt;br /&gt;          d. Click Save.&lt;br /&gt;&lt;br /&gt;   ii. Assign Responsibilities to Users&lt;br /&gt;       --------------------------------&lt;br /&gt;           a. From the Oracle System Administrator menu, select Security &gt; User &gt; Define.&lt;br /&gt;           b. Enter the name of the user to whom you wish to grant the responsibility.&lt;br /&gt;           c. In the Direct Responsibilities section, enter the custom responsibility in the&lt;br /&gt;              Responsibility text box.&lt;br /&gt;           d. Click Save.&lt;br /&gt;&lt;br /&gt;   iii.Assign User Authorisations&lt;br /&gt;       --------------------------&lt;br /&gt;       Two new Profiles specific to iProcurement for IL Support are added to System Profile Values to restrict tax modification and entry:&lt;br /&gt;        a. ?IL: Access iProcurement Tax information?  - Authority to modify IL taxes in     iProcurement&lt;br /&gt;        b. ?IL: Allow iProcurement RTV CENVAT Process? - Authority to claim CENVAT during iProcurement Return to Vendor transactions.&lt;br /&gt;        c.  Default values for these profiles are set to ?NO? implying No authorization.System Administrators should set the profile values to each iProcurement users with appropriate values to ensure the proper user authorization levels.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Also please ask the functional users to go through "India Localization iProcurement URM.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch&lt;br /&gt;&lt;br /&gt;3. No further personalizations should be done on top of India Localization personalizations.&lt;br /&gt;&lt;br /&gt;4. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;5. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;Total Time  5  minutes&lt;br /&gt;&lt;br /&gt;PATCH 6053828 IN_LOCALIZATION TAXES WERE NOT CONSIDERED IN ENCUMBRANCE ACCOUNTING&lt;br /&gt;Using adapatch&lt;br /&gt;Old Behaviour&lt;br /&gt;&lt;br /&gt; In Oracle Purchasing, India Localization Taxes were Not considered in Encumbrance Accounting.&lt;br /&gt;&lt;br /&gt;New Behaviour&lt;br /&gt; In Oracle Purchasing, India Localization Taxes are Now considered in Encumbrance Accounting.&lt;br /&gt;&lt;br /&gt;Patch Applicable for versions/releases:&lt;br /&gt;This patch is applicable only on top of Oracle Applications release 11.5.10 and/or Supply Chain Management Family Pack J.&lt;br /&gt;&lt;br /&gt;Done 10 minutes&lt;br /&gt;PATCH 5883053  ATO MODEL NOT GETTING INVOICED WHEN CONFIG ITEMS ARE NOT INVOICE ENABLED.&lt;br /&gt;This patch requires additional prerequisite patches to have been successfully applied to your system before it can be applied.  &lt;br /&gt;&lt;br /&gt;Prerequisite patches,&lt;br /&gt;3167649 - AOL/FLEXFIELDS ROLLUP PATCH I (OCT/2004)      already applied &lt;br /&gt;3582074 - AD_TSPACE_UTIL API PREREQ PATCH     already applied &lt;br /&gt;2032040 - WORKFLOW 2.6 FOR APPLICATIONS 11I     already applied &lt;br /&gt;2385942 - AOL/CONCURRENT PROCESSING ROLLUP PATCH C   already applied&lt;br /&gt;3562652 - AOL/AFMDMSG.LCT PREREQ PATCH C     already applied&lt;br /&gt;2733334 - AOL/CP JAVA ROLLUP PATCH A (JAN/2003)    already applied&lt;br /&gt;3313183 - AOL/AFDICT.LCT PREREQ PATCH C     already applied&lt;br /&gt;&lt;br /&gt;Old Behaviour&lt;br /&gt;In Oracle Inventory for ATO item, "Create Intercompany AR Invoice" program was not invoicing ATO model item when the following conditions satisfy&lt;br /&gt;1) Sales Order flow with 'Old Accounting'&lt;br /&gt;2) Profile "INV: Use Model &amp; Options for Configuration Pricing" is 'Y'&lt;br /&gt;3) The configured item is not Invoice Enabled&lt;br /&gt;&lt;br /&gt;New Behaviour&lt;br /&gt;&lt;br /&gt;In Oracle Inventory for ATO item, "Create Intercompany AR Invoice" program is invoicing ATO model item when the following conditions satisfy.&lt;br /&gt;1) Sales Order flow with 'Old Accounting'&lt;br /&gt;2) Profile "INV: Use Model &amp; Options for Configuration Pricing" is 'Y'&lt;br /&gt;3) The configured item is not Invoice Enabled&lt;br /&gt;&lt;br /&gt;Note :&lt;br /&gt;&lt;br /&gt;The issue is fixed in Release 12 , patch 5373455&lt;br /&gt;&lt;br /&gt;Patch Applicable for versions/releases:&lt;br /&gt;Inventory patchset 'J' / SCM Family Pack J&lt;br /&gt;&lt;br /&gt;Patch applicable only when a particular application installed:&lt;br /&gt;Oracle Inventory&lt;br /&gt;&lt;br /&gt;Successful patch installation checks:&lt;br /&gt;The version of $INV_TOP/lib/inliar.o should be 115.99.115100.27&lt;br /&gt;&lt;br /&gt;Done 40 minutes&lt;br /&gt;PATCH 6030861CST:COSTING CHANGES TO SUPPORT INDIA LOCALIZATION SUPPORT  FOR ENCUMBERANCE &lt;br /&gt;1. Pre-requisite should be applied before applying this patch.&lt;br /&gt;• Patch 2177442 (or AD MiniPack "F" or higher).&lt;br /&gt;• Patch 5883053 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Post patch application steps&lt;br /&gt;    Launch the cost manager after application of patch.&lt;br /&gt;&lt;br /&gt;9. Successful patch installation checks:&lt;br /&gt;   Verify the version of following files as:&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTACDPB.pls       115.58.115100.23&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTAVCPB.pls       115.64.115100.32&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTAVCPS.pls       115.10.115100.4&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTCOHKB.pls       115.0.115100.3&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTCOHKS.pls       115.0.115100.2&lt;br /&gt;     $PO_TOP/patch/115/sql/RCVVRUTB.pls        115.30.11510.14&lt;br /&gt;     $INV_TOP/src/inltcp.lpc                    115.120.115100.34&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Description  &lt;br /&gt;Old Behavior:&lt;br /&gt;In Oracle cost management, Encumbrance amount does not includes localization taxes while creating Encumbrance reversal entry.&lt;br /&gt;&lt;br /&gt;New Behavior:&lt;br /&gt;In Oracle cost management, Encumbrance amount includes localization taxes while creating Encumbrance reversal entry&lt;br /&gt;&lt;br /&gt;Done 40 minutes&lt;br /&gt;PATCH 6372361 - IL SUPPORT FOR ENCUMBRANCE ACCOUNTING &lt;br /&gt;Pre-requisites&lt;br /&gt;&lt;br /&gt;• Oracle Applications 11.5.10.CU2 or above&lt;br /&gt;• 6167056 ( IL Budget Patch. To be applied using IL patch tool   )  already applied&lt;br /&gt;• 6053828         already applied &lt;br /&gt;• 6030861         already applied&lt;br /&gt;&lt;br /&gt;Apply the above mentioned ADPATCH compliant patches in 3 and 4 along with their prerequisites as  mentioned in their corresponding Readme.&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6372361.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Special Instructions&lt;br /&gt;Please ask the functional users to go through "IL Support for Encumbrance - URM.pdf" for understanding the change of behavior with this patch.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 &lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6372361.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6372361.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                    |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA      |&lt;br /&gt;|                        All rights reserved.                                    |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 12:13:04 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 12:13:05 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6372361.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;.............&lt;br /&gt;............&lt;br /&gt;.....&lt;br /&gt;&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6372361/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;CSTCOHKB.pls                        patch/115/sql             Database            &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_encum_prc.pls                            &lt;br /&gt;jai_encum_prc.plb                            &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6372361.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 12:13:08 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 $&lt;br /&gt;&lt;br /&gt;Total Time  4  minutes&lt;br /&gt;&lt;br /&gt;PATCH 6397595 - POST MANDATORY BUDGET PATCH 2007  &lt;br /&gt;This Patch should be applied ONLY using the India Localization Automated Patch&lt;br /&gt;This patch delivers the following bug-fixes :    &lt;br /&gt;Patch#    Description&lt;br /&gt;    6356777   PG:INDIA - BOE WRITE OFF REPORT GOING IN ERROR....&lt;br /&gt;    6324933   JAINSTFM(11.5.10.6107.2) HAS PARTY NUMBER INSTEAD OF CUSTOMER NUMBERS.&lt;br /&gt;    6316046   ETDS OUTPUT FAILS DURING VALIDATION&lt;br /&gt;    6309878   INDIA L TAXES ARE NOT DEFAULTING IN RMA SALES ORDER WITH REF AS SALES ORDER&lt;br /&gt;    6278839   'INDIA - STATEMENT OF ACCOUNTS FOR THE SUPPLIER' NOT GIVING CORRECT INFORMATION&lt;br /&gt;    6242698   INDIA DEBTORS LEDGERR NOT REFLECTING CORRECT BALANCE FOR NEGATIVE CREDIT MEMO&lt;br /&gt;    6242362   INDIA LOCAL-ORGANISAITON ADDITIONAL INFO-S&amp;H ACCOUNTS NOT SAVED&lt;br /&gt;    6209421   ADJ TO ACCTD AMOUNTS OF RECEIPT NOT REFLECTED CORRECTLY IN INDIA CASH BANK&lt;br /&gt;    6208777   INDIA LOC - INVOICE GETTING GENERATED WITH WRONG ACCOUNTING IN DISTRIBUTION&lt;br /&gt;    6169382   VAT IS NOT CALCULATED ON VAT ASSESSABLE PRICE LIST&lt;br /&gt;    6164511   INDIA LOCAL-CTO: PLAREG NOT GEN, AR TAXES NOT UPDATED, SPLIT SHOWS WRONG VAT AV&lt;br /&gt;    6156969   INDIA LOCALIZATIONS: TDS AMOUNT IS BEING WRONGLY COMPUTED IN ETDS RETURNS&lt;br /&gt;    6153922   6079248 PATCH SHOWS ***ERROR! COULD NOT GENERATE JAINTSLS.REP. SKIPPING..&lt;br /&gt;    6147494   INDIA CTO * ITEM: VAT AV DEFAULTS TO ZERO, ORA-20001: APP-: CANNOT FIND ITEM&lt;br /&gt;    6138127   INDIA LOC- CTO RMA CREDIT MEMO CREATED WITHOUT LOCALISATON TAXES&lt;br /&gt;    6124751   BUDGET 0708 PATCHES APPLIED - TDS CERTIFICATES COMING ON THE BASIS OF CHECK IDS&lt;br /&gt;    6115608   RG23D SCREEN SHOWS ERROR FOR SUPPLIER NAME MORE THAN 60 CHARACTERS&lt;br /&gt;    6113456   FRM 40735 KEY COMMIT TRIGGER - RG CONSOLIDATION SCREEN&lt;br /&gt;    6110274   DISCOUNT IS NOT GETTING CALCULATED AS PER THE DEFINED IN THE PAYMENT TREMS&lt;br /&gt;    6084692   CORRECT TAXES ARE APPEAR IN THE RECEIPTS ONLY AFTER CLICKING THE APPLY BUTTON&lt;br /&gt;    6081946   IMPROPER TDS CERTIFICATE FORMAT AND INCORRECT DATA&lt;br /&gt;    6081519   EXCISE INVOICE NUMBER NOT DISPLAYED PROPERLY ON CLAIM MODVAT FORM.&lt;br /&gt;    6076466   PROBLEM IN "INDIA - CREDITORS TRIAL BALANCE REPORT"&lt;br /&gt;&lt;br /&gt;3)  You should read thoroughly the below sections before applying the patch :&lt;br /&gt;     -  PRE-REQUISITES&lt;br /&gt;     -  APPLY THE PATCH&lt;br /&gt;     -  DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;1. One or more of the following enhancements :&lt;br /&gt;   Enhancement                        Patch delivered ( latest / obsoleted )&lt;br /&gt;   IL Support for Project Costing    6410693 / 6141516&lt;br /&gt;   IL Support for Project Billing    6410725 / 6141521&lt;br /&gt;   IL Support for iSupplier           6410766 / 6141531&lt;br /&gt;   IL Support for iProcurement       6410797 / 6141534&lt;br /&gt;   IL Support for Encumbrance        6372361 / 6046998&lt;br /&gt;   &lt;br /&gt;APPLY THE PATCH&lt;br /&gt;This Patch should be applied ONLY using the India Localization Patch Application Tool provided&lt;br /&gt;as patch 6059025. If you have not applied the patch 6059025, please download and apply as&lt;br /&gt;instructed in the readme.&lt;br /&gt;&lt;br /&gt;Please go through Automated Patch Application Tool manual and UNDERSTAND THE USAGE OF THE TOOL.&lt;br /&gt;You are requested to raise an SR for any queries regarding the tool.&lt;br /&gt;&lt;br /&gt;You will need to perform the following 4 steps :&lt;br /&gt;&lt;br /&gt;1)  Extract the patch 6397595 zip file to a temporary directory.&lt;br /&gt;2)  Change directory to 6397595.&lt;br /&gt;3)  Note that the patch application log generated gets appended for every application of the patch.&lt;br /&gt;    It is advisable to rename the old log file generated for future reference.&lt;br /&gt;4)  Apply the patch as described below based on whether your installation is&lt;br /&gt;    single-node or multi-node.&lt;br /&gt;    a)  Single-node installation&lt;br /&gt;Syntax for applying the patch :&lt;br /&gt;perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=&lt;your_FND_patchset_level&gt; [ other args ]&lt;br /&gt;        For details on [ other args ] please refer to the Automated Patch Tool User Manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;1)  The patch application is successful if the STATUS displayed is&lt;br /&gt;    "Patch application completed successfully."&lt;br /&gt;&lt;br /&gt;2)  If the patch had Failed to apply the objects, locate the logfile generated by the&lt;br /&gt;    Automated Patch application tool and search for "**Error" in the log file.&lt;br /&gt;&lt;br /&gt;3)  Please refer below metalink notes to resolve some common errors :&lt;br /&gt;    Note      Description&lt;br /&gt;    382862.1  Error! Could not copy reports/US&lt;br /&gt;    433764.1  ODF application issues/errors when applying India localization patch&lt;br /&gt;    417789.1  **Error from maintain_thhold_grps :Effective Total invoice amount&lt;br /&gt; &lt;br /&gt;4)  If you have any other errors in the log file which you are not able to resolve, please log&lt;br /&gt;    an SR with the log files generated.&lt;br /&gt;    For more details on types on log files generated refer metalink note# 376756.1&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6397595.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 12:21:15 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 12:21:15 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6397595.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;admin/jai_drop_apps_sequences.sql                        115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_5219225.sql                                115.3.6107.1 -         &lt;br /&gt;admin/jai_obs_ap_5231219.sql                             115.1.6107.1 -         &lt;br /&gt;admin/jai_obs_apps_indexes.sql                           115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_ar_4706878.sql                             115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_4742427.sql                                115.0.6107.1 -         &lt;br /&gt;admin/jai_drop_proc_5235574.sql                          115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_cmn_obj.sql                                115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_jainpost_5640972.sql                       115.0.6107.1 -  &lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6397595/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6397595.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 12:22:14 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $&lt;br /&gt;&lt;br /&gt;Total Time   4 minutes  &lt;br /&gt;&lt;br /&gt;POST INSTALL ISSUES&lt;br /&gt;&lt;br /&gt;PATCH  6417355 UNABLE TO APPLY PREPAYMENTS WHERE TDS TAX IDS ARE NOT PRESENT&lt;br /&gt;applprod@vezora7:/stage/IN_Localization/6417355 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6417355.drv fnd_patchset=H appspwd=ng02mita japwd=ja systempwd=Ro2sE89 logfile=/home/applprod/6417355.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 02-Apr-2009 14:44:58 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 02-Apr-2009 14:44:58 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6417355.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;patch/115/sql/jaiaptpp_b.sql                             115.10.6107.5 115.10.6107.4&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that will NOT be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that are NOT considered for this mode of installation&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applying Database/mds objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applied jaiaptpp_b.sql successfully.&lt;br /&gt;******************* No mds files to copy ********************&lt;br /&gt;******************* No xmlp files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Skipping following ldt files for Applications FND patchset level [H].&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applying forms/plls/java.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No pll files to apply ********************&lt;br /&gt;******************* No fmb files to apply ********************&lt;br /&gt;******************* No java_top files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6417355/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jaiaptpp_b.sql                      patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /home/applprod/6417355.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 02-Apr-2009 14:45:03 ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-7671495739257494658?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/7671495739257494658/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/overview-this-paper-presents-step-by.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/7671495739257494658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/7671495739257494658'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/overview-this-paper-presents-step-by.html' title='Indian Payroll Localization Patchset Implementation'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-4437781017915623192</id><published>2009-08-09T01:38:00.002+01:00</published><updated>2009-08-12T22:23:35.196+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Indian Payroll Localization Patchset Împlementation'/><title type='text'>Indian Payroll Localization Patchset Împlementation</title><content type='html'>OVERVIEW&lt;br /&gt;This paper presents a step-by-step approach for completely application of the patches for the Indian payroll&lt;br /&gt;&lt;br /&gt;Patch_dir=/stage/patches&lt;br /&gt;Indian Payroll dir =  /stage/IN_Localization&lt;br /&gt;Target_server= Linux Redhat AS 4.5&lt;br /&gt;Target_datbase= Oracle 9.2.0.8&lt;br /&gt;&lt;br /&gt;INSTALL THE INDIAN PATCH  TOOL&lt;br /&gt;Steps to apply Patch 5498551 : &lt;br /&gt;1. Copy 5498551.zip to $JA_TOP &lt;br /&gt;2. Unzip the patch 5498551 using : unzip 5498551.zip &lt;br /&gt;3. Download the Patch Application Tool ( Patch 5458248 ). (This replaces the earlier tool with  Patch 5393004)&lt;br /&gt;4. Copy the 5393004.zip to $JA_TOP. &lt;br /&gt;5. Unzip the patch 5393004 ( using command : unzip 5393004.zip ) which creates a directory inpatch in $JA_TOP. &lt;br /&gt;6. Change directory to $JA_TOP/inpatch &lt;br /&gt;7. Install the patch using : perl install.pl appspwd=&lt;appspwd&gt; japwd=&lt;japwd&gt; &lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl install.pl appspwd=xxk3ia japwd=ja&lt;br /&gt;Applied jai_create_table.sql successfully.&lt;br /&gt;Applied jai_create_synonym.sql successfully.&lt;br /&gt;Applied jai_get_obj_ver_f.sql successfully.&lt;br /&gt;Patch Application Tool installed successfully.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch&lt;br /&gt;&lt;br /&gt;Now apply the below patch&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. In step 7 once the patch application tool is successfully installed then change directory to $JA_TOP/5498551&lt;br /&gt;9. Refer readme of Patch 5498551. Issue the patch application command relevant to your Oracle Applciations Installation ( to know more refer two documents - a. "User_Manual.txt" in $JA_TOP/inpatch directory b. Metalink &lt;Note  376756.1&gt; ) &lt;br /&gt;The command would be something similar to what is given below : &lt;br /&gt;perl $JA_TOP/inpatch/indpatch.pl drvr_file=5498551.drv fnd_patchset=&lt;FND_PATCHSET_LEVEL&gt; appspwd=&lt;appspwd&gt; japwd=&lt;japwd&gt; mode=&lt;FCD&gt; &lt;br /&gt;where &lt;appspwd&gt; and &lt;japwd&gt; are passwords for APPS and JA user &lt;br /&gt;if your FND patchset is 11i.FND.H then &lt;FND_PATCHSET_LEVEL&gt; is H. &lt;br /&gt;&lt;mode&gt; is required if your have different tiers F- Forms tier, C-Concurrent , D-Database &lt;br /&gt;10. On patch application you will get logs generated at $JA_TOP/$APPLLOG/5498551. In case of patch failures please refer Metalink &lt;Note 376756.1&gt; for log details.&lt;br /&gt;&lt;br /&gt;See the log file in  /stage/IN_Localization5498551_output.log&lt;br /&gt;&lt;br /&gt;PATCH 5498551 - INDIA LOCALIZATION CUMULATIVE PATCHSET IN60107 &lt;br /&gt;This Patch should be applied on the TEST instance first, perform rigorous test cycles, &lt;br /&gt;after you are satisfied with the result of the cycles, apply this patch on the PRODUCTION &lt;br /&gt;Instance.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;Go through the following sections and understand them thoroughly before &lt;br /&gt;proceeding to apply the patch.&lt;br /&gt;- Pre-requisites  &lt;br /&gt;- Automated Patch Application Steps and &lt;br /&gt;- Post-Patch Application Steps &lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;1.  This patchset is for Oracle Applications Releases from 11.5.3 to 11.5.10CU2, but only with FND patchset C or above. &lt;br /&gt;Customers at any level of India Localization ( say , for example , IN60102 or IN60105D2 or IN60106 ) can DIRECTLY APPLY this patch.&lt;br /&gt;2.  Take a cold backup of the database before applying the patch.&lt;br /&gt;3.  The patch is 'India Localization Patch Tool' compliant. Please download the tool ( Patch # 5458248 ) and apply this patch .&lt;br /&gt;This patch is NOT ADPATCH compliant and requires India Localization Patch Tool for application of this patch.&lt;br /&gt; &lt;br /&gt;This patch should NOT BE applied MANUALLY.&lt;br /&gt;        &lt;br /&gt;Please refer to Metalink Note # 376756.1 for details about India Localization Patch Application Tool.&lt;br /&gt;    &lt;br /&gt;You would find many patches of India Localization which are not patch tool compliant. &lt;br /&gt;These patches need to be applied as per instructions in the readme only if you have not applied Cumulative Patchset IN60107.&lt;br /&gt;&lt;br /&gt;4.  UNIX Server disk space required for this localization patchset files: 70 MB.&lt;br /&gt;&lt;br /&gt;5.  Ensure that enough free space exists in data files to create various database objects like tables, indexes etc. The data file should have at least 100MB free space and the index file should have at least 50MB free space. &lt;br /&gt;Additional space should be allocated for data growth in all these files. The schema in which the tables/indexes are created is "JA". So check for related data files.&lt;br /&gt;&lt;br /&gt;6.  Ensure to have a rollback segment of at least 30MB and it is online.&lt;br /&gt;&lt;br /&gt;7.  Check if DBMS_SUPPORT package is present in your APPS schema by using the below query in APPS schema :&lt;br /&gt;    select object_name, object_type from all_objects where object_name = 'DBMS_SUPPORT' and object_type like 'PACKAGE%' ;&lt;br /&gt;&lt;br /&gt;Okay package exists&lt;br /&gt;&lt;br /&gt; If the above query does not return both DBMS_SUPPORT package and package body, create them using :&lt;br /&gt; sqlplus apps/apps @$ORACLE_HOME/rdbms/admin/dbmssupp.sql&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/k3ob3ia&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:22:46 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; @ja_chk_stat.sql;&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED with India Localization patchset and contact India&lt;br /&gt;Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED and contact India Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;==============================================================&lt;br /&gt;Checking whether JA is installed or not and the Apps Release..&lt;br /&gt;==============================================================&lt;br /&gt;&lt;br /&gt;APPLICATION_ID&lt;br /&gt;--------------&lt;br /&gt;          7000&lt;br /&gt;&lt;br /&gt;1 row selected.&lt;br /&gt;&lt;br /&gt;If the above query returned 0 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RELEASE_NAME&lt;br /&gt;--------------------------------------------------&lt;br /&gt;11.5.10.2&lt;br /&gt;1 row selected.&lt;br /&gt;============================================================&lt;br /&gt;Checking whether all the Base responsibilities exist or not..&lt;br /&gt;============================================================&lt;br /&gt;RESPONSIBILITY_NAME&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Fixed Assets Manager&lt;br /&gt;Inventory&lt;br /&gt;Order Management Super User&lt;br /&gt;Payables Manager&lt;br /&gt;Purchasing Super User&lt;br /&gt;Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;&lt;br /&gt;If the above query returned less than 6 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RESPONSIBILITY_KEY             RESPONSIBILITY_NAME&lt;br /&gt;------------------------------ ----------------------------------------------------------------------------------------------------&lt;br /&gt;FIXED_ASSETS_MANAGER           Fixed Assets Manager&lt;br /&gt;INVENTORY                      Inventory&lt;br /&gt;ORDER_MGMT_SUPER_USER          Order Management Super User&lt;br /&gt;PAYABLES_MANAGER               Payables Manager&lt;br /&gt;PURCHASING_SUPER_USER          Purchasing Super User&lt;br /&gt;RECEIVABLES_MANAGER            Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;==============================================================================&lt;br /&gt;Checking whether Attributes 1 thru 5, 14 and 15 are in use by Global Data Elements..&lt;br /&gt;==============================================================================&lt;br /&gt;This Check is mandatory since India Localization patchset installation scripts will delete any previous registrations&lt;br /&gt;of attributes 1 thru 5, 14 and 15 with Global Data Elements in the DFFs AP_INVOICES, AP_INVOICE_DISTRIBUTIONS,&lt;br /&gt;FA_ADDITIONS, FA_MASS_ADDITIONS, FND_COMMON_LOOKUPS, MTL_SYSTEM_ITEMS, PER_ORGANIZATION_UNITS, RCV_TRANSACTIONS,&lt;br /&gt;RCV_SHIPMENT_HEADERS, PO_LOOKUP_CODES.&lt;br /&gt;The Customer must move the data to another attribute not in (1-5,14,15) since the above mentioned attributes are&lt;br /&gt;required by India Localization product. Please refer to User Manual for details.&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;If the above query returned any rows, then please DO NOT PROCEED with India Localization patchset unless you migrate the data attached to that particular attribute to another attribute not in (1-5,14,15).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8.  Run the ja_chk_stat.sql in 5498551 directory. &lt;br /&gt;    sqlplus apps/&lt;apps_pwd&gt; @ja_chk_stat.sql&lt;br /&gt;    Refer the log prechecks_5498551.log. Only proceed if the log file does not show any issues.&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/k3ob3ia&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:26:30 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @ja_chk_stat.sql&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED with India Localization patchset and contact India&lt;br /&gt;Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;This log contains various checks to see if all the pre-requisites for India Localization patchset application are&lt;br /&gt;satisfied. If any errors are found, please DO NOT PROCEED and contact India Localziation Support with this log file.&lt;br /&gt;***************************************************************************************************&lt;br /&gt;==============================================================&lt;br /&gt;Checking whether JA is installed or not and the Apps Release..&lt;br /&gt;==============================================================&lt;br /&gt;APPLICATION_ID&lt;br /&gt;--------------&lt;br /&gt;          7000&lt;br /&gt;&lt;br /&gt;1 row selected.&lt;br /&gt;If the above query returned 0 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RELEASE_NAME&lt;br /&gt;--------------------------------------------------&lt;br /&gt;11.5.10.2&lt;br /&gt;1 row selected.&lt;br /&gt;============================================================&lt;br /&gt;Checking whether all the Base responsibilities exist or not..&lt;br /&gt;============================================================&lt;br /&gt;RESPONSIBILITY_NAME&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Fixed Assets Manager&lt;br /&gt;Inventory&lt;br /&gt;Order Management Super User&lt;br /&gt;Payables Manager&lt;br /&gt;Purchasing Super User&lt;br /&gt;Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;&lt;br /&gt;If the above query returned less than 6 rows, please DO NOT PROCEED and contact India Localization support.&lt;br /&gt;&lt;br /&gt;RESPONSIBILITY_KEY             RESPONSIBILITY_NAME&lt;br /&gt;------------------------------ --------------------------------------------------------------------------------------------------&lt;br /&gt;FIXED_ASSETS_MANAGER           Fixed Assets Manager&lt;br /&gt;INVENTORY                      Inventory&lt;br /&gt;ORDER_MGMT_SUPER_USER          Order Management Super User&lt;br /&gt;PAYABLES_MANAGER               Payables Manager&lt;br /&gt;PURCHASING_SUPER_USER          Purchasing Super User&lt;br /&gt;RECEIVABLES_MANAGER            Receivables Manager&lt;br /&gt;&lt;br /&gt;6 rows selected.&lt;br /&gt;==============================================================================&lt;br /&gt;Checking whether Attributes 1 thru 5, 14 and 15 are in use by Global Data Elements..&lt;br /&gt;==============================================================================&lt;br /&gt;This Check is mandatory since India Localization patchset installation scripts will delete any previous registrations of attributes 1 thru 5, 14 and 15 with Global Data Elements in the DFFs AP_INVOICES, AP_INVOICE_DISTRIBUTIONS,&lt;br /&gt;FA_ADDITIONS, FA_MASS_ADDITIONS, FND_COMMON_LOOKUPS, MTL_SYSTEM_ITEMS, PER_ORGANIZATION_UNITS, RCV_TRANSACTIONS,&lt;br /&gt;RCV_SHIPMENT_HEADERS, PO_LOOKUP_CODES.&lt;br /&gt;The Customer must move the data to another attribute not in (1-5,14,15) since the above mentioned attributes arerequired by India Localization product. Please refer to User Manual for details.&lt;br /&gt;&lt;br /&gt;no rows selected&lt;br /&gt;&lt;br /&gt;If the above query returned any rows, then please DO NOT PROCEED with India Localization patchset unless you migrate the data attached to that particular attribute to another attribute not in (1-5,14,15).&lt;br /&gt;&lt;br /&gt;9.  Ensure that the table "JA_IN_INSTALL_CHECK_INFO_D" does not exist with owner as "APPS".&lt;br /&gt;    The below query executed in APPS schema SHOULD NOT return any row(s) :&lt;br /&gt;&lt;br /&gt;select owner, table_name from all_tables where table_name = 'JA_IN_INSTALL_CHECK_INFO_D' and owner = 'APPS' ;&lt;br /&gt;&lt;br /&gt; Doesn’t exist &lt;br /&gt;&lt;br /&gt; In case of any row returned by the above query, please follow the Metalink note # 390231.1 for resolution.&lt;br /&gt;&lt;br /&gt;10. Ignore this step if it is a Fresh install of India Localization (or) Service Tax patch ( 4239736 ) had been already applied.&lt;br /&gt;&lt;br /&gt; Please run the script "jai_rcv_chk_pending_delivery.sql" supplied with this patch in APPS schema as follows :&lt;br /&gt;    sqlplus apps/&lt;apps_pwd&gt; @jai_rcv_chk_pending_delivery.sql&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/5498551 $ sqlplus apps/XXXXa&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 15:30:12 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; @jai_rcv_chk_pending_delivery.sql&lt;br /&gt;*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU&lt;br /&gt;CAN GO AHEAD WITH PATCH APPLICATION ****&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Follow the directions given as output by the script. &lt;br /&gt;Only if it returns the message "** NO RECEIPT PENDING FOR DELIVERY WITHSERVICE/EXCISE TAX ATTACHED EXISTS, YOU CAN GO AHEAD WITH PATCH APPLICATION ****", proceed with the rest of the steps.&lt;br /&gt;&lt;br /&gt;In case of any other output from the above script, please follow the instructions detailed in the document "Migrate_to_Education_Cess_Service.txt" available in the "Documents" folder of this patch zip file.&lt;br /&gt;AUTOMATED PATCH APPLICATION STEPS&lt;br /&gt;You will need to perform the following 3 steps:&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 5498551.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;POST-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;1.  The patch application is successful if the STATUS displayed is "Patch application completed successfully."&lt;br /&gt;2.  For 11.5.3 customers &lt;br /&gt;    Run at the command prompt the following perl script :&lt;br /&gt;    perl dbrun_1153.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;3. TDS MIGRATION :&lt;br /&gt; NOTE : - Migration should be done with the help of  FUNCTIONAL user and the DBA alone SHOULD NOT perform migration without adequate knowledge. &lt;br /&gt;- SKIP this STEP ( ie., 3. TDS MIGRATION ) if any of the below criteria is met :&lt;br /&gt;a. Fresh India Localization install OR&lt;br /&gt;b. Any of the below patches are applied :&lt;br /&gt;- 5377690 OR- 5373375 (OLD TDS consolidated Patch) OR&lt;br /&gt; - 5352145 (OLD TDS consolidated Patch) OR  &lt;br /&gt;- 5223033 (OLD TDS consolidated Patch) OR&lt;br /&gt;- 4860026 + 4353842  (in the order given above)&lt;br /&gt;&lt;br /&gt;For Migration of Existing Threshold Data &lt;br /&gt;&lt;br /&gt;1. View the old Threshold Data :&lt;br /&gt;Please use the following query to view the threshold data that existed before this patch application.  Threshold has undergone a major change and the old data does not show up in the vendor additional info. &lt;br /&gt;Threshold is no more setup for each vendor, but is defined for a specific vendor type. &lt;br /&gt;Exception setups can only be assigned to specific vendor or vendor sites.&lt;br /&gt;Query to view old threshold data setup for each vendor / site :&lt;br /&gt;  &lt;br /&gt;       SELECT  DISTINCT a.vendor_id,&lt;br /&gt;               a.vendor_site_id,&lt;br /&gt;               b.vendor_name,&lt;br /&gt;               DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;               a.tds_section,&lt;br /&gt;               a.tds_amount,&lt;br /&gt;               decode(a.invoice_tds_flag, 'P', 'Per Invoice', 'A', 'All Invoices')&lt;br /&gt;       FROM    ja.ja_in_vendor_tds_info_dtl a,&lt;br /&gt;               po_vendors b,&lt;br /&gt;               po_vendor_sites_all c&lt;br /&gt;       WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;       AND     b.vendor_id = c.vendor_id&lt;br /&gt;       AND     (  a.vendor_site_id = c.vendor_site_id OR  a.vendor_site_id = 0 )&lt;br /&gt;&lt;br /&gt;2. Apply file jai_ap_3841637_migrate_pkg_t.sql available in "misc" folder of this patch zip file using following command.&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_3841637_migrate_pkg_t.sql&lt;br /&gt; &lt;br /&gt;This file creates the package that is being used in the query to validate PAN number as in step 3&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/5498551/misc $ ls&lt;br /&gt;jai_ap_3841637_migrate_pkg_t.sql  jai_ap_etds_4353842_mig1_apps.sql  jai_ap_etds_4353842_mig2_apps.sql  TDS Certificate generation.doc&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/5498551/misc $ sqlplus apps/k3ob3ia&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Thu Jul 17 16:58:55 2008&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @jai_ap_3841637_migrate_pkg_t.sql;&lt;br /&gt;Package created.&lt;br /&gt;Package body created.&lt;br /&gt;&lt;br /&gt;3. PAN Number validation :&lt;br /&gt;Vendor PAN number is of significant importance after this patch application. &lt;br /&gt; Following query gives you the details of PAN number by vendor site.&lt;br /&gt;       &lt;br /&gt;SELECT  DISTINCT a.vendor_id,a.vendor_site_id,b.vendor_name,&lt;br /&gt;DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.pan_no,jai_ap_3841637_migrate_pkg_t.check_valid(a.pan_no, 10) PAN_NO_STATUS,&lt;br /&gt;DECODE(a.vendor_site_id, 0, a.confirm_pan_flag, NULL) PAN_CONFIRM_FLAG&lt;br /&gt;FROM    ja_in_vendor_tds_info_hdr a,po_vendors b,po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND   b.vendor_id = c.vendor_id&lt;br /&gt;AND   (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0 )&lt;br /&gt;  &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;4. Execute the below SQL command in APPS schema :&lt;br /&gt;DROP PACKAGE JAI_AP_3841637_MIGRATE_PKG_T ;&lt;br /&gt;          &lt;br /&gt;       &lt;br /&gt;Steps 5 and 6 are required only if you find discrepancies in PAN No and PAN Confirm Flag as a result of output of step 3 above.&lt;br /&gt;&lt;br /&gt;5. Update Script for PAN no for a vendor / site : &lt;br /&gt;       &lt;br /&gt;The following script can be used to update the PAN number for all sites (input null for vendor site) or a specific site.&lt;br /&gt;  &lt;br /&gt;UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt; SET     pan_no = '&amp;New_PAN_NO'&lt;br /&gt; WHERE   vendor_id = &amp;vendor_id&lt;br /&gt;  AND     vendor_site_id = NVL(&amp;vendor_Site_ID, vendor_site_id);&lt;br /&gt;  &lt;br /&gt;6. Update script for Confirm PAN flag : &lt;br /&gt;       &lt;br /&gt;The following script can be used to set the value of confirm_pan_flag, for all sites (input null for vendor site) or a specific site.&lt;br /&gt;  &lt;br /&gt; UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt; SET     confirm_pan_flag = '&amp;Confirm_PAN_FLAG_Y_N'&lt;br /&gt; WHERE   vendor_id = NVL(&amp;vendor_id_NULL_for_all_vendors, vendor_id);&lt;br /&gt;  &lt;br /&gt; &lt;br /&gt;  B.  Migration script for generating ETDS flat file :&lt;br /&gt;Please note that if at all the current TDS Tax rate includes both surcharge and Cess and if the tax code does not contain any value in Surcharge field of the tax code definition, then the  following steps should be executed.&lt;br /&gt;    &lt;br /&gt;1. Update the existing TDS tax code definition, so that proper value/breakup is given in the&lt;br /&gt;Surcharge Field (which may include surcharge and Cess).&lt;br /&gt;&lt;br /&gt;For example, &lt;br /&gt;Take "TDS 2.244% Sec. 194(C)" tax and assume that the total tds rate given is : 2.244% which includes 10% surcharge and 2% cess. &lt;br /&gt;And if the user had already entered the value: 2.244 in the field 'Percentage' and no value in the field 'Surcharge %age',  then he should query that particular tax code and give the value 0.244 in the 'Surcharge %age' field. &lt;br /&gt;&lt;br /&gt;This will ensure that post application of the patch the TDS amount would split into basic TDS amount + Surcharge amount + Cess amount all the existing transactions (as applicable)&lt;br /&gt;&lt;br /&gt;To perform the above step, you should navigate to Setup -&gt; Tax -&gt; Taxes and perform the steps as mentioned in the example.&lt;br /&gt;    &lt;br /&gt;2. Then the migration script(s) present in the "misc" folder of this patch zip file have to be applied.&lt;br /&gt;&lt;br /&gt;This Migration script performs backward calculation of the TDS amount and arrives at the breakup basic TDS Amount, Surcharge and Education CESS. ( Education CESS has been assumed as 2% )&lt;br /&gt;      &lt;br /&gt;         (i) Apply jai_ap_etds_4353842_mig1_apps.sql using following command :&lt;br /&gt;             sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig1_apps.sql&lt;br /&gt;               &lt;br /&gt;This will create the temporary table for the taxes which has been used from 01-APR-2004 till date for TDS invoices. Then user needs to delete the records from this temporary tables for which CESS is not applicable before running  jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;             &lt;br /&gt;        (ii) For verification of the queried data , use the query as follows.&lt;br /&gt;        &lt;br /&gt;SELECT tax_id , tax_name , tax_Rate , surcharge_rate  FROM   JA_IN_TAX_CODE_APP;&lt;br /&gt;        &lt;br /&gt;Based on the above data, you might want to delete some taxes (as discussed with functional user) which do not contain cess in the tax rate.&lt;br /&gt;             &lt;br /&gt;DELETE JA_IN_TAX_CODE_APP WHERE  tax_id = &amp;relevant_tax_id_from_query_above   &lt;br /&gt;&lt;br /&gt;(The tax_id of the tax code that need not be migrated because there is no cess applicability).&lt;br /&gt;             &lt;br /&gt;    &lt;br /&gt;        (iii) Apply jai_ap_etds_4353842_mig2_apps.sql using following command :&lt;br /&gt;&lt;br /&gt;             sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;&lt;br /&gt;             The above script will update the cess_rate, surcharge_rate in ja_in_tax_codes and correspondingly &lt;br /&gt;&lt;br /&gt;update the amt_of_tds, amt_of_cess and amt_of_surcharge in ja_in_ap_tds_invoices.&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. RG1 - Source Migration for Shipment / Manual AR Invoice Records &lt;br /&gt; A. &lt;br /&gt;check the dbms output message given after the execution of the script jai_mig_4346220.sql &lt;br /&gt;         i.  No. of records processed  -&gt; &lt;count&gt;&lt;br /&gt;         ii. No. of records where RG1 hit from WSH  -&gt; &lt;count&gt;&lt;br /&gt;         iii.No. of records where RG1 hit from AR -&gt; &lt;count&gt;&lt;br /&gt;         iv. No. of records where RG1 hit from both places -&gt; &lt;count&gt;&lt;br /&gt;         v.  No. of records for RG1 not hit at all -&gt; &lt;count&gt;&lt;br /&gt;   &lt;br /&gt;B.if output in step iv as given in A , has some value &gt; 0 then the following needs to be done:-&lt;br /&gt;   &lt;br /&gt;1.Run the below sql query &lt;br /&gt;        &lt;br /&gt;select * from ja_in_localization_errors where application_id = '4346220'&lt;br /&gt;            /&lt;br /&gt;2. Identify the register_id ( appearing as "rec_cur_get_rgi_det.register_id -&gt; " in step 1 )&lt;br /&gt;              then run the sql statement in apps schema&lt;br /&gt;        &lt;br /&gt;      Select * from ja_in_rg_i where register_id = &lt; register_id from above&gt;&lt;br /&gt;          /&lt;br /&gt;3. Based on output of the sql query go to the View RG1 Register Entry form and query the record by giving the organization  location , fin_year and slno and identify whether the transaction is caused due to a Shipment or a Ar receivable transaction.&lt;br /&gt;&lt;br /&gt;Note :- The ref_doc_id in the table ja_in_rg_i appears as the Reference No in the screen.&lt;br /&gt;4. If caused due to shipment transaction, run the below update :-&lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt; SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt;                               FROM&lt;br /&gt;                                       ja_in_so_picking_lines     jspl  ,&lt;br /&gt;                                       ja_in_so_picking_tax_lines jsptl ,&lt;br /&gt;                                       ja_in_tax_codes            jtc&lt;br /&gt;                               WHERE&lt;br /&gt;                                       jspl.delivery_detail_id  = jsptl.delivery_detail_id&lt;br /&gt;                               AND     jspl.delivery_detail_id  = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;                               AND     jspl.organization_id     = &amp;organization_id&lt;br /&gt;                               AND     jspl.location_id         = &amp;location_id&lt;br /&gt;                               AND     jspl.inventory_item_id   = &amp;inventory_item_id&lt;br /&gt;                               AND     jspl.quantity            = &amp;rg1_qty&lt;br /&gt;                               AND     jtc.tax_id               = jsptl.tax_id&lt;br /&gt;                               AND     upper(jtc.tax_type)      IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;                              ),&lt;br /&gt;                source           = 'WSH'    ,&lt;br /&gt;                last_update_date = sysdate  ,&lt;br /&gt;                last_updated_by  = -4346220&lt;br /&gt;          WHERE&lt;br /&gt;                  register_id = &amp;register_id;&lt;br /&gt;    and issue a commit;&lt;br /&gt;&lt;br /&gt;5.If caused due to the AR Receivable transaction, then run the below update :-&lt;br /&gt;   UPDATE ja_in_rg_i&lt;br /&gt;    SET cess_amount = ( SELECT sum(func_tax_amount) &lt;br /&gt;                               FROM&lt;br /&gt;                                       ja_in_ra_customer_trx       jrct   ,&lt;br /&gt;                                       ja_in_ra_customer_trx_lines jrctl  ,&lt;br /&gt;                                       ja_in_ra_cust_trx_tax_lines jrcttl ,&lt;br /&gt;                                       ja_in_tax_codes             jtc&lt;br /&gt;                               WHERE&lt;br /&gt;                                       jrct.customer_trx_id        = jrctl.customer_trx_id&lt;br /&gt;                               AND     jrct.customer_trx_id       = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;                               AND     jrctl.customer_trx_line_id  = jrcttl.link_to_cust_trx_line_id&lt;br /&gt;                               AND     jrct.organization_id        = &amp;organization_id&lt;br /&gt;                               AND     jrct.location_id            = &amp;location_id&lt;br /&gt;                               AND     jrctl.inventory_item_id     = &amp;inventory_item_id&lt;br /&gt;                               AND     jtc.tax_id                  = jrcttl.tax_id&lt;br /&gt;                               AND     upper(jtc.tax_type)         IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;                source           = 'AR'    ,&lt;br /&gt;                last_update_date = sysdate  ,&lt;br /&gt;                last_updated_by  = -4346220&lt;br /&gt;          WHERE&lt;br /&gt;                  register_id = &amp;register_id;&lt;br /&gt;   &lt;br /&gt;           commit;&lt;br /&gt;   &lt;br /&gt;Note:- the quantity is not required to be given in case of a receivable transaction ,hence not considered in the above update.&lt;br /&gt;This is because RG is at a invoice level and not at a invoice line level.&lt;br /&gt;   &lt;br /&gt;C.if output in step v given in A, has some value &gt; 0 then please log a service request with India Localization support.&lt;br /&gt;        &lt;br /&gt;*************PLEASE DO NOT FLUSH THE JA_IN_LOCALIZATION_ERROR TABLE UNTIL ALL THE MIGRATION ISSUES HAVE BEEN RESOLVED*************************&lt;br /&gt;   &lt;br /&gt;D. IF iv and v from step A return 0 however i,ii or ii show some count then the migration is successful and a commit can be issue&lt;br /&gt;      &lt;br /&gt;  &lt;br /&gt;5. Run the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   If there are invalids the script will generate "invalid_il_objects.log"&lt;br /&gt;&lt;br /&gt;   Open the log "invalid_il_objects.log" and check if the following objects are invalid :&lt;br /&gt;&lt;br /&gt;   a. VIEW JA_IN_MATCH_LINES_V IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_match_lines_v.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_match_lines_v.sql&lt;br /&gt;&lt;br /&gt;   b. TRIGGER JA_IN_PO_LINES_TAX_UPDATE_TRG IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_po_lines_tax_update_trg.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_po_lines_tax_update_trg.sql&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   c. TRIGGER JAIN_TDSTEMP_AFTERINSERT_TRG IS INVALID&lt;br /&gt;      - Apply the sql "ja_in_tds_temp_after_insert_trg.sql" using the following command&lt;br /&gt;        sqlplus apps/&lt;appspwd&gt; @$JA_TOP/5219225/11_5_3/ja_in_tds_temp_after_insert_trg.sql &lt;br /&gt;   &lt;br /&gt;Re-run the perl script "compile_il_apps_obj.pl" and in case of invalid objects please log a service request with &lt;br /&gt;India Localization support and upload the log "invalid_il_objects.log" in the SR.&lt;br /&gt;&lt;br /&gt;6. To generate messages&lt;br /&gt;  &lt;br /&gt;      -  Go to "Application Developer" Responsibility&lt;br /&gt;      -  Open View -&gt; Requests&lt;br /&gt;      -  Click on "Submit New Request"&lt;br /&gt;      -  Click on "Single Request"&lt;br /&gt;      -  Enter "Generate Messages" in  Name field&lt;br /&gt;      -  Enter the following parameters&lt;br /&gt;           Language     : US&lt;br /&gt;           Application  : Asia/Pacific Localizations&lt;br /&gt;           Mode         : DB_TO_RUNTIME&lt;br /&gt;      -  Click Ok and then Submit the request, ensure that request completes successfully&lt;br /&gt;      -  Logout and Relogin&lt;br /&gt;&lt;br /&gt;7. Please refer the documents in the "Documents" directory :&lt;br /&gt;  &lt;br /&gt;   a. 60107 User Reference Manual&lt;br /&gt;   b. 60107 Technical Reference Manual&lt;br /&gt;   c. 60107 Data Sheet&lt;br /&gt;&lt;br /&gt;8. In the following index creation steps, if an index already exists error is encountered - Ignore the error.&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "PO" USER &lt;br /&gt;&lt;br /&gt;    create index ja_in_rcv_shipment_headers_n1 on rcv_shipment_headers(receipt_num)&lt;br /&gt;    create index ja_in_rcv_transactions_n1 on rcv_transactions (rma_reference);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "AR" USER &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    create index ja_in_ra_customer_trx_all_n1 on&lt;br /&gt;    ra_customer_trx_all(interface_header_attribute1, interface_header_attribute6);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    CREATE THE FOLLOWING INDEX CONNECTING AS "INV" USER &lt;br /&gt;    &lt;br /&gt;    create index ja_in_mtl_transactions_n1 on  mtl_material_transactions(rcv_transaction_id);            &lt;br /&gt;&lt;br /&gt;9. Customers below 11.5.7 Applications Release, please ensure to apply 3291333.zip before performing this step.&lt;br /&gt; &lt;br /&gt;For the new reports of this patch set to work, &lt;br /&gt;Copy the INLOC_P.prt from the 5498551 directory to $FND_TOP/reports directory. &lt;br /&gt;After copying, register the Printer Style "INLOC_BACS" and Printer Driver "INLOC_AT_EFT" with Printer Type Installed at your site. &lt;br /&gt;     &lt;br /&gt;    To do this Navigate to "Install -&gt; Printer -&gt; Register" with System administrator Responsibility and query for all printers installed at your site. &lt;br /&gt;    For each printer installed, check the Type and Click on "Printer  Types" button and query for all those printer types. &lt;br /&gt;    Add a new record under "Printer Drivers" with  "INLOC_BACS" as Style and "INLOC_AT_EFT" as Driver Name and save the record.&lt;br /&gt;    Only after this the report will  run properly and show the output. Bounce the Concurrent Manager after this step for the changes to take effect.&lt;br /&gt;&lt;br /&gt;10. If you are getting the following error message when trying to attach the TDS tax in the&lt;br /&gt;    AP Invoice Distributions DFF.&lt;br /&gt;&lt;br /&gt;    QUOTE&lt;br /&gt;&lt;br /&gt;    APP-FND-01564: ORACLE error 904 in FDFGDF&lt;br /&gt;&lt;br /&gt;    Cause: FDFGDF failed due to ORA-00904: "VENDOR_SITE_ID_F":invalid identifier. &lt;br /&gt;&lt;br /&gt;    UNQUOTE&lt;br /&gt;&lt;br /&gt;    Perform the following steps :&lt;br /&gt;    a. Please note any customization done to AP Invoice Distributions DFF.&lt;br /&gt;    b. Run the below command in the patch directory :&lt;br /&gt;       i)  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_C.ldt.&lt;br /&gt;      ii)  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_E.ldt.&lt;br /&gt;     iii)  Replace &lt;apps_pwd&gt; with password of APPS user. &lt;br /&gt;           FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    c. Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;11. This patch replaces CUSTOM.pll on $AU_TOP/resource.&lt;br /&gt;    The customization which is performed in CUSTOM.pll is backed up in patch/backup/resource directory.&lt;br /&gt;    The customization present in patch/backup/resource/CUSTOM.pll should be added to $AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;    To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;    f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;12. India Localization (IL) menus have undergone a change. &lt;br /&gt;    Prior to 60107, IL menus had both Base and IL submenus/functions and in 60107 the same IL menus have been changed to include only the IL submenus/functions. &lt;br /&gt;    &lt;br /&gt;    For each of the IL seeded responsibilities we have created a new menu which includes IL submenus and Base submenus.&lt;br /&gt;    &lt;br /&gt;    The seeded responsibilities provided by India Localization now have the following menus as mentioned below :&lt;br /&gt; &lt;br /&gt;Responsibility                 | Old menu attached                | New Menu attached&lt;br /&gt; India Local Fixed Assets      | FA_MAIN - India                  | India Localization Fixed Assets Menu&lt;br /&gt; India Local Inventory         | INV_NAVIGATE - India             | India Localization Inventory Menu&lt;br /&gt; India Local OM   | ONT_SUPER_USER - India           | India Localization Order &lt;br /&gt;&lt;br /&gt;Mgmt Menu&lt;br /&gt;    India Local Payables         | AP_NAVIGATE_GUI12 - India        | India Localization Payables Menu&lt;br /&gt;    India Local Purchasing       | Purchasing SuperUser GUI - India | India Localization Purchasing &lt;br /&gt;&lt;br /&gt;Menu&lt;br /&gt;    India Local Receivables      | AR_NAVIGATE_GUI - India          | India Localization Receivables &lt;br /&gt;&lt;br /&gt;Menu&lt;br /&gt;NOTE : All customized menus created using the India Localization submenus are impacted and need to be changed accordingly.&lt;br /&gt; Use "adadmin" utility to compile the menus.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ cat  /tmp/5498551.log&lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Log : Start Time [ 18-Aug-2008 18:04:38 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 5498551.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;……..&lt;br /&gt;…&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/5498551.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 18-Aug-2008 18:24:07 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Time 25 min&lt;br /&gt;PATCH  4239736  CUMULATIVE SERVICE TAX PATCH.&lt;br /&gt;&lt;br /&gt;Pre-requistes&lt;br /&gt;Customers should be at least on IN60105D2 patchset of India Localization to apply this patch.&lt;br /&gt;&lt;br /&gt;Important Note&lt;br /&gt;This patch is created by merging &lt;br /&gt;• Service Tax patch (4146708) + &lt;br /&gt;• Service Tax Reports patch (4205215) + &lt;br /&gt;• Service Tax patch Update (4202284). &lt;br /&gt;If you have applied all the three above, then you NEED NOT apply this patch.&lt;br /&gt;&lt;br /&gt;Patch Application Steps :&lt;br /&gt;&lt;br /&gt;IMPORTANT FIRST STEP: &lt;br /&gt;Please run the script "jai_rcv_chk_pending_delivery.sql" supplied with this patch in APPS schema, using SQL*Plus and follow the directions given as output by the script. &lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736 $ sqlplus apps/xxxx&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Mon Jul 21 13:48:36 2008&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @jai_rcv_chk_pending_delivery.sql;&lt;br /&gt;*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU&lt;br /&gt;CAN GO AHEAD WITH PATCH APPLICATION ****&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Only if it returns the message "*** NO RECEIPT PENDING FOR DELIVERY WITH SERVICE/EXCISE TAX ATTACHED EXISTS, YOU CAN GO AHEAD WITH PATCH APPLICATION ****", proceed with the rest of the steps.&lt;br /&gt;&lt;br /&gt;In case of any other output from the above script, please follow the instructions detailed in the Document s/Migrate_to_Education_Cess_Service.txt". folder.&lt;br /&gt;&lt;br /&gt;A FAQ "Service_Tax_FAQ.pdf" is available in the Documents folder of this patch. This document provides solution/explanations to some of the frequently asked clarifications about Service Tax Solution released by India Localization. Please go through the document before applying this patch.&lt;br /&gt;&lt;br /&gt;1) Customers on IN60105D2 - please use the patch 4239736_105.zip. This patch will overwrite the CUSTOM.pll on your AU_TOP/resource directory. Please take a backup of the CUSTOM.pll and after successful patch application, you have to merge the code with the CUSTOM.pll overwritten by this patch.&lt;br /&gt;&lt;br /&gt;2) Customers on IN60106 - please use the patch 4239736_106.zip&lt;br /&gt;&lt;br /&gt;3) Customers who have already applied this patch on IN60105D2 and now upgraded to IN60106, should again apply this patch for IN60106. Please move the directories $JA_TOP/4239736 and $JA_TOP/$APPLLOG/4239736 to a different location before re-applying the patch for IN60106.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Extract the patch:&lt;br /&gt;  Extract appropriate 4239736_xxx.zip on the $JA_TOP. It will create the directory 4239736 and create the objects in that directory. Change directory to $JA_TOP/4239736.&lt;br /&gt;&lt;br /&gt;5) Customers on FND patchset level C or above and below E   &lt;br /&gt;&lt;br /&gt;Current FND patchset H&lt;br /&gt;  &lt;br /&gt;Copy all the ldts in FND_C directory to $JA_TOP/4239736/patch/115/import/US.&lt;br /&gt;&lt;br /&gt;6) Change directory to "driver".&lt;br /&gt;&lt;br /&gt;7) If on Unix, give execute permissions to all the files there.&lt;br /&gt;&lt;br /&gt;8) Run the following commands in the given order with given arguments. Make sure that you run them in Bourne-compatible shells (Bourne shell, Bash etc).&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Copied JAIN57F4.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINACDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINARTX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCLBO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCPLA.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDMAN.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDPBO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINDSHP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINEORD.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINIBOE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINIRGI.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINMREC.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINMVAT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOSPM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPLAM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPVDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINREQN.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRFQQ.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRG23.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGAC.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGCO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINRGFT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINUTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVBAL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVPLA.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVRCV.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINVWRG.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIREGIM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMDT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMMT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMPT.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMSP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAIRGMST.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAF23A_2 to INV_TOP/reports/US.&lt;br /&gt;Copied JAFRMRG1 to INV_TOP/reports/US.&lt;br /&gt;Copied JAIN23D to AR_TOP/reports/US.&lt;br /&gt;Copied JAIN23D to ONT_TOP/reports/US.&lt;br /&gt;Copied JAINABST to PO_TOP/reports/US.&lt;br /&gt;Copied JAINCVAT to PO_TOP/reports/US.&lt;br /&gt;Copied JAINCVAT to INV_TOP/reports/US.&lt;br /&gt;Copied JAINER1 to AR_TOP/reports/US.&lt;br /&gt;Copied JAINEXCL to INV_TOP/reports/US.&lt;br /&gt;Copied JAINMCEN to PO_TOP/reports/US.&lt;br /&gt;Copied JAINMCENCG_EXC to PO_TOP/reports/US.&lt;br /&gt;Copied JAINMCEN_EXC to PO_TOP/reports/US.&lt;br /&gt;Copied JAINPLA to INV_TOP/reports/US.&lt;br /&gt;Copied JAINRECI to PO_TOP/reports/US.&lt;br /&gt;Copied JAINTSLS to AR_TOP/reports/US.&lt;br /&gt;Copied JAIRGMCR to JA_TOP/reports/US.&lt;br /&gt;Copied JAIRGMPL to JA_TOP/reports/US.&lt;br /&gt;Copied JAIRGMPR to JA_TOP/reports/US.&lt;br /&gt;Copied JAIST3 to JA_TOP/reports/US.&lt;br /&gt;Copied JAINTAX.pll successfully to AU_TOP.&lt;br /&gt;Copied JAINTAX1.pll successfully to AU_TOP.&lt;br /&gt;Copied jaintax.pll successfully to AU_TOP.&lt;br /&gt;Copied jaintax1.pll successfully to AU_TOP.&lt;br /&gt;All files copied successfully.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver&lt;br /&gt;$ dbrun.sh &lt;apps_pwd&gt; &lt;ja_pwd&gt; 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ . apps.env&lt;br /&gt;applprod@vezora3:~ $ cd /u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ dbrun.sh k3ob3ia ja 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Running ja_in_create_table_3575112.sql&lt;br /&gt;create table ja_in_fa_mass_additions&lt;br /&gt;……&lt;br /&gt;….&lt;br /&gt;………………………….&lt;br /&gt;Report filename : O6986832.out&lt;br /&gt;Log filename    : L6986833.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986833.out&lt;br /&gt;Log filename    : L6986834.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986834.out&lt;br /&gt;Log filename    : L6986835.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986835.out&lt;br /&gt;Running ja_in_datafix_4194107.sql&lt;br /&gt;&lt;br /&gt;0 rows deleted&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Running jai_cmn_datafix_4205215.sql&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Running jai_datafix_4199929_apps.sql&lt;br /&gt;0 rows updated.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Running jai_rcv_migration_3940588.sql&lt;br /&gt;Index created.&lt;br /&gt;Index created.&lt;br /&gt;&lt;br /&gt;***** Successfully Migrated Old Receipts to New Receipts *****&lt;br /&gt;----- Record Count that are already in JA :0&lt;br /&gt;----- Record Count inserted into JA :0&lt;br /&gt;----- Total Count Processed :0&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Index dropped.&lt;br /&gt;Index dropped.&lt;br /&gt;Commit complete.&lt;br /&gt;&lt;br /&gt;Finished Database driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Generating forms&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Procedure Body UOM_CONVERT......&lt;br /&gt;  Compiling Package Body TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;  Compiling Package Body OTHERS......&lt;br /&gt; Done.&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX1...&lt;br /&gt; Done.&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986851.out&lt;br /&gt;Log filename    : L6986852.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986852.out&lt;br /&gt;Log filename    : L6986853.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986853.out&lt;br /&gt;Log filename    : L6986854.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986854.out&lt;br /&gt;Log filename    : L6986855.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986855.out&lt;br /&gt;Log filename    : L6986856.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986856.out&lt;br /&gt;Finished Generate driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Note: Replace &lt;apps_pwd&gt; with password of APPS user and &lt;ja_pwd&gt; with password of JA user.&lt;br /&gt;&lt;br /&gt;9) Please check the log files created in $JA_TOP/$APPLLOG/4239736 directory and its subdirectories for any issues.&lt;br /&gt;&lt;br /&gt;Check the output logs in C:\111111\vezora3\Logs_IN_Local\4239736&lt;br /&gt;&lt;br /&gt;10) Customers on multi-node installations, please run the following two drivers on the FORMS node, after running step 8 on Database/Concurrent nodes.&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt; $ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;Replace &lt;apps_pwd&gt; with password of APPS user and &lt;ja_pwd&gt; with password of JA user.&lt;br /&gt;&lt;br /&gt;11) Please run "$JA_TOP/4239736/compile_script.sql" as APPS user. It will create "compile_objects.sql" in current directory. Please run it to compile localization invalid objects. Run these two scripts in cyclic loop till you have no invalids reported by "compile_script.sql".&lt;br /&gt;&lt;br /&gt;applprod@vezora3:~ $ cd /u01/DEV3/apps/prodappl/ja/11.5.0/4239736&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4239736 $ sqlplus apps/xxxx&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Tue Aug 19 13:29:35 2008&lt;br /&gt;&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;&lt;br /&gt;SQL&gt; @compile_script.sql;&lt;br /&gt;&lt;br /&gt;Alter PROCEDURE JAINSOIF compile&lt;br /&gt;/&lt;br /&gt;…&lt;br /&gt;……&lt;br /&gt;………….&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12) Please navigate to "Documents" folder in this patch zip file to find documents pertaining to:&lt;br /&gt; a) Receipt Corrections.&lt;br /&gt; b) Rounding of Excise Amounts.&lt;br /&gt; c) Service Tax functionality.&lt;br /&gt; d) Education Cess functionality.&lt;br /&gt; e) Migrate_to_Education_Cess_Service.txt&lt;br /&gt;&lt;br /&gt;13) If ALL of the following conditions are true then please apply patch 4211132 from metalink. You may need to run any data migration scripts that might have failed due to these invalids. Please check the dbrun.log for such issues. &lt;br /&gt; a. You are on 11.5.6 or below&lt;br /&gt; b. You do not plan to apply VAT patch 4245089 after this patch&lt;br /&gt; c. There are invalids in the database after Step 11 above with error message such as:&lt;br /&gt;&lt;br /&gt;PLS-00201: identifier 'INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS' must be declared&lt;br /&gt;         &lt;br /&gt;14) If you are on IN60105D2 and do not plan to apply VAT patch 4245089, then you might find two forms JAINEORD.fmb and JAINARTX.fmb not getting generated. Please apply patch 4360220 to resolve the issue.&lt;br /&gt;&lt;br /&gt;PATCH  - 4245089  INDIA LOCALIZATION VAT SOLUTION.&lt;br /&gt;&lt;br /&gt;Pre-requistes&lt;br /&gt;-------------&lt;br /&gt;1) Customers should be atleast on IN60105D2 patchset of India Localization to apply this patch.&lt;br /&gt;2) Please apply Service Tax patch 4146708, Service tax reports patch 4205215 and Service tax update patch 4202284.&lt;br /&gt;3) Cumulative Service Tax patch 4239736 can be applied instead of the above three patches mentioned in point 2.&lt;br /&gt;&lt;br /&gt;Important Note: Customers who applied Cumulative Service Tax patch 4239736 on IN60105D2 and have subsequently upgraded to IN60106, should re-apply the Cumulative Service Tax patch before applying this patch and ignore all invalids until this patch is applied completely.&lt;br /&gt;&lt;br /&gt;A FAQ "Value_Added_Tax_FAQ.pdf" is included in the Documents folder of this patch. This document provides solution/explanations to some of the frequently asked clarifications about Value Added Tax Solution released by India Localization. Please go through the document before applying this patch.&lt;br /&gt;&lt;br /&gt;Patch Application Steps :&lt;br /&gt;&lt;br /&gt;(Important: The notation below is given for Unix shells, particularly Bourne shell. Windows users, please use %&lt;variable&gt;% instead of $&lt;variable&gt; and "dir\file" instead of "dir/file" notation.)&lt;br /&gt;&lt;br /&gt;1) Extract 4245089.zip on the $JA_TOP. It will create the directory 4245089 and create the objects in that directory. Change directory to $JA_TOP/4245089.&lt;br /&gt;&lt;br /&gt;2) Customers on FND patchset level C or above and below E:&lt;br /&gt;  Copy all the ldts in FND_C directory to $JA_TOP/4245089/patch/115/import/US.&lt;br /&gt;&lt;br /&gt;3) Change directory to "driver".&lt;br /&gt;&lt;br /&gt;4) If on Unix, give execute permissions to all the files there.&lt;br /&gt;&lt;br /&gt;5) Run the following commands in the given order with given arguments. Make sure that you run them in Bourne-compatible shells (Bourne shell, Bash etc).&lt;br /&gt;&lt;br /&gt;$ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Copied JAIITMCL.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINACDM.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINARTX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINCSHP.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINEORD.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINOTAX.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPO.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORE.fmb successfully to AU_TOP/forms/US.&lt;br /&gt;Copied JAINPORL.fmb successfully to AU_TOP/forms/US&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;cp: cannot stat `jaintax.pll': No such file or directory&lt;br /&gt;Could not copy jaintax.pll to AU_TOP.&lt;br /&gt;cp: cannot stat `jaintax1.pll': No such file or directory&lt;br /&gt;Could not copy jaintax1.pll to AU_TOP.&lt;br /&gt;One of more files could not be copied. Please check the log file and proceed with the next driver only after resolving the error.&lt;br /&gt;&lt;br /&gt;$ dbrun.sh &lt;apps_pwd&gt; &lt;ja_pwd&gt; 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ dbrun.sh k3ob3ia  ja 2&gt;&amp;1 | tee -a dbrun.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Running jai_vat_obj_ja_4245089.sql&lt;br /&gt;CREATING TABLE JAI_RGM_TERMS&lt;br /&gt;CREATE TABLE JAI_RGM_TERMS&lt;br /&gt;             *&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00955: name is already used by an existing object&lt;br /&gt;………….&lt;br /&gt;………………….&lt;br /&gt;&lt;br /&gt;Report filename : O6986872.out&lt;br /&gt;Log filename    : L6986873.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986873.out&lt;br /&gt;Log filename    : L6986874.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986874.out&lt;br /&gt;Log filename    : L6986875.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986875.out&lt;br /&gt;Log filename    : L6986876.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986876.out&lt;br /&gt;Log filename    : L6986877.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986877.out&lt;br /&gt;Log filename    : L6986878.log&lt;br /&gt;&lt;br /&gt;Report filename : O6986878.out&lt;br /&gt;Running jai_seed_4248279_gl_jrnal_src.sql&lt;br /&gt;&lt;br /&gt;PL/SQL procedure successfully completed.&lt;br /&gt;&lt;br /&gt;Commit complete.&lt;br /&gt;Finished Database driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $ generate.sh k3ob3ia 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;APPL_TOP is set to /u01/DEV3/apps/prodappl&lt;br /&gt;JA_TOP is set to /u01/DEV3/apps/prodappl/ja/11.5.0&lt;br /&gt;Generating forms&lt;br /&gt;Forms 6.0 (Form Compiler) Version 6.0.8.27.0 (Production)&lt;br /&gt;&lt;br /&gt;Forms 6.0 (Form Compiler): Release  - Production&lt;br /&gt;&lt;br /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;     With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;     JServer Release 9.2.0.8.0 - Production&lt;br /&gt;PL/SQL Version 8.0.6.3.0 (Production)&lt;br /&gt;Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production&lt;br /&gt;Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)&lt;br /&gt;Oracle Multimedia Version 6.0.8.25.0 (Production)&lt;br /&gt;Oracle Tools Integration Version 6.0.8.17.0 (Production)&lt;br /&gt;Oracle Tools Common Area Version 6.0.5.32.0&lt;br /&gt;Oracle CORE Version 4.0.6.0.0 - Production&lt;br /&gt;Compiling library JAINTAX...&lt;br /&gt;  Compiling Package Spec TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body UOM_CONVERT......&lt;br /&gt;  Compiling Package Body TAX_PRECEDENCE......&lt;br /&gt;  Compiling Procedure Body SHOW_INEFFECTIVE_TAX......&lt;br /&gt;  Compiling Package Body OTHERS......&lt;br /&gt; Done.&lt;br /&gt;….&lt;br /&gt;…….&lt;br /&gt;……..&lt;br /&gt;……….&lt;br /&gt;Compiling WHEN-BUTTON-PRESSED trigger on REFRESH item in PROGRESS_INDICATOR data block...&lt;br /&gt;   No compilation errors.&lt;br /&gt;&lt;br /&gt;Compiling WHEN-BUTTON-PRESSED trigger on CANCEL_PROPERTIES item in PROGRESS_INDICATOR data block...&lt;br /&gt;   No compilation errors.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Created form file /u01/DEV3/apps/prodappl/ja/11.5.0/forms/US/JAIRGMST.fmx&lt;br /&gt;Log filename    : L6986879.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986879.out&lt;br /&gt;Log filename    : L6986880.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986880.out&lt;br /&gt;Log filename    : L6986881.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Report filename : O6986881.out&lt;br /&gt;Finished Generate driver.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/4245089/driver $&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;6) Please check the log files created in $JA_TOP/$APPLLOG/4245089 directory and its subdirectories for any issues.&lt;br /&gt;&lt;br /&gt;see logs in C:\111111\vezora3\Logs_IN_Local\4245089\&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7) Customers on multi-node installations, please run the following two drivers on the FORMS node, after running step 8 on Database/Concurrent nodes.&lt;br /&gt; $ copy.sh 2&gt;&amp;1 | tee -a copy.log&lt;br /&gt; $ generate.sh &lt;apps_pwd&gt; 2&gt;&amp;1 | tee -a generate.log&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10) Please generate message files for JA product using adadmin.&lt;br /&gt;&lt;br /&gt;11) Please run "$JA_TOP/4245089/compile_script.sql" as APPS user. It will create "compile_objects.sql" in current directory. Please run it to compile localization invalid objects. Run these two scripts in cyclic loop till you have no invalids reported by "compile_script.sql".&lt;br /&gt;&lt;br /&gt;12) User reference manual "India Localization VAT URM.pdf" is included in the "Documents" folder.&lt;br /&gt;&lt;br /&gt;PATCH 6167056 - HANDLING SECONDARY AND HIGHER EDUCATION CESS  &lt;br /&gt;Instructions For Applying This Patch&lt;br /&gt;&lt;br /&gt;1)  This Patch should be applied ONLY using the India Localization Automated Patch&lt;br /&gt;    Application Tool provided as patch 6059025. If you have not applied the patch 6059025,&lt;br /&gt;    please download and apply as instructed in the Readme.&lt;br /&gt;&lt;br /&gt;    Go through Automated Patch Application Tool manual and UNDERSTAND THE USAGE OF THE TOOL.&lt;br /&gt;    Refer metalink note# 376756.1 for more information on the tool.&lt;br /&gt;    Please raise an SR for any queries regarding the tool.&lt;br /&gt;&lt;br /&gt;3)  This patch replaces CUSTOM.pll on AU_TOP/resource.&lt;br /&gt;    Refer the "Instructions to merge CUSTOM.pll" in the "POST-PATCH APPLICATION STEPS"&lt;br /&gt;    section for details.&lt;br /&gt;&lt;br /&gt;4)  This patch delivers solution for handling "Secondary and Higher Education" Cess.&lt;br /&gt;&lt;br /&gt;5)  You should read thoroughly the below sections before applying the patch :&lt;br /&gt;     -  PRE-REQUISITES&lt;br /&gt;     -  PRE-PATCH APPLICATION STEPS&lt;br /&gt;     -  SPECIAL INSTRUCTIONS&lt;br /&gt;     -  APPLY THE PATCH&lt;br /&gt;     -  DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;     -  POST-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;&lt;br /&gt;This patch should be applied only if the following patch (es) are already applied :&lt;br /&gt;&lt;br /&gt;1)  IN60107                done &lt;br /&gt;2)  IN60105D2 + ST (4239736) + VAT (4245089)&lt;br /&gt;3)  IN60106   + ST (4239736) + VAT (4245089)      done &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PRE-PATCH APPLICATION STEPS&lt;br /&gt;&lt;br /&gt;1)  Check if DBMS_SUPPORT package is present in your APPS schema by using the below query in APPS schema &lt;br /&gt;&lt;br /&gt;select object_name, object_type  from   all_objects where  object_name = 'DBMS_SUPPORT' and object_type like 'PACKAGE%' ;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;If the above query does not return both DBMS_SUPPORT package and package body,&lt;br /&gt;create them using below command :&lt;br /&gt;    sqlplus apps/apps @$ORACLE_HOME/rdbms/admin/dbmssupp.sql&lt;br /&gt;&lt;br /&gt;2)  Please take a backup of your database before the patch can be applied.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SPECIAL INSTRUCTIONS&lt;br /&gt;Please ask the functional users to go through "India Localization Budget 07-08.pdf"&lt;br /&gt;located in the "Documents" directory for understanding the setup and change&lt;br /&gt;of behavior with this patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;APPLY THE PATCH&lt;br /&gt;&lt;br /&gt;This Patch should be applied ONLY using the India Localization Patch Application Tool &lt;br /&gt;&lt;br /&gt;You will need to perform the following 4 steps :&lt;br /&gt;1)  Extract the patch 6167056 zip file to a temporary directory.&lt;br /&gt;2)  Change directory to 6167056.&lt;br /&gt;3)  Note that the patch application log generated gets appended for every application of the patch. It is advisable to rename the old log file generated for future reference.&lt;br /&gt;&lt;br /&gt;4)  Apply the patch as described below based on whether your installation is single-node or multi-node.&lt;br /&gt;&lt;br /&gt;    a)  Single-node installation&lt;br /&gt;     &lt;br /&gt;Syntax for applying the patch :&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log&lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 19-Aug-2008 14:29:36 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 19-Aug-2008 14:29:37 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;…&lt;br /&gt;……&lt;br /&gt;…….&lt;br /&gt;jai_rcv_rmaref_v.sql                         &lt;br /&gt;jai_ar_tcs_repository_pkg.plb                &lt;br /&gt;jai_arra_trg.plb                             &lt;br /&gt;jai_ar_cash_receipts_trg_pkg.plb             &lt;br /&gt;jai_cmn_dbg_ctx.plb                          &lt;br /&gt;jai_rgm_thld_prc.plb                         &lt;br /&gt;jainaptcs_b.plb                              &lt;br /&gt;jai_ap_tcs_prc.plb                           &lt;br /&gt;jai_ar_etcs_prc.plb                          &lt;br /&gt;jai_cmn_misc_concurrents_pkg.plb             &lt;br /&gt;jai_stforms_prc.plb                          &lt;br /&gt;jai_ar_eer1_pkg.plb                          &lt;br /&gt;jai_cmn_mass_tax.plb                         &lt;br /&gt;jai_trx_repo_ext.plb                         &lt;br /&gt;jai_mtl_trxs_pkg.plb                         &lt;br /&gt;jai_po_hook_pkg.plb                          &lt;br /&gt;jai_rcv_opm_costing_pkg.plb                  &lt;br /&gt;jai_arra_ariud.sql                           &lt;br /&gt;jai_ar_cash_receipts_ariud_trg.sql           &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 19-Aug-2008 14:37:31 ]&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $&lt;br /&gt;&lt;br /&gt;Log at C:\111111\vezora3\Logs_IN_Local\6167056\&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;For details on [ other args ] please refer to the Automated Patch Tool User Manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;POST-PATCH APPLICATION STEPS&lt;br /&gt;============================&lt;br /&gt;&lt;br /&gt;IMPORTANT NOTE :&lt;br /&gt;-  Ignore steps 4 till 8, if you have applied IN60107 patch&lt;br /&gt;-  Steps 4, 5 and 9 are related to data migration and hence should be reviewed by both FUNCTIONAL USER and DBA.&lt;br /&gt;&lt;br /&gt;1)  Instructions to check India Localization invalids&lt;br /&gt;&lt;br /&gt;    Run the following perl script from $JA_TOP/inpatch :&lt;br /&gt;    perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl compile_il_apps_obj.pl appspwd=k3ob3ia&lt;br /&gt;Compiling the APPS schema&lt;br /&gt; .. .. .. .. completed with no invalids.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $&lt;br /&gt;&lt;br /&gt;    If there are invalids the script will generate "invalid_il_objects.log"&lt;br /&gt;    Open the log "invalid_il_objects.log" and check if the following objects are invalid :&lt;br /&gt;     a)  TRIGGER JA_IN_PO_LINES_TAX_UPDATE_TRG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_po_lines_tax_update_trg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_po_lines_tax_update_trg.sql&lt;br /&gt;&lt;br /&gt;    b)  TRIGGER JAIN_TDSTEMP_AFTERINSERT_TRG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_tds_temp_after_insert_trg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_tds_temp_after_insert_trg.sql&lt;br /&gt;  &lt;br /&gt;    c)  PACKAGE BODY JA_IN_RECEIPT_ACCOUNTING_PKG IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_receipt_accounting_pkg.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_receipt_accounting_pkg.sql&lt;br /&gt;&lt;br /&gt;    d)  PROCEDURE JA_IN_RECEIPT_TAXES IS INVALID&lt;br /&gt;        - Apply the sql "ja_in_receipts_p.sql" using the following command&lt;br /&gt;          sqlplus apps/&lt;appspwd&gt; @11_5_7/ja_in_receipts_p.sql&lt;br /&gt;  &lt;br /&gt;Re-run the perl script "compile_il_apps_obj.pl" and in case of invalid objects please log a  service request with India Localization support and upload the log "invalid_il_objects.log" in the SR.&lt;br /&gt;&lt;br /&gt;2)  Instructions to generate messages&lt;br /&gt;    &lt;br /&gt;    a)  Go to "Application Developer" Responsibility&lt;br /&gt;    b)  Open View -&gt; Requests&lt;br /&gt;    c)  Click on "Submit New Request"&lt;br /&gt;    d)  Click on "Single Request"&lt;br /&gt;    e)  Enter "Generate Messages" in  Name field&lt;br /&gt;    f)  Enter the following parameters&lt;br /&gt;        -  Language     : US&lt;br /&gt;        -  Application  : Asia/Pacific Localizations&lt;br /&gt;        -  Mode         : DB_TO_RUNTIME&lt;br /&gt;    g)  Click Ok and then Submit the request, ensure that request completes successfully&lt;br /&gt;    h)  Logout and Relogin&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3)  Instructions to merge CUSTOM.pll&lt;br /&gt;The customization which is performed in CUSTOM.pll is backed up in 6167056/backup/resource directory.&lt;br /&gt;&lt;br /&gt;Please refer metalink note# 417795.1 for merging India Localization code into the CUSTOM.pll.&lt;br /&gt;&lt;br /&gt;Copy the CUSTOM.pll to $AU_TOP/resource and re-generate the CUSTOM.plx using the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;4)  TDS MIGRATION&lt;br /&gt; NOTE :&lt;br /&gt; - Migration should be done with the help of FUNCTIONAL user and the DBA alone  SHOULD NOT perform migration without adequate knowledge.&lt;br /&gt;  - &lt;br /&gt;SKIP this STEP ( ie., 3. TDS MIGRATION ) if any of the below criteria is met :&lt;br /&gt;  i) Fresh India Localization install&lt;br /&gt;            OR&lt;br /&gt;      ii) Any of the below patches are applied :&lt;br /&gt;          - 60107  OR&lt;br /&gt;          - 5377690 OR&lt;br /&gt;          - 5373375 (OLD TDS consolidated Patch) OR&lt;br /&gt;          - 5352145 (OLD TDS consolidated Patch)OR&lt;br /&gt;          - 5223033 (OLD TDS consolidated Patch)OR&lt;br /&gt;          - 4860026 + 4353842 (in the order given above)&lt;br /&gt;             &lt;br /&gt;a)  For Migration of Existing Threshold Data&lt;br /&gt; i)  View the old Threshold Data :&lt;br /&gt;&lt;br /&gt;Please use the following query to view the threshold data that existed before this patch application. Threshold has undergone a major change and the old data does not show up in the vendor additional info. Threshold is no more setup for each vendor, but is defined for a specific vendor type. Exception setups can only be assigned to specific vendor or vendor sites.&lt;br /&gt;         &lt;br /&gt;Query to view old threshold data setup for each vendor / site :&lt;br /&gt;         &lt;br /&gt;SELECT  DISTINCT a.vendor_id,&lt;br /&gt;a.vendor_site_id, b.vendor_name,&lt;br /&gt;DECODE(a.vendor_site_id, 0 , 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.tds_section, a.tds_amount, decode(a.invoice_tds_flag, 'P', 'Per Invoice', 'A', 'All Invoices')&lt;br /&gt;FROM    ja.ja_in_vendor_tds_info_dtl a,  po_vendors b, po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND    b.vendor_id = c.vendor_id&lt;br /&gt;AND   (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0 )&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;ii)  Apply file jai_ap_3841637_migrate_pkg_t.sql available in "misc" folder of this patch zip file using below command :&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_3841637_migrate_pkg_t.sql&lt;br /&gt;&lt;br /&gt;This file creates the package that is being used in the query to validate PAN number as in step 3.&lt;br /&gt; &lt;br /&gt;      &lt;br /&gt;iii)  PAN Number validation :&lt;br /&gt;      &lt;br /&gt;Vendor PAN number is of significant importance after this patch application.&lt;br /&gt;Following query gives you the details of PAN number by vendor site.&lt;br /&gt;      &lt;br /&gt;SELECT  DISTINCT a.vendor_id,&lt;br /&gt;a.vendor_site_id, b.vendor_name,&lt;br /&gt; DECODE (a.vendor_site_id, 0, 'Null Site', c.vendor_site_code) "Vendor Site Code",&lt;br /&gt;a.pan_no, jai_ap_3841637_migrate_pkg_t.check_valid (a.pan_no, 10) PAN_NO_STATUS,&lt;br /&gt;DECODE (a.vendor_site_id, 0, a.confirm_pan_flag, NULL) PAN_CONFIRM_FLAG&lt;br /&gt;FROM    ja_in_vendor_tds_info_hdr a, po_vendors b,po_vendor_sites_all c&lt;br /&gt;WHERE   a.vendor_id = b.vendor_id&lt;br /&gt;AND b.vendor_id = c.vendor_id&lt;br /&gt;AND (a.vendor_site_id = c.vendor_site_id OR a.vendor_site_id = 0)&lt;br /&gt; &lt;br /&gt;       iv)  Execute the below SQL command in APPS schema :&lt;br /&gt;            DROP PACKAGE JAI_AP_3841637_MIGRATE_PKG_T ;&lt;br /&gt;           &lt;br /&gt;            Steps 5 and 6 are required only if you find discrepancies in PAN No and&lt;br /&gt;            PAN Confirm Flag as a result of output of step 3 above.&lt;br /&gt;&lt;br /&gt;        v)  Update Script for PAN no for a vendor / site :&lt;br /&gt;        &lt;br /&gt;            The following script can be used to update the PAN number for all sites&lt;br /&gt;            (input null for vendor site) or a specific site.&lt;br /&gt;       &lt;br /&gt;            UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt;            SET     pan_no = '&amp;New_PAN_NO'&lt;br /&gt;            WHERE   vendor_id = &amp;vendor_id&lt;br /&gt;            AND     vendor_site_id = NVL(&amp;vendor_Site_ID, vendor_site_id);&lt;br /&gt;   &lt;br /&gt;       vi)  Update script for Confirm PAN flag :&lt;br /&gt;        &lt;br /&gt;            The following script can be used to set the value of confirm_pan_flag, for all sites&lt;br /&gt;            (input null for vendor site) or a specific site.&lt;br /&gt;       &lt;br /&gt;            UPDATE  ja_in_vendor_tds_info_hdr&lt;br /&gt;            SET     confirm_pan_flag = '&amp;Confirm_PAN_FLAG_Y_N'&lt;br /&gt;            WHERE   vendor_id = NVL(&amp;vendor_id_NULL_for_all_vendors, vendor_id);&lt;br /&gt;     &lt;br /&gt; &lt;br /&gt;    b)  Migration script for generating ETDS flat file&lt;br /&gt;       &lt;br /&gt;Please note that if at all the current TDS Tax rate includes both surcharge and Cess and if the tax code does not contain any value in Surcharge field of the tax code definition, then the following steps should be executed.&lt;br /&gt;   &lt;br /&gt;i)  Update the existing TDS tax code definition, so that proper value/breakup is given in the Surcharge Field (which may include surcharge and Cess).&lt;br /&gt;&lt;br /&gt;For example,&lt;br /&gt;Take "TDS 2.244% Sec. 194(C)" tax and assume that the total tds rate given is : 2.244%            which includes 10% surcharge and 2% cess. And if the user had already entered the value: 2.244 in the field 'Percentage' and no value in the field 'Surcharge %age', then he should query that particular tax code and give the value 0.244 in the 'Surcharge %age' field. This will ensure that post application of the patch the TDS amount would split into basic TDS amount + Surcharge amount + Cess amount all the existing transactions (as applicable).&lt;br /&gt;&lt;br /&gt;To perform the above step, you should navigate to Setup -&gt; Tax -&gt; Taxes and perform the steps as mentioned in the example.&lt;br /&gt;   &lt;br /&gt;       ii)  Then the migration script(s) present in the "misc" folder of this patch zip file&lt;br /&gt;            have to be applied.&lt;br /&gt;&lt;br /&gt;This Migration script performs backward calculation of the TDS amount and arrives at the breakup basic TDS Amount, Surcharge and Education CESS.  ( Education CESS has been assumed as 2% )&lt;br /&gt;       &lt;br /&gt;-  Apply jai_ap_etds_4353842_mig1_apps.sql using following command :&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig1_apps.sql&lt;br /&gt;                &lt;br /&gt;This will create the temporary table for the taxes which has been used from 01-APR-2004 till date for TDS invoices. Then user needs to delete the records from this temporary tables for which CESS is not applicable before running   jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;              &lt;br /&gt;-  For verification of the queried data , use the query as follows.&lt;br /&gt;         &lt;br /&gt;SELECT tax_id , tax_name , tax_Rate , surcharge_rate FROM   JA_IN_TAX_CODE_APP;&lt;br /&gt;         &lt;br /&gt;Based on the above data, you might want to delete some taxes (as discussed with functional user) which do not contain cess in the tax rate.&lt;br /&gt;              &lt;br /&gt;DELETE JA_IN_TAX_CODE_APP&lt;br /&gt;WHERE  tax_id = &amp;relevant_tax_id_from_query_above;  &lt;br /&gt; &lt;br /&gt; (The tax_id of the tax code that need not be migrated because there is no cess applicability)&lt;br /&gt;     &lt;br /&gt;-  Apply jai_ap_etds_4353842_mig2_apps.sql using following command :&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_ap_etds_4353842_mig2_apps.sql&lt;br /&gt;&lt;br /&gt;  The above script will update the cess_rate, surcharge_rate in ja_in_tax_codes and correspondingly update the amt_of_tds, amt_of_cess and amt_of_surcharge in ja_in_ap_tds_invoices.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;5)  RG1 - Source Migration for Shipment / Manual AR Invoice Records&lt;br /&gt; a)  Apply file jai_mig_4346220.sql available in "admin" folder of this patch zip file using following command.&lt;br /&gt;&lt;br /&gt;sqlplus apps/&lt;apps_pwd&gt; @jai_mig_4346220.sql&lt;br /&gt;        &lt;br /&gt;Check the dbms output message given after the execution of the script jai_mig_4346220.sql&lt;br /&gt;        i)  No. of records processed  -&gt; &lt;count&gt;&lt;br /&gt;       ii)  No. of records where RG1 hit from WSH  -&gt; &lt;count&gt;&lt;br /&gt;      iii)  No. of records where RG1 hit from AR -&gt; &lt;count&gt;&lt;br /&gt;       iv)  No. of records where RG1 hit from both places -&gt; &lt;count&gt;&lt;br /&gt;        v)  No. of records for RG1 not hit at all -&gt; &lt;count&gt;&lt;br /&gt;  &lt;br /&gt;    b)  If output in step iv as given in A , has some value &gt; 0 then the following needs&lt;br /&gt;        to be done :&lt;br /&gt;  &lt;br /&gt;        i)  Run the below sql query&lt;br /&gt;            select * from ja_in_localization_errors where application_id = '4346220' ;&lt;br /&gt;  &lt;br /&gt;       ii)  Identify the register_id ( appearing as "rec_cur_get_rgi_det.register_id -&gt; " in step 1 )&lt;br /&gt;            and then run the sql statement in apps schema&lt;br /&gt;       &lt;br /&gt;            select * from ja_in_rg_i where register_id = &lt; register_id from above&gt; ;&lt;br /&gt;   &lt;br /&gt;      iii)  Based on output of the sql query go to the View RG1 Register Entry form and query&lt;br /&gt;            the record by giving the organization, location, fin_year and slno and&lt;br /&gt;            identify whether the transaction is caused due to a Shipment or&lt;br /&gt;            an AR receivable transaction.&lt;br /&gt;  &lt;br /&gt;            NOTE : The ref_doc_id in the table ja_in_rg_i appears as the Reference No in the screen.&lt;br /&gt;       &lt;br /&gt;       iv)  If caused due to shipment transaction, run the below update and issue a COMMIT :&lt;br /&gt;  &lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt;SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt; FROM&lt;br /&gt;ja_in_so_picking_lines     jspl  ,&lt;br /&gt;ja_in_so_picking_tax_lines jsptl ,&lt;br /&gt;ja_in_tax_codes            jtc&lt;br /&gt;WHERE&lt;br /&gt;jspl.delivery_detail_id  = jsptl.delivery_detail_id&lt;br /&gt;AND    jspl.delivery_detail_id  = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt;AND    jspl.organization_id     = &amp;organization_id&lt;br /&gt;AND    jspl.location_id         = &amp;location_id&lt;br /&gt;AND    jspl.inventory_item_id   = &amp;inventory_item_id&lt;br /&gt;AND    jspl.quantity            = &amp;rg1_qty&lt;br /&gt;AND    jtc.tax_id               = jsptl.tax_id&lt;br /&gt;AND    upper(jtc.tax_type)      IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt;  ),&lt;br /&gt;source  = 'WSH'    ,&lt;br /&gt;last_update_date = sysdate  ,&lt;br /&gt;last_updated_by  = -4346220&lt;br /&gt;WHERE&lt;br /&gt;register_id = &amp;register_id;&lt;br /&gt;            &lt;br /&gt;COMMIT;&lt;br /&gt;&lt;br /&gt;v)  If caused due to the AR Receivable transaction, then run the below update and issue a COMMIT :&lt;br /&gt;  &lt;br /&gt;UPDATE ja_in_rg_i&lt;br /&gt;SET cess_amount = ( SELECT sum(func_tax_amount)&lt;br /&gt;FROM&lt;br /&gt;ja_in_ra_customer_trx       jrct   ,&lt;br /&gt; ja_in_ra_customer_trx_lines jrctl  ,&lt;br /&gt; ja_in_ra_cust_trx_tax_lines jrcttl ,&lt;br /&gt;  ja_in_tax_codes             jtc&lt;br /&gt; WHERE&lt;br /&gt; jrct.customer_trx_id        = jrctl.customer_trx_id&lt;br /&gt; AND     jrct.customer_trx_id       = &lt;&amp;reference_no from RG1 balance screen&gt;&lt;br /&gt; AND     jrctl.customer_trx_line_id  = jrcttl.link_to_cust_trx_line_id&lt;br /&gt; AND     jrct.organization_id        = &amp;organization_id&lt;br /&gt; AND     jrct.location_id            = &amp;location_id&lt;br /&gt; AND     jrctl.inventory_item_id     = &amp;inventory_item_id&lt;br /&gt;  AND     jtc.tax_id                  = jrcttl.tax_id&lt;br /&gt;  AND     upper(jtc.tax_type) IN ('EXCISE_EDUCATION_CESS','CVD_EDUCATION_CESS')&lt;br /&gt; source  = 'AR'    ,&lt;br /&gt;last_update_date = sysdate  ,&lt;br /&gt; last_updated_by  = -4346220&lt;br /&gt; WHERE&lt;br /&gt; register_id = &amp;register_id;&lt;br /&gt;  &lt;br /&gt;COMMIT;&lt;br /&gt;  &lt;br /&gt;NOTE:&lt;br /&gt;The quantity is not required to be given in case of a receivable transaction, hence not considered in the above update. This is because RG is at a invoice level and not at a invoice line level.&lt;br /&gt;  &lt;br /&gt;6)  Creating Indexes&lt;br /&gt; Execute the following statements to create the index :&lt;br /&gt; NOTE : If an index already exists error is encountered - Ignore the error.&lt;br /&gt;&lt;br /&gt; a)  CREATE THE FOLLOWING INDEX CONNECTING AS "PO" USER&lt;br /&gt;  i) create index ja_in_rcv_shipment_headers_n1 on rcv_shipment_headers ( receipt_num );&lt;br /&gt;  ii) create index ja_in_rcv_transactions_n1 on rcv_transactions ( rma_reference );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; b)  CREATE THE FOLLOWING INDEX CONNECTING AS "AR" USER&lt;br /&gt;   i) create index ja_in_ra_customer_trx_all_n1 on&lt;br /&gt;     ra_customer_trx_all ( interface_header_attribute1, interface_header_attribute6 );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    c)  CREATE THE FOLLOWING INDEX CONNECTING AS "INV" USER&lt;br /&gt;        i) create index ja_in_mtl_transactions_n1 on&lt;br /&gt;  mtl_material_transactions ( rcv_transaction_id );  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7)  Printer Setup&lt;br /&gt; NOTE : Customers below 11.5.7 Oracle Applications Release should apply 3291333.zip before proceeding with steps a) and b).&lt;br /&gt;&lt;br /&gt;a)  For the new reports of this patch set to work perform the below steps :&lt;br /&gt;  i)  Copy the INLOC_P.prt from the 6167056 directory to $FND_TOP/reports directory.&lt;br /&gt;  ii)  Register the Printer Style "INLOC_BACS" and Printer Driver "INLOC_AT_EFT" as described below :&lt;br /&gt;            -  Naviagate to "Install -&gt; Printer -&gt; Register" in System administrator Responsibility&lt;br /&gt;            -  Query for all printers installed at your site.&lt;br /&gt;            -  For each printer installed, check the Type and Click on "Printer  Types" button&lt;br /&gt;               and query for all those printer types.&lt;br /&gt;            -  Add a new record under "Printer Drivers" with "INLOC_BACS" as Style and "INLOC_AT_EFT" as Driver Name and save the record.&lt;br /&gt;            -  Bounce the Concurrent Manager after this step for the changes to take effect.&lt;br /&gt;       &lt;br /&gt;    b)  For printing "page-break" for India Localization reports please follow metalink note# 444034.1&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;8)  DFF for AP Invoice Distributions&lt;br /&gt;    &lt;br /&gt;    If you are getting the following error message when trying to attach the TDS tax in the AP Invoice Distributions DFF.&lt;br /&gt;&lt;br /&gt;    QUOTE&lt;br /&gt;&lt;br /&gt;    APP-FND-01564: ORACLE error 904 in FDFGDF&lt;br /&gt;&lt;br /&gt;    Cause: FDFGDF failed due to ORA-00904: "VENDOR_SITE_ID_F":invalid identifier.&lt;br /&gt;&lt;br /&gt;    UNQUOTE&lt;br /&gt;&lt;br /&gt;    Perform the following steps :&lt;br /&gt;    a)  Please note any customization done to AP Invoice Distributions DFF.&lt;br /&gt;    b)  Run the below command in the patch directory :&lt;br /&gt;        -  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_C.ldt.&lt;br /&gt;        -  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with AP_INVOICE_DISTRIBUTIONS_E.ldt.&lt;br /&gt;        -  Replace &lt;apps_pwd&gt; with password of APPS user.&lt;br /&gt;           FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    c)   Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9)  SHE Cess migration&lt;br /&gt;    ------------------&lt;br /&gt;&lt;br /&gt;    Refer to the migration section in 'India Localization Budget 07-08.pdf' to pass manual GL entries&lt;br /&gt;    for accounting 1% SHE Cess.&lt;br /&gt;    &lt;br /&gt;    The following log files in the location specified by the below query executed in APPS schema&lt;br /&gt;    will give details of accounting entries to be passed.&lt;br /&gt;    &lt;br /&gt;    Query :&lt;br /&gt;     SELECT value FROM v$parameter WHERE  name = 'utl_file_dir';&lt;br /&gt;    &lt;br /&gt;    Log files :&lt;br /&gt;     om_accounting.log&lt;br /&gt;     ar_accounting.log&lt;br /&gt;     ar_service_accounting.log&lt;br /&gt;     po_accounting.log&lt;br /&gt;     ap_service_accounting.log&lt;br /&gt;&lt;br /&gt;10) Run the 'India Excise Reconciliation' Concurrent from India Local Purchasing responsibility from&lt;br /&gt;    1st March 2007 for all registers and all organizations.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 28-Jul-2008 09:47:46 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 28-Jul-2008 09:47:47 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;resource/CUSTOM.pll                                      115.9.6107.2 NA        &lt;br /&gt;resource/JAINTAX1.pll                                    115.13.6107.3 NA        &lt;br /&gt;resource/JAINTAX.pll                                     115.9.6107.9 NA        &lt;br /&gt;resource/JAINHELP.pll                                    115.1.6107.1 NA  &lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;...&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 28-Jul-2008 09:48:03 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/6167056 &lt;br /&gt;PATCH 6079063 - IL SUPPORT FOR INTER ORGANIZATION SUPPORT &lt;br /&gt;REF : 2942973 - ENH:INVENTORY TRANSFER TRANSACTION DOES NOT UPDATE RG REGISTERS&lt;br /&gt;This Patch should be applied on the TEST instance first, perform rigorous test cycles,  after you are satisfied with the result of the cycles, apply this patch on the PRODUCTION  Instance.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Pre-requisites&lt;br /&gt;&lt;br /&gt;Oracle Applications Release 11.5.10.2 (3480000) + 6079248 ( ENH:SECONDARY AND HIGHER EDUCATION CESS - BUDGET 2007 )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Special Instructions&lt;br /&gt;&lt;br /&gt;A) Please refer to the "documents" folder for the following :&lt;br /&gt;    1. India Localization Inter Org Transfer.pdf ( to be used by Functional User )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6079063.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6079063 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6079063.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6079063.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 19-Aug-2008 15:59:36 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 19-Aug-2008 15:59:46 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6079063.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;resource/JAINVMTX.pll                                    115.16.6107.3 NA        &lt;br /&gt;forms/US/JAINEXCDET.fmb                                  115.10.6107.2 NA        &lt;br /&gt;forms/US/JAINVMTX.fmb                                    115.19.6107.2 NA        &lt;br /&gt;patch/115/import/US/JAI_INV_TRANSACTIONS_C.ldt           115.0.6107.1 -         &lt;br /&gt;patch/115/import/US/JAI_INV_TRANSACTIONS_E.ldt           115.0.6107.1 -         &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6079063/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6079063.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 19-Aug-2008 16:00:37 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6079063&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Total Time   5 minutes&lt;br /&gt;&lt;br /&gt;PATCH 3485155 ORACLE PROJECTS FAMILY PACK M&lt;br /&gt;FAMILY PACK 11i.PJ_PF.M                  stopped here  19_08-2008&lt;br /&gt;Please refer to MetaLink note 302074.1 for Patch Descriptions&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH 6375875&lt;br /&gt;This patch is applicable on top of 11i.PJ_PF.M RUP3&lt;br /&gt;&lt;br /&gt;This patch is a Pre Install patch to be applied&lt;br /&gt;After applying patch - #5105878: Oracle Projects Rollup Patch 3 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;Before applying patch - 5644830 # Oracle Projects Rollup Patch 4 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)and&lt;br /&gt;&lt;br /&gt;Warning: This patch contains a branched or advanced version of the following&lt;br /&gt;files:&lt;br /&gt;&lt;br /&gt;   $fpa     patch/115/sql   FPAVINVB.pls    115.31&lt;br /&gt;   $fpa     patch/115/sql   FPAVINVS.pls    115.26&lt;br /&gt;   $fpa     patch/115/sql   fpadrpobjs.sql  115.59&lt;br /&gt;   $fpa     patch/115/sql   fpastrobj.sql    115.29&lt;br /&gt;&lt;br /&gt;This fix may be overwritten if you apply a more current patchset or any other&lt;br /&gt;one-off patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please contact Oracle Worldwide Support with any questions concerning accepting&lt;br /&gt;this patch.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Description  &lt;br /&gt;1. Description&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       Old Behavior&lt;br /&gt;       -------------&lt;br /&gt;         Patch application failure was seen on applying MRUP4 patch&lt;br /&gt;         after applying MRUP3 patch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       New Behavior&lt;br /&gt;       -------------&lt;br /&gt;         Patch application will not fail on aplying MRUP4 after&lt;br /&gt;         applying MRUP3.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.   Pre-requisite or Co-requisite which is not included with this patch:&lt;br /&gt;&lt;br /&gt;      None&lt;br /&gt;&lt;br /&gt;3.Patch Applicable for versions/releases:&lt;br /&gt;&lt;br /&gt;This patch is a Pre Install patch to be applied&lt;br /&gt;After applying patch - #5105878: Oracle Projects Rollup Patch 3 for Oracle&lt;br /&gt;Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;AND&lt;br /&gt;&lt;br /&gt;Before applying patch - 5644830&lt;br /&gt;# Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;&lt;br /&gt;4.Dependent Applications:&lt;br /&gt;  None&lt;br /&gt;&lt;br /&gt;5.Patch to be applied:&lt;br /&gt;  Server&lt;br /&gt;&lt;br /&gt;6.Patch applicable only when a particular application installed:&lt;br /&gt;  Oracle Projects&lt;br /&gt;&lt;br /&gt;7.Pre-patch application steps&lt;br /&gt;  None&lt;br /&gt;&lt;br /&gt;8.Post patch application steps&lt;br /&gt;&lt;br /&gt;9.Successful patch installation checks:&lt;br /&gt;  Please check the log files after patch application for errors(if any).&lt;br /&gt;  Adpatch should be through without errors.&lt;br /&gt;&lt;br /&gt;PATCH 5644830 ROLLUP PATCH 4 FOR ORACLE PROJECTS FAMILY PACK M&lt;br /&gt;&lt;br /&gt;Install the Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M only after installing Oracle Projects Family Pack M (11i.PJ_PF.M) (patch 3485155  OracleMetaLink Note 302074.1&lt;br /&gt;&lt;br /&gt;Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M (11i.PJ_PF.M)&lt;br /&gt;also includes the features and software updates provided in the following rollup&lt;br /&gt;patches:&lt;br /&gt;    .   Oracle Project Management Family Pack M Rollup Patch (patch 4461989).&lt;br /&gt;        For information about the features and software updates included in&lt;br /&gt;        this patch,refer to OracleMetaLink Note 331007.1.&lt;br /&gt;    .   Oracle Projects Rollup Patch 2 for Oracle Projects Family Pack M&lt;br /&gt;        (11i.PJ_PF.M) (patch 4997599). For information about the software&lt;br /&gt;        updates included in this patch, refer to OracleMetaLink Note&lt;br /&gt;        351048.1.&lt;br /&gt;    .   Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M&lt;br /&gt;        (11i.PJ_PF.M) (patch 5105878). For information about the features&lt;br /&gt;        and software updates included in this patch, refer to OracleMetaLink&lt;br /&gt;        Note 361295.1.&lt;br /&gt;&lt;br /&gt;Attention:&lt;br /&gt;&lt;br /&gt;If you have customized workflow files, please create a backup before applying this patch. Applying this patch will overwrite your customized workflow files.&lt;br /&gt;&lt;br /&gt;If you have not applied Oracle Project Management Family Pack M Rollup Patch (patch 4461989), then perform the Pre-Installation Steps and the Functional Prerequisites steps described in the Instructions for Applying Oracle Project Management Family Pack M Rollup Patch section of OracleMetaLink Note 331007.1.&lt;br /&gt;&lt;br /&gt;If you have not applied Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M (patch 5105878), then perform the Pre-Installation Steps and the Functional Prerequisites steps described in the Instructions for Applying Oracle Projects Rollup Patch 3 for Oracle Projects Family Pack M section of OracleMetaLink Note 361295.1.&lt;br /&gt;&lt;br /&gt;Additional Functional Prerequisites:&lt;br /&gt;&lt;br /&gt;The following table lists patches and steps that are required if you are currently using or planning to use the corresponding features:&lt;br /&gt;&lt;br /&gt;Product   Feature    Prerequisite Patch / Step                    &lt;br /&gt;Oracle    Microsoft Project   Projects ADI Functionality for Family   N/A&lt;br /&gt;Oracle    Transaction Entry Using  Projects ADI Functionality for Family   N/A&lt;br /&gt;Project Costing  Microsoft Excel Interface Pack M Rollup Patch 4 - Patch 5367017&lt;br /&gt;&lt;br /&gt;There are no patch application order dependencies between Oracle Projects Rollup&lt;br /&gt;Patch 4 for Oracle Projects Family Pack M and the patch listed in the above table.&lt;br /&gt;&lt;br /&gt;The following must be completed after running the unified driver using&lt;br /&gt;AD Administration (adadmin):&lt;br /&gt;&lt;br /&gt;1. Generate message files&lt;br /&gt;2. Compile APPS schema(s)&lt;br /&gt;3. Compile flexfield data in AOL tables&lt;br /&gt;&lt;br /&gt;Please contact Oracle Worldwide Support with any questions about this patch.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Prerequisite Updates  &lt;br /&gt;Please refer to the Pre-Installation Steps and Functional Prerequisites in section 5 of the OracleMetaLink Note 361295.1, About Oracle Projects Rollup Patch 3 for Oracle Projects Family M (11i.PJ_PF.M).&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Description  &lt;br /&gt;For a list of software updates pertaining to this patch, refer to OracleMetaLink Note 423428.1, Software Updates for Oracle Projects Rollup Patch 4 for Oracle Projects Family Pack M(11i.PJ_PF.M).&lt;br /&gt;&lt;br /&gt;PATCH 6410693 - IL SUPPORT FOR PROJECT COSTING. &lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf application issues during patch application.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;This patch replaces CUSTOM.pll on AU_TOP/resource. Refer the "Instructions to merge CUSTOM.pll" section for details.&lt;br /&gt;&lt;br /&gt;Pre-requisite steps &lt;br /&gt;&lt;br /&gt;1. Oracle Applications Release 11.5.10.2&lt;br /&gt;2. Apply prerequisite patch # 5842122 if you are on 11.5.10 CU2 level.&lt;br /&gt;              or &lt;br /&gt;   Apply prerequisite patch # 5644830 if you are on Projects Family Pack M level. &lt;br /&gt;&lt;br /&gt;3. Follow the below steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 5765161 ( old Project Costing ) is applied by running following query in APPS schema&lt;br /&gt;       select * from jai_applied_patches where patch_number = 5765161 ;&lt;br /&gt;       &lt;br /&gt;       a. If the patch# 5765161 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 4 ).&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5765161 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410693/validation" directory&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command: &lt;br /&gt;            perl jaipatch_validation.pl val_file=6410693.val appspwd=&lt;appspwd&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410693 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410693.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410693.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:12:11 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:12:18 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410693.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;.......&lt;br /&gt;.......&lt;br /&gt;...&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_pa_costing.pls                           &lt;br /&gt;jai_pa_tax_pkg.pls                           &lt;br /&gt;jai_pa_pref_pkg.pls                          &lt;br /&gt;jai_pa_setup_ctx.pls                         &lt;br /&gt;jai_pa_billing_pkg.pls                       &lt;br /&gt;jainexsc_s.sql                               &lt;br /&gt;ja_in_inst_interface_p.sql                   &lt;br /&gt;jainexsc_b.sql                               &lt;br /&gt;jai_pa_costing.plb                           &lt;br /&gt;jai_pa_tax_pkg.plb                           &lt;br /&gt;jai_pa_pref_pkg.plb                          &lt;br /&gt;jai_pa_setup_ctx.plb                         &lt;br /&gt;jai_pa_billing_pkg.plb                       &lt;br /&gt;jai_pdia_ariud.sql                           &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410693.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:15:57 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH# 6167056."ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )&lt;br /&gt;&lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 3.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6167056 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6167056.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6167056.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:24:48 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:24:48 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6167056.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;.......&lt;br /&gt;........&lt;br /&gt;...&lt;br /&gt;Backed up objects in /stage/IN_Localization/6167056/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_ap_st_forms_insert_p.sql      patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_ar_st_forms_insert.sql        patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_iso_st_forms_insert.sql       patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_con_populate_st_forms_p.sql   patch/115/sql             JA_TOP              &lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_mass_tax_changes_p.sql        patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_create_57f4_trg.sql           patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_create_releases_57f4.sql      patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6167056.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:27:08 ]&lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;=================================&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410693.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;=============================&lt;br /&gt;&lt;br /&gt;1. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;2. Please ask the functional users to go through "India Localization Support for Project Costing.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch. &lt;br /&gt;&lt;br /&gt;3. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;4. If you are on 11i.PA.M ( Projects Family Pack M ) level, please apply the patch# 6344634&lt;br /&gt;&lt;br /&gt;Instructions to merge CUSTOM.pll&lt;br /&gt;================================&lt;br /&gt;The CUSTOM.pll is backed-up in patch/backup/resource directory before getting overwritten by the CUSTOM.pll included in this patch.&lt;br /&gt;The customization present in patch/backup/resource/CUSTOM.pll should be added to AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410693 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410693.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410693.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:35:43 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:35:43 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410693.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;……..&lt;br /&gt;…..&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410693/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;jai_pa_cmt_txn_v.sql                patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_inst_interface_p.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_TRX_SRC_PA.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql     patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410693.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:36:05 ]&lt;br /&gt;&lt;br /&gt;PATCH 6410725 - IL SUPPORT FOR PROJECT BILLING  SOLUTION&lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf&lt;br /&gt;application issues during patch application.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-- Issue # 1 : 'JA%' sequence should not exist in the APPS Schema &lt;br /&gt;&lt;br /&gt;-- Step 1. Check for sequences created in APPS schema by using the following query executed in APPS schema : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS &lt;br /&gt;WHERE OBJECT_NAME LIKE 'JA%' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'APPS'; &lt;br /&gt;&lt;br /&gt;Expected o/p: &lt;br /&gt;no rows returned &lt;br /&gt;&lt;br /&gt;--Step 2. For each sequence returned by query in Step 1, check if the sequence exists in JA schema. &lt;br /&gt;&lt;br /&gt;--If the sequence exists in JA schema, the below query will return a row : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS &lt;br /&gt;WHERE OBJECT_NAME = '&lt;sequence_name&gt;' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME = 'JA_IN_BATCH_NUMBER' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME = 'JA_IN_LC_MASTER_S' AND OBJECT_TYPE = 'SEQUENCE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;--Step 3. If sequence exists in JA schema then connect to JA schema and perform the following : &lt;br /&gt;&lt;br /&gt;--a. Execute the following query and note the value returned by the query : &lt;br /&gt;SELECT JA.&lt;sequence_name&gt;.NEXTVAL FROM DUAL ; &lt;br /&gt;&lt;br /&gt;--b. DROP SEQUENCE JA.&lt;sequence_name&gt; ; &lt;br /&gt;&lt;br /&gt;--Step 4. Connect to APPS schema and perform the following : &lt;br /&gt;&lt;br /&gt;--a. Execute the following query and note value returned by the query : &lt;br /&gt;SELECT APPS.&lt;sequence_name&gt;.NEXTVAL FROM DUAL ; &lt;br /&gt;&lt;br /&gt;SELECT APPS.JA_IN_BATCH_NUMBER.NEXTVAL FROM DUAL ;      -- result 1&lt;br /&gt;&lt;br /&gt;SELECT APPS.JA_IN_LC_MASTER_S.NEXTVAL FROM DUAL ;      -- result 1&lt;br /&gt;&lt;br /&gt;b. DROP SEQUENCE APPS.&lt;sequence_name&gt; ; &lt;br /&gt;&lt;br /&gt;DROP SEQUENCE APPS.JA_IN_BATCH_NUMBER ;&lt;br /&gt;&lt;br /&gt;DROP SEQUENCE APPS.JA_IN_LC_MASTER_S ;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Step 5. Connect to JA schema, replace the &lt;value&gt; with the MAXIMUM value obtained in Step3.a. , Step4.a &lt;br /&gt;&lt;br /&gt;CREATE SEQUENCE JA.&lt;sequence_name&gt; START WITH &lt;value&gt; INCREMENT BY 1 CACHE 20;&lt;br /&gt; &lt;br /&gt;CREATE SEQUENCE JA.JA_IN_BATCH_NUMBER START WITH 1 INCREMENT BY 1 CACHE 20; &lt;br /&gt;&lt;br /&gt;CREATE SEQUENCE JA.JA_IN_LC_MASTER_S START WITH 1 INCREMENT BY 1 CACHE 20; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.&lt;sequence_name&gt; TO APPS; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.JA_IN_BATCH_NUMBER TO APPS; &lt;br /&gt;&lt;br /&gt;GRANT ALL ON JA.JA_IN_LC_MASTER_S TO APPS; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Step 6. Connect to APPS schema and create the synonym for the sequence using : &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.&lt;sequence_name&gt; FOR JA.&lt;sequence_name&gt; ;&lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.JA_IN_BATCH_NUMBER FOR JA.JA_IN_BATCH_NUMBER ; &lt;br /&gt;&lt;br /&gt;CREATE SYNONYM APPS.JA_IN_LC_MASTER_S FOR JA.JA_IN_LC_MASTER_S ;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--Issue # 2 : No 'JA%' table should not exist in the APPS Schema &lt;br /&gt;&lt;br /&gt;--Step 1. Check for tables created in APPS schema by using the following query executed in APPS schema : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE 'JA%' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'APPS'; &lt;br /&gt;&lt;br /&gt;Expected o/p: &lt;br /&gt;no rows returned &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;--Step 2. For each table returned by query in Step 1, check if the table exists in JA schema. &lt;br /&gt;&lt;br /&gt;--If the table exists in JA schema, the below query will return a row : &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = '&lt;table_name&gt;' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_AP_TDS_SERVICES_TMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_PO_ST_FORMS_DTL_TEMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA'; &lt;br /&gt;&lt;br /&gt;SELECT OBJECT_NAME, OBJECT_TYPE, OWNER FROM ALL_OBJECTS  WHERE OBJECT_NAME = 'JA_IN_PO_ST_FORMS_HDR_TEMP' AND OBJECT_TYPE = 'TABLE' AND OWNER = 'JA';&lt;br /&gt;&lt;br /&gt;--Step 3. &lt;br /&gt;--CASE A : If table does not exist in JA schema, then connect to JA schema and perform the following : &lt;br /&gt;&lt;br /&gt;a. CREATE TABLE JA.&lt;table_name&gt; AS SELECT * FROM APPS.&lt;table_name&gt; ; &lt;br /&gt;--Connect as apps&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_AP_TDS_SERVICES_TMP to ja;&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_PO_ST_FORMS_DTL_TEMP to ja;&lt;br /&gt;&lt;br /&gt;grant select on APPS.JA_IN_PO_ST_FORMS_HDR_TEMP to ja;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_AP_TDS_SERVICES_TMP AS SELECT * FROM APPS.JA_IN_AP_TDS_SERVICES_TMP; &lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_PO_ST_FORMS_DTL_TEMP AS SELECT * FROM APPS.JA_IN_PO_ST_FORMS_DTL_TEMP ;&lt;br /&gt;&lt;br /&gt;CREATE TABLE JA.JA_IN_PO_ST_FORMS_HDR_TEMP AS SELECT * FROM APPS.JA_IN_PO_ST_FORMS_HDR_TEMP ;&lt;br /&gt;&lt;br /&gt;b. DROP TABLE APPS.&lt;table_name&gt; ; &lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_AP_TDS_SERVICES_TMP;&lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_PO_ST_FORMS_DTL_TEMP ;&lt;br /&gt;&lt;br /&gt;DROP TABLE APPS.JA_IN_PO_ST_FORMS_HDR_TEMP ;&lt;br /&gt;&lt;br /&gt;--CASE B : If the table exists in JA schema, then &lt;br /&gt;&lt;br /&gt;--a. Migrate the data from table in APPS schema to table in JA schema using following insert. &lt;br /&gt;&lt;br /&gt;INSERT INTO JA.&lt;table_name&gt; ( &lt;column_list&gt; ) SELECT &lt;column_list&gt; FROM APPS.&lt;table_name&gt; ; &lt;br /&gt;COMMIT; &lt;br /&gt;&lt;br /&gt;b. DROP TABLE APPS.&lt;table_name&gt; ;&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node&lt;br /&gt;using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;Never apply it directly on the Production instance without applying on the test.&lt;br /&gt;&lt;br /&gt;This patch replaces CUSTOM.pll on AU_TOP/resource.&lt;br /&gt;Refer the "Instructions to merge CUSTOM.pll" section for details.&lt;br /&gt;&lt;br /&gt;Pre-requisite steps &lt;br /&gt;1. Oracle Applications Release 11.5.10.2&lt;br /&gt;&lt;br /&gt;2. Copy the following files  patch 6410725 directory to $JA_TOP/patch/115/import directory&lt;br /&gt;   i)    patch/115/import/jaipaprf.lct&lt;br /&gt;   ii)   patch/115/import/jaipacxdef.lct&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725/patch/115/import &lt;br /&gt;$ cp jaipacxdef.lct  jaipaprf.lct /u01/DEV3/apps/prodappl/ja/11.5.0/patch/115/import/&lt;br /&gt;&lt;br /&gt;3. Follow the below steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 5876390 ( old Projects Billing ) is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;       select * from jai_applied_patches where patch_number = 5876390 ;&lt;br /&gt;       &lt;br /&gt;       a. If the patch# 5876390 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 4 ).&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5876390 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410725/validation"&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command: &lt;br /&gt;            perl jaipatch_validation.pl val_file=6410725.val appspwd=&lt;appspwd&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;4. Apply the "ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )" patch# 6167056.&lt;br /&gt;  &lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 3.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;=================================&lt;br /&gt;If you have applied the patch 6059025 from metalink (India Localization Patch Application Tool), you should be able to apply this patch using that tool. Please follow the user manual supplied in the patch 6059025 to apply this patch. You will need to perform the following 3 steps:&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410725.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410725.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410725.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 10:40:33 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 10:40:33 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410725.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;………&lt;br /&gt;………..&lt;br /&gt;…………….&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410725/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_RESPONSIBILITIES_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;OTHER_AR_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410725.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 10:41:08 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410725 $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Attach "India Local Project Billing" responsibility to application user&lt;br /&gt;2. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl compile_il_apps_obj.pl appspwd=k3ob3ia&lt;br /&gt;Compiling the APPS schema&lt;br /&gt; .. .. .. .. .. completed with no invalids.&lt;br /&gt;You have new mail in /var/spool/mail/applprod&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $&lt;br /&gt;&lt;br /&gt;In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;3. Please ask the functional users to go through "India Localization Support for Project Billing.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PATCH 637595 POST MANDATORY BUDGET PATCH 2007 ON TOP OF IPROC/ISUPP/PROJECTS/ENCUMBRANCE&lt;br /&gt;&lt;br /&gt;4. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6397595.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:01:40 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:01:40 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6397595.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;…….&lt;br /&gt;…..&lt;br /&gt;Backed up objects in /stage/IN_Localization/6397595/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_tax_pkg.sql                   patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_distribution_matching_p.sql   patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_pay_on_recpt_dist_match_p.sql patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_receipts_p.sql                patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_apportion_factor_ap_tax.sql   patch/115/sql             JA_TOP              &lt;br /&gt;jai_ractl_trg.plb                   patch/115/sql             JA_TOP              &lt;br /&gt;jai_rgm_trx_processing_pkg_b.sql    patch/115/sql             JA_TOP              &lt;br /&gt;jai_trx_repo_ext.plb                patch/115/sql             JA_TOP              &lt;br /&gt;jai_rgm_om_ar_vat_accounting_pkg_b.sql patch/115/sql             JA_TOP              &lt;br /&gt;jai_stforms_prc.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_apps_ar_lines_insert_trg.sql  patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_tran_rg_entry_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;JAINPO.fmb                          forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;JAINPORE.fmb                        forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;JAINREQN.fmb                        forms/US                  /u01/DEV3/apps/prodappl/au/11.5.0/forms/US&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6397595.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:02:47 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Instructions to merge CUSTOM.pll&lt;br /&gt;================================&lt;br /&gt;The CUSTOM.pll is backed-up in patch/backup/resource directory before getting overwritten by the CUSTOM.pll included in this patch.&lt;br /&gt;&lt;br /&gt;The customization present in patch/backup/resource/CUSTOM.pll should be added to AU_TOP/resource/CUSTOM.pll and the CUSTOM.plx re-generated.&lt;br /&gt;&lt;br /&gt;To re-generate the CUSTOM.plx use the below command providing the &lt;appspwd&gt; :&lt;br /&gt;f60gen module=CUSTOM userid=apps/&lt;appspwd&gt; module_type=LIBRARY&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Total Time   5 minutes&lt;br /&gt;PATCH 6410766 - IL SUPPORT FOR ISUPPLIER  &lt;br /&gt;Steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt; Verify that the patch# 5961325 is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;SQL*Plus: Release 9.2.0.8.0 - Production on Wed Aug 20 11:06:20 2008&lt;br /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;Connected to:&lt;br /&gt;Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production&lt;br /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;br /&gt;JServer Release 9.2.0.8.0 - Production&lt;br /&gt;SQL&gt; select * from jai_applied_patches where patch_number = 5961325 ;&lt;br /&gt;no rows selected       &lt;br /&gt;&lt;br /&gt; If the patch# 5961325 is NOT applied then IGNORE THIS STEP 2 and proceed to  step 3.&lt;br /&gt;&lt;br /&gt;       b. If the patch# 5961325 is applied then perform the below steps :&lt;br /&gt;          - Change to "6410766/validation" directory&lt;br /&gt;          - Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;            on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;            Command:&lt;br /&gt;            perl jaipatch_validation.pl val_file=6410766.val appspwd=xxxxx&lt;br /&gt;&lt;br /&gt;          - Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;3. Apply the "ENH:SECONDARY AND HIGHER EDUCATION CESS ( BUDGET 2007 )" patch# 6167056.&lt;br /&gt;   &lt;br /&gt;  IMPORATANT NOTE :&lt;br /&gt;  If step 2.ii.b is performed and even if Budget 2007 patch is already applied, perform the following  :&lt;br /&gt;  i)  Re-apply the Budget 2007 patch#6167056 using the "India Localization Patch Application Tool" and &lt;br /&gt;  ii) Ignore the Pre-patch and Post-patch application steps of the Budget 2007 patch#6167056.&lt;br /&gt;&lt;br /&gt;1) Extract this patch 6410766 zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6410766.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410766 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410766.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410766.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:12:10 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:12:10 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410766.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;………..&lt;br /&gt;……….&lt;br /&gt;……….&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410766/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_cmn_dbg_ctx.pls                 patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_inst_interface_p.sql          patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_po_calc_tax_p.sql             patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;jai_po_hook_pkg.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;jai_cmn_dbg_ctx.plb                 patch/115/sql             JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;RCV_SHIPMENT_HEADERS_2_E.ldt        patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_loc_ar_hdr_update_trg.sql     patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410766.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:14:00 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410766 $&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Perform the following steps to apply the RCV_SHIPMENT_HEADERS DFF :&lt;br /&gt;    i. Please note any customization done to RCV_SHIPMENT_HEADERS DFF.&lt;br /&gt;    ii. Run the below command in the patch directory :&lt;br /&gt;          a.  If you are on FND patchset C, then replace &lt;ldt_filename&gt; with RCV_SHIPMENT_HEADERS_2_C.ldt.&lt;br /&gt;          b.  If you are on FND patchset D or above, then replace &lt;ldt_filename&gt; with RCV_SHIPMENT_HEADERS_2_E.ldt.&lt;br /&gt;          c.  Replace &lt;apps_pwd&gt; with password of APPS user. &lt;br /&gt;FNDLOAD apps/&lt;apps_pwd&gt; 0 Y UPLOAD $FND_TOP/patch/115/import/afffload.lct patch/115/import/US/&lt;ldt_filename&gt; - CUSTOM_MODE=FORCE&lt;br /&gt;    iii. Redo the customization noted in step (a)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; 2. If you would like to utilize the functionality of Oracle India Local iSupplier, you&lt;br /&gt; must create a custom India Local iSupplier responsibility (as per instructions below) and assign it to users.&lt;br /&gt; &lt;br /&gt; To add the Custom responsibility:&lt;br /&gt;         a. From the Oracle System Administrator menu, select Security &gt; Responsibility &gt; Define.&lt;br /&gt;         b. Enter the following values.&lt;br /&gt;              Responsibility Name  : XXXXXXXXXX&lt;br /&gt;              Application          : iSupplier Portal&lt;br /&gt;              Responsbility Key    : XXXXXXXXXX&lt;br /&gt;              Description           : XXXXXXXXXX&lt;br /&gt;         &lt;br /&gt;              Available form(Radio button): Select the following&lt;br /&gt;                         (X) "Oracle Self Service Web Applications"&lt;br /&gt;         &lt;br /&gt;              Data Group:&lt;br /&gt;                  Name   : Standard&lt;br /&gt;                  Application   : iSupplier Portal&lt;br /&gt;         &lt;br /&gt;Menu : "ILS iSupplier Portal New Application Menu"  (Please note that this menu contains personalized IL functions)&lt;br /&gt;         &lt;br /&gt;Apply Securing Attributes to Custom Responsibility&lt;br /&gt;         &lt;br /&gt;There are three securing attributes that can be used to control access. These attributes are all seeded with the pre-defined Oracle iSupplier Portal responsibilities that are released with the product: (Please refer iSupplier implementation guide for details)&lt;br /&gt;         &lt;br /&gt;             ? ICX_SUPPLIER_ORG_ID - Identifier for the supplier.&lt;br /&gt;             ? ICX_SUPPLIER_SITE_ID - Identifier for the supplier site.&lt;br /&gt;             ? ICX_SUPPLIER_CONTACT_ID - Identifier for the supplier contact.&lt;br /&gt;         &lt;br /&gt;              1. Select Securing Attributes region in Responsibility form, search for the three securing &lt;br /&gt;                attributes that have to be applied to this responsibility.&lt;br /&gt;              2. When you have identified all the attributes to apply to this responsibility, &lt;br /&gt;                 select ICX_SUPPLIER_CONTACT_ID &gt; click Values button and give ?9999,&lt;br /&gt;                select ICX_SUPPLIER_SITE_ID &gt; Click Values button and give -9999.&lt;br /&gt;         &lt;br /&gt;          d. Click Save.&lt;br /&gt;         &lt;br /&gt;       ii. Assign Responsibilities to Users&lt;br /&gt;           -----------------------------------------&lt;br /&gt;           a. From the Oracle System Administrator menu, select Security &gt; User &gt; Define.&lt;br /&gt;           b. Enter the name of the user to whom you wish to grant the responsibility.&lt;br /&gt;           c. In the Direct Responsibilities section, enter the custom responsibility in the&lt;br /&gt;              Responsibility text box.&lt;br /&gt;           d. Click Save.&lt;br /&gt; &lt;br /&gt;3. Also please ask the functional users to go through "India Localization iSupplier URM.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch&lt;br /&gt;&lt;br /&gt;4. No further personalizations should be done on top of India Localization personalizations.&lt;br /&gt;&lt;br /&gt;5. Apply the post mandatory Budget patch# 6397595    already applied&lt;br /&gt;&lt;br /&gt;PATCH 6410797 - IL SUPPORT FOR INDIA  IPROCUREMENT. &lt;br /&gt;Before applying the patch, please refer Metalink note 433764.1 to prevent any odf application issues during patch application.&lt;br /&gt;&lt;br /&gt;For mutli-node installations, the patch should FIRST be applied on the Database node using argument "mode=D" of the India Localization Patch Application Tool.&lt;br /&gt;&lt;br /&gt;Steps :&lt;br /&gt;&lt;br /&gt;   i) Ensure that you have the following files in JA_TOP/inpatch directory :&lt;br /&gt;       a. jai_get_db_obj.sql&lt;br /&gt;       b. jai_get_view.sql&lt;br /&gt;&lt;br /&gt;   ii) Please verify that the patch# 6012240 ( old iProcurement ) is applied by running following query in APPS schema&lt;br /&gt;&lt;br /&gt;select * from jai_applied_patches where patch_number = 6012240 ;&lt;br /&gt;       &lt;br /&gt;If the patch# 6012240 is NOT applied then please IGNORE THIS STEP 3 and proceed to next step ( step 3 ).&lt;br /&gt;&lt;br /&gt;If the patch# 6012240 is applied then perform the below steps :&lt;br /&gt;- Change to "6410797/validation" directory&lt;br /&gt;- Provide execute permissions to jaipatch_validation.pl and execute the below command &lt;br /&gt;on Database, concurrent and forms tiers providing the APPS password.&lt;br /&gt;Command:&lt;br /&gt;perl jaipatch_validation.pl val_file=6410797.val appspwd=&lt;appspwd&gt;&lt;br /&gt;- Ensure that the validation script "jaipatch_validation.pl" completed successfully.&lt;br /&gt;&lt;br /&gt;Extract this patch 6410797 zip file to a temporary directory.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $ ls&lt;br /&gt;6410797.drv  admin  documents  forms  jai_6410797.sql  mds  oracle  patch   Readme_6410797.txt  reports  resource  validation&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6410797.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6410797.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 11:20:53 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 11:20:53 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6410797.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;…..&lt;br /&gt;….&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;Copied oracle/apps/ja/por/reqmgmt/webui/ILExpSearchCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/por/reqmgmt/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILItemCompareCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILShoppingClientHelper.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/reqn/webui/ILSearchResultsCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/reqn/webui.&lt;br /&gt;Copied oracle/apps/ja/icatalog/shopping/webui/ILAdvancedSearchCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/icatalog/shopping/webui.&lt;br /&gt;Copied oracle/apps/ja/por/req/webui/ILReqDescCO.class successfully to /u01/DEV3/apps/prodcomn/java/oracle/apps/ja/por/req/webui.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6410797/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;ja_in_balance_transfer.sql          patch/115/sql             JA_TOP              &lt;br /&gt;TAX_TYPE_PO_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_ARSETUP_F.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_MESSAGES_IPROC_E.ldt            patch/115/import/US       JA_TOP              &lt;br /&gt;JAINITCR_SQLAP_F.ldt                patch/115/import/US       JA_TOP              &lt;br /&gt;JAINTCSCR_JA_F.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;JAI_PROFILES_IPOC_E.ldt             patch/115/import/US       JA_TOP              &lt;br /&gt;ja_in_reqn_tax_update_trg.sql       patch/115/sql             JA_TOP              &lt;br /&gt;ja_in_reqn_curr_upd_trg.sql         patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6410797.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 11:22:19 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6410797 $&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt; 1. If you would like to utilize the functionality of Oracle India Local iProcurement, you&lt;br /&gt; must create a custom India Local iProcurement responsibility (as per instructions below) and assign it to users.&lt;br /&gt;&lt;br /&gt;    i. To add the Custom responsibility:&lt;br /&gt;       ---------------------------------&lt;br /&gt;         a. From the Oracle System Administrator menu, select Security &gt; Responsibility &gt; Define.&lt;br /&gt;         b. Enter the following values.&lt;br /&gt;              Responsibility Name : XXXXXXXXXX&lt;br /&gt;              Application         : Self-Service Web Applications&lt;br /&gt;              Responsbility Key   : XXXXXXXXXX&lt;br /&gt;              Description         : XXXXXXXXXX&lt;br /&gt;&lt;br /&gt;              Available form(Radio button): Select the following&lt;br /&gt;                         (X) "Oracle Self Service Web Applications"&lt;br /&gt;&lt;br /&gt;              Data Group:&lt;br /&gt;                  Name        : Standard&lt;br /&gt;                  Application : Self-Service Web Applications&lt;br /&gt;&lt;br /&gt;              Menu : "India Local Procurement home"  (Please note that this menu contains personalized IL functions)&lt;br /&gt;&lt;br /&gt;          d. Click Save.&lt;br /&gt;&lt;br /&gt;   ii. Assign Responsibilities to Users&lt;br /&gt;       --------------------------------&lt;br /&gt;           a. From the Oracle System Administrator menu, select Security &gt; User &gt; Define.&lt;br /&gt;           b. Enter the name of the user to whom you wish to grant the responsibility.&lt;br /&gt;           c. In the Direct Responsibilities section, enter the custom responsibility in the&lt;br /&gt;              Responsibility text box.&lt;br /&gt;           d. Click Save.&lt;br /&gt;&lt;br /&gt;   iii.Assign User Authorisations&lt;br /&gt;       --------------------------&lt;br /&gt;       Two new Profiles specific to iProcurement for IL Support are added to System Profile Values to restrict tax modification and entry:&lt;br /&gt;        a. ?IL: Access iProcurement Tax information?  - Authority to modify IL taxes in     iProcurement&lt;br /&gt;        b. ?IL: Allow iProcurement RTV CENVAT Process? - Authority to claim CENVAT during iProcurement Return to Vendor transactions.&lt;br /&gt;        c.  Default values for these profiles are set to ?NO? implying No authorization.System Administrators should set the profile values to each iProcurement users with appropriate values to ensure the proper user authorization levels.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Also please ask the functional users to go through "India Localization iProcurement URM.pdf" available in the "Documents" folder for understanding the setup and change of behavior with this patch&lt;br /&gt;&lt;br /&gt;3. No further personalizations should be done on top of India Localization personalizations.&lt;br /&gt;&lt;br /&gt;4. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;5. Report any invalids by running the following perl script from $JA_TOP/inpatch :&lt;br /&gt;   perl compile_il_apps_obj.pl appspwd=&lt;appspwd&gt;&lt;br /&gt;&lt;br /&gt;   In case of invalids, please log a service request with India Localization support providing the script generated log "invalid_il_objects.log".&lt;br /&gt;&lt;br /&gt;Total Time  5  minutes&lt;br /&gt;&lt;br /&gt;PATCH 6053828 IN_LOCALIZATION TAXES WERE NOT CONSIDERED IN ENCUMBRANCE ACCOUNTING&lt;br /&gt;Using adapatch&lt;br /&gt;Old Behaviour&lt;br /&gt;&lt;br /&gt; In Oracle Purchasing, India Localization Taxes were Not considered in Encumbrance Accounting.&lt;br /&gt;&lt;br /&gt;New Behaviour&lt;br /&gt; In Oracle Purchasing, India Localization Taxes are Now considered in Encumbrance Accounting.&lt;br /&gt;&lt;br /&gt;Patch Applicable for versions/releases:&lt;br /&gt;This patch is applicable only on top of Oracle Applications release 11.5.10 and/or Supply Chain Management Family Pack J.&lt;br /&gt;&lt;br /&gt;Done 10 minutes&lt;br /&gt;PATCH 5883053  ATO MODEL NOT GETTING INVOICED WHEN CONFIG ITEMS ARE NOT INVOICE ENABLED.&lt;br /&gt;This patch requires additional prerequisite patches to have been successfully applied to your system before it can be applied.  &lt;br /&gt;&lt;br /&gt;Prerequisite patches,&lt;br /&gt;3167649 - AOL/FLEXFIELDS ROLLUP PATCH I (OCT/2004)      already applied &lt;br /&gt;3582074 - AD_TSPACE_UTIL API PREREQ PATCH     already applied &lt;br /&gt;2032040 - WORKFLOW 2.6 FOR APPLICATIONS 11I     already applied &lt;br /&gt;2385942 - AOL/CONCURRENT PROCESSING ROLLUP PATCH C   already applied&lt;br /&gt;3562652 - AOL/AFMDMSG.LCT PREREQ PATCH C     already applied&lt;br /&gt;2733334 - AOL/CP JAVA ROLLUP PATCH A (JAN/2003)    already applied&lt;br /&gt;3313183 - AOL/AFDICT.LCT PREREQ PATCH C     already applied&lt;br /&gt;&lt;br /&gt;Old Behaviour&lt;br /&gt;In Oracle Inventory for ATO item, "Create Intercompany AR Invoice" program was not invoicing ATO model item when the following conditions satisfy&lt;br /&gt;1) Sales Order flow with 'Old Accounting'&lt;br /&gt;2) Profile "INV: Use Model &amp; Options for Configuration Pricing" is 'Y'&lt;br /&gt;3) The configured item is not Invoice Enabled&lt;br /&gt;&lt;br /&gt;New Behaviour&lt;br /&gt;&lt;br /&gt;In Oracle Inventory for ATO item, "Create Intercompany AR Invoice" program is invoicing ATO model item when the following conditions satisfy.&lt;br /&gt;1) Sales Order flow with 'Old Accounting'&lt;br /&gt;2) Profile "INV: Use Model &amp; Options for Configuration Pricing" is 'Y'&lt;br /&gt;3) The configured item is not Invoice Enabled&lt;br /&gt;&lt;br /&gt;Note :&lt;br /&gt;&lt;br /&gt;The issue is fixed in Release 12 , patch 5373455&lt;br /&gt;&lt;br /&gt;Patch Applicable for versions/releases:&lt;br /&gt;Inventory patchset 'J' / SCM Family Pack J&lt;br /&gt;&lt;br /&gt;Patch applicable only when a particular application installed:&lt;br /&gt;Oracle Inventory&lt;br /&gt;&lt;br /&gt;Successful patch installation checks:&lt;br /&gt;The version of $INV_TOP/lib/inliar.o should be 115.99.115100.27&lt;br /&gt;&lt;br /&gt;Done 40 minutes&lt;br /&gt;PATCH 6030861CST:COSTING CHANGES TO SUPPORT INDIA LOCALIZATION SUPPORT  FOR ENCUMBERANCE &lt;br /&gt;1. Pre-requisite should be applied before applying this patch.&lt;br /&gt;• Patch 2177442 (or AD MiniPack "F" or higher).&lt;br /&gt;• Patch 5883053 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Post patch application steps&lt;br /&gt;    Launch the cost manager after application of patch.&lt;br /&gt;&lt;br /&gt;9. Successful patch installation checks:&lt;br /&gt;   Verify the version of following files as:&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTACDPB.pls       115.58.115100.23&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTAVCPB.pls       115.64.115100.32&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTAVCPS.pls       115.10.115100.4&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTCOHKB.pls       115.0.115100.3&lt;br /&gt;     $BOM_TOP/patch/115/sql/CSTCOHKS.pls       115.0.115100.2&lt;br /&gt;     $PO_TOP/patch/115/sql/RCVVRUTB.pls        115.30.11510.14&lt;br /&gt;     $INV_TOP/src/inltcp.lpc                    115.120.115100.34&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;   &lt;br /&gt;Description  &lt;br /&gt;Old Behavior:&lt;br /&gt;In Oracle cost management, Encumbrance amount does not includes localization taxes while creating Encumbrance reversal entry.&lt;br /&gt;&lt;br /&gt;New Behavior:&lt;br /&gt;In Oracle cost management, Encumbrance amount includes localization taxes while creating Encumbrance reversal entry&lt;br /&gt;&lt;br /&gt;Done 40 minutes&lt;br /&gt;PATCH 6372361 - IL SUPPORT FOR ENCUMBRANCE ACCOUNTING &lt;br /&gt;Pre-requisites&lt;br /&gt;&lt;br /&gt;• Oracle Applications 11.5.10.CU2 or above&lt;br /&gt;• 6167056 ( IL Budget Patch. To be applied using IL patch tool   )  already applied&lt;br /&gt;• 6053828         already applied &lt;br /&gt;• 6030861         already applied&lt;br /&gt;&lt;br /&gt;Apply the above mentioned ADPATCH compliant patches in 3 and 4 along with their prerequisites as  mentioned in their corresponding Readme.&lt;br /&gt;&lt;br /&gt;Automated Patch Application Steps&lt;br /&gt;&lt;br /&gt;1) Extract this patch zip file to a temporary directory.&lt;br /&gt;2) Change directory to 6372361.&lt;br /&gt;3) Proceed as instructed in the automated patch tool user manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Post-Patch Application Steps&lt;br /&gt;&lt;br /&gt;1. Apply the post mandatory Budget patch# 6397595&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Special Instructions&lt;br /&gt;Please ask the functional users to go through "IL Support for Encumbrance - URM.pdf" for understanding the change of behavior with this patch.&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 &lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6372361.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6372361.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                    |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA      |&lt;br /&gt;|                        All rights reserved.                                    |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 12:13:04 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 12:13:05 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6372361.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;&lt;br /&gt;.............&lt;br /&gt;............&lt;br /&gt;.....&lt;br /&gt;&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6372361/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;CSTCOHKB.pls                        patch/115/sql             Database            &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai_encum_prc.pls                            &lt;br /&gt;jai_encum_prc.plb                            &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6372361.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 12:13:08 ]&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6372361 $&lt;br /&gt;&lt;br /&gt;Total Time  4  minutes&lt;br /&gt;&lt;br /&gt;PATCH 6397595 - POST MANDATORY BUDGET PATCH 2007  &lt;br /&gt;This Patch should be applied ONLY using the India Localization Automated Patch&lt;br /&gt;This patch delivers the following bug-fixes :    &lt;br /&gt;Patch#    Description&lt;br /&gt;    6356777   PG:INDIA - BOE WRITE OFF REPORT GOING IN ERROR....&lt;br /&gt;    6324933   JAINSTFM(11.5.10.6107.2) HAS PARTY NUMBER INSTEAD OF CUSTOMER NUMBERS.&lt;br /&gt;    6316046   ETDS OUTPUT FAILS DURING VALIDATION&lt;br /&gt;    6309878   INDIA L TAXES ARE NOT DEFAULTING IN RMA SALES ORDER WITH REF AS SALES ORDER&lt;br /&gt;    6278839   'INDIA - STATEMENT OF ACCOUNTS FOR THE SUPPLIER' NOT GIVING CORRECT INFORMATION&lt;br /&gt;    6242698   INDIA DEBTORS LEDGERR NOT REFLECTING CORRECT BALANCE FOR NEGATIVE CREDIT MEMO&lt;br /&gt;    6242362   INDIA LOCAL-ORGANISAITON ADDITIONAL INFO-S&amp;H ACCOUNTS NOT SAVED&lt;br /&gt;    6209421   ADJ TO ACCTD AMOUNTS OF RECEIPT NOT REFLECTED CORRECTLY IN INDIA CASH BANK&lt;br /&gt;    6208777   INDIA LOC - INVOICE GETTING GENERATED WITH WRONG ACCOUNTING IN DISTRIBUTION&lt;br /&gt;    6169382   VAT IS NOT CALCULATED ON VAT ASSESSABLE PRICE LIST&lt;br /&gt;    6164511   INDIA LOCAL-CTO: PLAREG NOT GEN, AR TAXES NOT UPDATED, SPLIT SHOWS WRONG VAT AV&lt;br /&gt;    6156969   INDIA LOCALIZATIONS: TDS AMOUNT IS BEING WRONGLY COMPUTED IN ETDS RETURNS&lt;br /&gt;    6153922   6079248 PATCH SHOWS ***ERROR! COULD NOT GENERATE JAINTSLS.REP. SKIPPING..&lt;br /&gt;    6147494   INDIA CTO * ITEM: VAT AV DEFAULTS TO ZERO, ORA-20001: APP-: CANNOT FIND ITEM&lt;br /&gt;    6138127   INDIA LOC- CTO RMA CREDIT MEMO CREATED WITHOUT LOCALISATON TAXES&lt;br /&gt;    6124751   BUDGET 0708 PATCHES APPLIED - TDS CERTIFICATES COMING ON THE BASIS OF CHECK IDS&lt;br /&gt;    6115608   RG23D SCREEN SHOWS ERROR FOR SUPPLIER NAME MORE THAN 60 CHARACTERS&lt;br /&gt;    6113456   FRM 40735 KEY COMMIT TRIGGER - RG CONSOLIDATION SCREEN&lt;br /&gt;    6110274   DISCOUNT IS NOT GETTING CALCULATED AS PER THE DEFINED IN THE PAYMENT TREMS&lt;br /&gt;    6084692   CORRECT TAXES ARE APPEAR IN THE RECEIPTS ONLY AFTER CLICKING THE APPLY BUTTON&lt;br /&gt;    6081946   IMPROPER TDS CERTIFICATE FORMAT AND INCORRECT DATA&lt;br /&gt;    6081519   EXCISE INVOICE NUMBER NOT DISPLAYED PROPERLY ON CLAIM MODVAT FORM.&lt;br /&gt;    6076466   PROBLEM IN "INDIA - CREDITORS TRIAL BALANCE REPORT"&lt;br /&gt;&lt;br /&gt;3)  You should read thoroughly the below sections before applying the patch :&lt;br /&gt;     -  PRE-REQUISITES&lt;br /&gt;     -  APPLY THE PATCH&lt;br /&gt;     -  DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;&lt;br /&gt;PRE-REQUISITES&lt;br /&gt;1. One or more of the following enhancements :&lt;br /&gt;   Enhancement                        Patch delivered ( latest / obsoleted )&lt;br /&gt;   IL Support for Project Costing    6410693 / 6141516&lt;br /&gt;   IL Support for Project Billing    6410725 / 6141521&lt;br /&gt;   IL Support for iSupplier           6410766 / 6141531&lt;br /&gt;   IL Support for iProcurement       6410797 / 6141534&lt;br /&gt;   IL Support for Encumbrance        6372361 / 6046998&lt;br /&gt;   &lt;br /&gt;APPLY THE PATCH&lt;br /&gt;This Patch should be applied ONLY using the India Localization Patch Application Tool provided&lt;br /&gt;as patch 6059025. If you have not applied the patch 6059025, please download and apply as&lt;br /&gt;instructed in the readme.&lt;br /&gt;&lt;br /&gt;Please go through Automated Patch Application Tool manual and UNDERSTAND THE USAGE OF THE TOOL.&lt;br /&gt;You are requested to raise an SR for any queries regarding the tool.&lt;br /&gt;&lt;br /&gt;You will need to perform the following 4 steps :&lt;br /&gt;&lt;br /&gt;1)  Extract the patch 6397595 zip file to a temporary directory.&lt;br /&gt;2)  Change directory to 6397595.&lt;br /&gt;3)  Note that the patch application log generated gets appended for every application of the patch.&lt;br /&gt;    It is advisable to rename the old log file generated for future reference.&lt;br /&gt;4)  Apply the patch as described below based on whether your installation is&lt;br /&gt;    single-node or multi-node.&lt;br /&gt;    a)  Single-node installation&lt;br /&gt;Syntax for applying the patch :&lt;br /&gt;perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=&lt;your_FND_patchset_level&gt; [ other args ]&lt;br /&gt;        For details on [ other args ] please refer to the Automated Patch Tool User Manual.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;DIAGONIZE PATCH FAILURES ( IF ANY )&lt;br /&gt;1)  The patch application is successful if the STATUS displayed is&lt;br /&gt;    "Patch application completed successfully."&lt;br /&gt;&lt;br /&gt;2)  If the patch had Failed to apply the objects, locate the logfile generated by the&lt;br /&gt;    Automated Patch application tool and search for "**Error" in the log file.&lt;br /&gt;&lt;br /&gt;3)  Please refer below metalink notes to resolve some common errors :&lt;br /&gt;    Note      Description&lt;br /&gt;    382862.1  Error! Could not copy reports/US&lt;br /&gt;    433764.1  ODF application issues/errors when applying India localization patch&lt;br /&gt;    417789.1  **Error from maintain_thhold_grps :Effective Total invoice amount&lt;br /&gt; &lt;br /&gt;4)  If you have any other errors in the log file which you are not able to resolve, please log&lt;br /&gt;    an SR with the log files generated.&lt;br /&gt;    For more details on types on log files generated refer metalink note# 376756.1&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $  perl $JA_TOP/inpatch/indpatch.pl drvr_file=6397595.drv fnd_patchset=H appspwd=k3ob3ia japwd=ja systempwd=Ka3bU3rO logfile=/tmp/6397595.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 20-Aug-2008 12:21:15 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 20-Aug-2008 12:21:15 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6397595.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;admin/jai_drop_apps_sequences.sql                        115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_5219225.sql                                115.3.6107.1 -         &lt;br /&gt;admin/jai_obs_ap_5231219.sql                             115.1.6107.1 -         &lt;br /&gt;admin/jai_obs_apps_indexes.sql                           115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_ar_4706878.sql                             115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_4742427.sql                                115.0.6107.1 -         &lt;br /&gt;admin/jai_drop_proc_5235574.sql                          115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_cmn_obj.sql                                115.0.6107.1 -         &lt;br /&gt;admin/jai_obs_jainpost_5640972.sql                       115.0.6107.1 -  &lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6397595/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jai115fn_ap_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ar_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_fa_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_inv_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_ont_E.ldt                  patch/115/import/US       JA_TOP              &lt;br /&gt;jai115fn_po_E.ldt                   patch/115/import/US       JA_TOP              &lt;br /&gt;jai115lu_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115mg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_falku.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115cp_F.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115df_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_E.ldt          patch/115/import/US       JA_TOP              &lt;br /&gt;jai115st_fndrssub724_links_E.ldt    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115rg_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115pr_E.ldt                      patch/115/import/US       JA_TOP              &lt;br /&gt;jai115_glcat.ldt                    patch/115/import/US       JA_TOP              &lt;br /&gt;jai115glsrc.ldt                     patch/115/import/US       JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /tmp/6397595.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 20-Aug-2008 12:22:14 ]&lt;br /&gt;&lt;br /&gt;applprod@vezora3:/stage/IN_Localization/6397595 $&lt;br /&gt;&lt;br /&gt;Total Time   4 minutes  &lt;br /&gt;&lt;br /&gt;POST INSTALL ISSUES&lt;br /&gt;&lt;br /&gt;PATCH  6417355 UNABLE TO APPLY PREPAYMENTS WHERE TDS TAX IDS ARE NOT PRESENT&lt;br /&gt;applprod@vezora7:/stage/IN_Localization/6417355 $ perl $JA_TOP/inpatch/indpatch.pl drvr_file=6417355.drv fnd_patchset=H appspwd=ng02mita japwd=ja systempwd=Ro2sE89 logfile=/home/applprod/6417355.log &lt;br /&gt;============================================================================&lt;br /&gt;|               INDIA LOCALISATION - PATCH APPLICATION TOOL                |&lt;br /&gt;============================================================================&lt;br /&gt;|  Copyright (c) 2005 Oracle Corporation Redwood Shores, California, USA   |&lt;br /&gt;|                        All rights reserved.                              |&lt;br /&gt;============================================================================&lt;br /&gt;Current Time [ 02-Apr-2009 14:44:58 ]&lt;br /&gt;Checking the environment variables....&lt;br /&gt;Successfully completed&lt;br /&gt;Checking the parameters to the patch application script ....&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of arguments...&lt;br /&gt;Completed Successfully&lt;br /&gt;Log : Start Time [ 02-Apr-2009 14:44:58 ]&lt;br /&gt;Checking application tool compatibilty with driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;Checking the validity of the 6417355.drv....&lt;br /&gt;Completed Successfully&lt;br /&gt;Populating the database versions for SQL files...&lt;br /&gt;Completed Successfully&lt;br /&gt;Parsing the driver file...&lt;br /&gt;Completed Successfully&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that WILL be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name                                   Version -&gt; Patch      Existing  &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;patch/115/sql/jaiaptpp_b.sql                             115.10.6107.5 115.10.6107.4&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that will NOT be applied&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Objects that are NOT considered for this mode of installation&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applying Database/mds objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applied jaiaptpp_b.sql successfully.&lt;br /&gt;******************* No mds files to copy ********************&lt;br /&gt;******************* No xmlp files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Skipping following ldt files for Applications FND patchset level [H].&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Applying forms/plls/java.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No pll files to apply ********************&lt;br /&gt;******************* No fmb files to apply ********************&lt;br /&gt;******************* No java_top files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Copying rdfs.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;******************* No rdf files to copy ********************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup details&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backed up objects in /stage/IN_Localization/6417355/backup.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Object Name              Backup -&gt;  Sub-directory        Source-Top/Database &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;jaiaptpp_b.sql                      patch/115/sql             JA_TOP              &lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Backup NOT taken for following non-available objects.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;*********************** No objects ***************************&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;STATUS :&lt;br /&gt;Patch application completed successfully.&lt;br /&gt;Please check /home/applprod/6417355.log for patch application details.&lt;br /&gt;----------------------------------------------------------------------------&lt;br /&gt;Log : End Time [ 02-Apr-2009 14:45:03 ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7030050621506679479-4437781017915623192?l=sheltong-appsdba.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sheltong-appsdba.blogspot.com/feeds/4437781017915623192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/indian-payroll-localization-patchset_09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/4437781017915623192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7030050621506679479/posts/default/4437781017915623192'/><link rel='alternate' type='text/html' href='http://sheltong-appsdba.blogspot.com/2009/08/indian-payroll-localization-patchset_09.html' title='Indian Payroll Localization Patchset Împlementation'/><author><name>sheltong</name><uri>http://www.blogger.com/profile/12080839019579891012</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7030050621506679479.post-5295888682305685443</id><published>2009-08-09T01:38:00.000+01:00</published><updated>2009-08-09T01:41:44.245+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Indian Payroll Localization Patchset Împlementation'/><title type='text'>Indian Payroll Localization Patchset Împlementation</title><content type='html'>OVERVIEW&lt;br /&gt;This paper presents a step-by-step approach for completely application of the patches for the Indian payroll&lt;br /&gt;&lt;br /&gt;Patch_dir=/stage/patches&lt;br /&gt;Indian Payroll dir =  /stage/IN_Localization&lt;br /&gt;Target_server= Linux Redhat AS 4.5&lt;br /&gt;Target_datbase= Oracle 9.2.0.8&lt;br /&gt;&lt;br /&gt;INSTALL THE INDIAN PATCH  TOOL&lt;br /&gt;Steps to apply Patch 5498551 : &lt;br /&gt;1. Copy 5498551.zip to $JA_TOP &lt;br /&gt;2. Unzip the patch 5498551 using : unzip 5498551.zip &lt;br /&gt;3. Download the Patch Application Tool ( Patch 5458248 ). (This replaces the earlier tool with  Patch 5393004)&lt;br /&gt;4. Copy the 5393004.zip to $JA_TOP. &lt;br /&gt;5. Unzip the patch 5393004 ( using command : unzip 5393004.zip ) which creates a directory inpatch in $JA_TOP. &lt;br /&gt;6. Change directory to $JA_TOP/inpatch &lt;br /&gt;7. Install the patch using : perl install.pl appspwd=&lt;appspwd&gt; japwd=&lt;japwd&gt; &lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch $ perl install.pl appspwd=xxk3ia japwd=ja&lt;br /&gt;Applied jai_create_table.sql successfully.&lt;br /&gt;Applied jai_create_synonym.sql successfully.&lt;br /&gt;Applied jai_get_obj_ver_f.sql successfully.&lt;br /&gt;Patch Application Tool installed successfully.&lt;br /&gt;applprod@vezora3:/u01/DEV3/apps/prodappl/ja/11.5.0/inpatch&lt;br /&gt;&lt;br /&gt;Now apply the below patch&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. In step 7 once the patch application tool is successfully installed then change directory to $JA_TOP/5498551&lt;br /&gt;9. Refer readme of Patch 5498551. Issue the patch application command relevant to y
