Query regarding identification of Customizations done in Oracle Apps

Hi,
I am from an IT personnel from a banking industry.
Here we are using Oracle Apps (CU1) that too on Oracle 9i. In order to go ahead with
migration of Oracle to 10g we need to migrate the application from CU1 to CU2.
But before we go with this migration, at first place we need to identify what all
customizations have been done in CU1. The application is operational in our bank since 7-8
years, somewhere we have lost the tracking sheet of the customizations done earlier.
Please help out if there is anyway (tools, script, etc) to find what all customizations
have been done in the product.
Thanks & Regards,
Abhinov Asthana
Mumbai

Sorry - incorrect answer :-)
CUSTOM.pll does not capture ALL of the customizations/extensions that may be present.
As stated before, currently there is no tool or query that will give you this info - it can only be captured thru good documentation practices.
Srini

Similar Messages

  • Query regarding passing parameters from HTML to oracle forms 9i

    I am currently trying to design an application which is called from the web but the application is on forms 9i.
    Once the URL is called the user id needs to be entered and then this needs to be passed on to the main form . As I understand it this user id needs to be passed form HTML into the first form on 9i.
    Can anyone help me with the way this can be done
    Thanks in anticipation
    Surojeet

    You can do that using PSP ( PL/SQL Server Pages ) using basic autentication. If you want to get information about you can install Oracle 8.1.7 or higher and invoke the following URL : http://localhost and make click in mod_plsql.
    [email protected]
    Joel P�rez

  • Query to get all active customers in oracle apps

    Hi All,
    I want to grab all active customers account number, customer name, email address, tel number. Could any one give me the query to get it.
    Thanks,
    Red.

    Hi,
    Please refer to this document, and see if it helps.
    Note: 68046.1 - SQL Scripts To Extract Information Relating To A Particular Customer
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=68046.1
    Regards,
    Hussein

  • Check customizations done in E-business Suite

    Hi
    Oracle Applications R12 12.1.3
    Database 11.1.0.7.0
    As am a dba want to know about the customizations done at oracle applications and in database ( tables,triggers,procedures,functions)
    As per my knowledge, we have customised Production Generation Report and Purchase Order Reports.
    Apart from i have no idea on this, please let me know how to check the customizations done here.
    Rgrds,

    Prasad,
    For the application, please refer to:
    Note: 333785.1 - Oracle Applications 11i Internationalization Guide
    Note: 393861.1 - Globalization Guide for Oracle Applications Release 12
    For the database, please refer to:
    Note: 216205.1 - Database Initialization Parameters for Oracle Applications Release 11i
    Note: 396009.1 - Database Initialization Parameters for Oracle Applications Release 12
    Regards,
    Hussein

  • OAF page : How to get its query performance from Oracle Apps Screen?

    Hi Team,
    How to get the query performance of an OAF page using Oracle Apps Screen ??
    regards
    sridhar

    Go through this link
    Any tools to validate performance of an OAF Page?
    However do let us know as these queries performance can be check through backend also
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • Query regarding App V Deployment - (Deploying DriverMSI in App - V)

    Hi All,
    This is my query regarding deployment of a driver MSI using App V. I have tried sequencing "NMap software" which has Kernel driver as service. I have separated the Kernel driver and wrapped in an MSI and tried deploying the Kernel Driver MSI using
    the DeploymentConfig.xml file but its not happening.
    I have tried writing script in DeploymentConfig.xml in AddPackage Tag as shown in the below commands where I have added driver MSI in sequenced package, and tried deploying the DeploymentConfig.xml in powershell during Add-Package event but the driver
    MSI is not getting installed in Client machine.
    <AddPackage>
            <Path>msiexec.exe</Path>
            <Arguments>/i Nmap_KernelDriver.msi /qb /l*v c:\windows\system32\LogFiles\Install_Nmap.log</Arguments>
            <Wait RollbackOnError="true" Timeout="30"/>
          </AddPackage>
          <RemovePackage>
            <Path>msiexec.exe</Path>
            <Arguments>/x {4BAB3E93-716E-4E18-90F0-1DA3876CBEB6} /qn</Arguments>
            <Wait RollbackOnError="false" Timeout="60"/>
          </RemovePackage>
        </MachineScripts>
    The other way I have tried is writing a vbscript for installing the driver MSI, added the vbs in sequenced package and called the same in DeploymentConfig.xml but no luck.Please find the command below.
    <!--
        <MachineScripts>
          <PublishPackage>
            <Path>wscript.exe</Path>
            <Arguments>[{AppVPackageRoot}]\..\Scripts\NMap_Driver_Install.vbs -guid 7c21d1e9-0fc4-4e56-b7bf-49e54d6e523f -name Insecure_Nmap_6.4_APPV</Arguments>
            <Wait RollbackOnError="true" Timeout="30"/>
          </PublishPackage>
          <UnpublishPackage>
            <Path>\\server\share\barfoo.exe</Path>
            <Arguments>-WithArgs</Arguments>
            <Wait RollbackOnError="false" Timeout="30"/>
          </UnpublishPackage>
    Please suggest any method to make this successful or kindly let me know if there is any mistake in the script.
    Thanks in advance,
    Vivek V

    Hi Nicke,
    These are the following methods and steps that I have performed for installing Driver MSi.
    Method 1:
    1. Included the driver MSI in Package Files Tab in sequencer and called the same MSI in DeploymentConfig.xml using the below script.
    <AddPackage>
            <Path>msiexec.exe</Path>
            <Arguments>/i Nmap_KernelDriver.msi /qb /l*v c:\windows\system32\LogFiles\Install_Nmap.log</Arguments>
            <Wait RollbackOnError="true" Timeout="30"/>
          </AddPackage>
          <RemovePackage>
            <Path>msiexec.exe</Path>
            <Arguments>/x {4BAB3E93-716E-4E18-90F0-1DA3876CBEB6} /qn</Arguments>
            <Wait RollbackOnError="false" Timeout="60"/>
          </RemovePackage>
        </MachineScripts>
    2. After the above steps, deployed the AppV package along with DeploymentConfig.xml in App V Client using the commands mentioned below.
    Set-ExecutionPolicy -Unrestricted
    Import-module Appvclient
    Set-AppVClientConfiguration -EnablePackageScripts 1
    Add-AppvClientPackage -Path "Path of the AppV file" -DynamicDeploymentConfig "Path of DeploymentConfig.xml"
    after trying the above steps the driver MSI is not getting installed.
    Method 2:
    1. Included the driver MSI and a VBS file(VBS contains script for calling the driverMSI)in Package Files tab in sequencer. Commandlines has been provided calling the vbs file in DeploymetConfig.xml as mentioned below.
    <!--
        <MachineScripts>
          <PublishPackage>
            <Path>wscript.exe</Path>
            <Arguments>[{AppVPackageRoot}]\..\Scripts\NMap_Driver_Install.vbs -guid 7c21d1e9-0fc4-4e56-b7bf-49e54d6e523f -name Insecure_Nmap_6.4_APPV</Arguments>
            <Wait RollbackOnError="true" Timeout="30"/>
          </PublishPackage>
          <UnpublishPackage>
            <Path>\\server\share\barfoo.exe</Path>
            <Arguments>-WithArgs</Arguments>
            <Wait RollbackOnError="false" Timeout="30"/>
          </UnpublishPackage>
    2. after executing the above steps, tried deploying the AppV file along with DeploymentConfig.xml using the commands mentioned below,
    Set-ExecutionPolicy -Unrestricted
    Import-module Appvclient
    Set-AppVClientConfiguration -EnablePackageScripts 1
    Add-AppvClientPackage -Path "Path of the AppV file" -DynamicDeploymentConfig "Path of DeploymentConfig.xml"
    evenafter trying the above methods the driver MSI is not getting installed. Hope you can understand my explanations above.
    Regards,
    Vivek V

  • URGENT: How to Run an existing Oracle apps page in Jdev 10g

    Hi All,
    I have downloaded Jdeveloper 10G with OA Extension from the patch 5856648. I am able to successfully run the "test_fwktutorial.jsp" and "HelloWordPG.xml". I need to customize an existing Oracle apps page for one of our client requirement. I've done the following:
    1. Downloaded the BC4J components of the page which include xml and .class files from $JAVA_TOP/oracle/apps/ego and placed it in myproject( C:\p5856648_R12_GENERIC\jdevhome\myprojects) and also myclasses( C:\p5856648_R12_GENERIC\jdevhome\myclasses) folder of my jdeveloper.
    2. Downloaded the mds PG.xml from $APPL_TOP/ego/mds and placed it in C:\p5856648_R12_GENERIC\jdevbin\jdev\oamdsxml\fwk with the appropriate folder structure.
    I need to extend one of the VO and one of the controllers from the above standard oracle files. But since there are only .class files in the server, if I open the .class files, the methods are missing in those files. By decompiling the class files also, during run time it gives me error.
    What is the right approach and steps to use the existing Oracle apps files. Is there some way in Jdeveloper where we can set the source of java file with compiled .class files. I'm not able to work in the Jdeveloper for this customization. Please could some one help.
    Thanks & Regards,
    Anita

    1st thing to make sure is that you want to do changes for an R12 instance because that's this version of Jdev is provided for.
    Class files are required in myclasses folder only. Also page xml files should be in myprojects folder with the appropriate folder path.
    Decompiling class files are only way to work with them.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Oracle apps security

    Hi
    how to prevent the attacks over the web application level for example: developer post the .jsp page through url: http://server.ten.com:(port):/OA_HTML/xxy.jsp. But this jsp page include having many special characters, that mean , &, " etc. I need only values not a special character. so I have to restrict those special character above mentioned jsp page (xxy.jsp). but I don't no how to do that, please give me the solution.
    Regards
    A

    Pl see you other post oracle apps
    Srini

  • OAF in Oracle apps 11.5.8

    Hi,
    Will OAF work in Oracle Apps 11.5.8. In the metalink i found JDeveloper for Oracle Apps 11.5.10.
    I am clear that we must download the correct version JDeveloper, But have a doubt that whether OAF pages can be done in Oracle Apps 11.5.8.
    Please help me to solve it.
    Thanks in Advance,
    Jegan

    Hi,
    As far as i know the OAF compatibility started from 11.5.10 Release onwards only for Oracle Apps
    Thanks,
    Gaurav

  • How to check MWA session details in Oracle Apps R12

    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRA

    Koushikinath wrote:
    I am an Oracle Apps DBA. Current Issue is that sometimes users working with the RF Guns(Scanners) through telnet in MWA servers got hanged.
    They ask to kill their sessions.
    I do not know how to find the MWA loged in users sessions details. What I am able to find is , frm or web session details.
    Could you please guide how to gather these MWA connection details, with database and server process and session details.
    Thanks in advance for ur support.
    Regards,
    KMISRAPlease see these docs.
    MWA Server Hangs on R12 Environments [ID 559614.1]
    Which parameters control the maximum number of user connections per MWA listener [ID 567214.1]
    Mobile Web Applications (MWA) Troubleshooting Tips for Release 12 Mobile Web Applications Server [ID 782162.1]
    Mobile Application Server - Advanced Configurations and Topologies for Mobile Web Applications (MWA)of E-Business Suite 11i and R12 [ID 1081404.1]
    Mobile Web Applications Server - MWA Troubleshooting Tips for E-Business Suite 11i and R12 Oracle Mobile Application Server [ID 269991.1]
    How to Enable WMS / MSCA Logging? [ID 338291.1]
    Thanks,
    Hussein

  • Forms 6i with Oracle APPS

    Hi,
    Could anybody tell me how could I install Oracle Forms6i on Linux? I want to test how the customization works in Oracle APPS.
    Thanks,
    Paul

    Did you install Forms 6i on Linux? I am using Kubuntu Feisty 7.04 and would like to know whether I can install d2k6irelease2.tar. I am getting a compilation error.
    Output!
    /home/oracle/orabase/app/oracle/product/6i/lib//libca60.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
    /home/oracle/orabase/app/oracle/product/6i/lib//libror60.so: warning: the use of `tempnam' is dangerous, better use `mkstemp'
    /home/oracle/orabase/app/oracle/product/6i/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.c:(.text+0x2e3): warning: the `gets' function is dangerous and should not be used.
    /home/oracle/orabase/app/oracle/product/6i/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.c:(.text+0x58e): warning: the `llseek' function may be dangerous; use `lseek64' instead.
    /home/oracle/orabase/app/oracle/product/6i/lib//libplsf.a(hshhsh.o): In function `hshhsv':
    hshhsh.c:(.text+0xd1): undefined reference to `__ctype_toupper'
    /home/oracle/orabase/app/oracle/product/6i/lib//libplsb.a(pfrdis.o): In function `pfrdis':
    pfrdis.c:(.text+0x5f7): undefined reference to `__ctype_b'
    /home/oracle/orabase/app/oracle/product/6i/lib//libnetwork_n.a(nldtr3.o): In function `nldthdump':
    nldtr3.c:(.text+0xcc): undefined reference to `__ctype_b'
    /home/oracle/orabase/app/oracle/product/6i/lib//libnetwork_n.a(nlpa.o): In function `nlpaid':
    nlpa.c:(.text+0x118b): undefined reference to `__ctype_b'
    /home/oracle/orabase/app/oracle/product/6i/lib//libnetwork_n.a(nlpa.o): In function `nlpatolower':
    nlpa.c:(.text+0x250a): undefined reference to `__ctype_b'
    nlpa.c:(.text+0x2516): undefined reference to `__ctype_tolower'
    /home/oracle/orabase/app/oracle/product/6i/lib//libnetwork_n.a(ntus.o): In function `ntusb2ad':
    ntus.c:(.text+0xfa2): undefined reference to `__ctype_b'
    ntus.c:(.text+0xfe5): undefined reference to `__ctype_b'
    This goes on and ends as!
    /home/oracle/orabase/app/oracle/product/6i/lib//libcore4.a(lsf3pc.o): In function `lsf3pcbg':
    lsf3pc.c:(.text+0xa9): undefined reference to `__ctype_tolower'
    lsf3pc.c:(.text+0x11a): undefined reference to `__ctype_tolower'
    lsf3pc.c:(.text+0x3e0): undefined reference to `__ctype_toupper'
    collect2: ld returned 1 exit status
    make: *** [de60desm] Error 1
    Your help would be great!
    Shiva

  • Documents to learn Functional concepts of Oracle Apps all modules

    Hi
    I am new to Oracle Apps and thinking of learning it. Looking for some good functional documents which can help me in understanding and getting strong base as a beginner.
    Please suggest me with good begineer or middle level books or blogs through which i can learn
    Thanks in advance
    Regards
    Sandeep Artham

    I am new to Oracle Apps and thinking of learning it. Looking for some good functional documents which can help me in understanding and getting strong base as a beginner.
    Please suggest me with good begineer or middle level books or blogs through which i can learnPlease see old threads.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+become+functional+consultant&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Learn+Oracle+Financials&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle apps patching in flowchart diagram

    Hi,
    We have one requirement from business requesting for applying apps patching in flowchart diagram in 11i. Any idea?
    Regards
    Rao

    Hi,
    The steps of applying Oracle Apps 11i/R12 patches are outlined in these threads (including NLS patches) -- Also, check the documents referenced in these threads.
    How to apply EBS 12i pathces in both Linux and Windows
    How to apply EBS 12i pathces in both Linux and Windows
    How to apply NLS patches in R12
    How to apply NLS patches in R12
    Regards,
    Hussein

  • Query regarding customization thru custom.pll

    Hi all,
    Can I use WHEN-BUTTON-PRESSED trigger in CUSTOM.PLL trigger.
    Which are the different triggers use in CUSTOM.PLL .
    request to share your know with me.
    Thanks in advance.
    regards
    sanjay

    Hi;
    Please check below links
    http://www.orafaq.com/forum/t/148221/2/
    Re: how to make a conditional mandatory field by custom.pll
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/handling-whenbuttonpressed-trigger-in-custompll-1874966
    Also see:
    http://download.oracle.com/docs/cd/B25516_11/current/acrobat/115devg.pdf
    Regard
    Helios

  • Oracle Apps Customizations

    I would like some information on best practices for Oracle Apps Customizations –
    specifically database objects (i.e. tables, PLSQL). I wanted to know the pros/cons for
    isolating the custom database objects in their own custom schemas or putting
    all the customizations in the APPS schema. And if i put them in Apps schema...what issue can i face later while upgrading
    thanks

    I wouldn't place everything in the APPS schema. There are already many thousands of
    objects there and there is no reason to do so. Keep it clean and put it in the own schema.
    It is easier to maintain it then.
    Other than that, think about not querying the tables of APPS (or other schemas) directly.
    Many of them are transactional and have a poor response time.
    I have done a similar thing two years ago and it has been working without any problems.
    I posted some screenshots of one of the applications related to APPS here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:59
    My ApEx instance is located on a separate server and uses DB Links to access
    APPS schema - Oracle Business Suite 11i.
    Denes Kubicek

Maybe you are looking for