How to protect customization in oracle apps files against autoconfig run

Hi,
how to protect customization in oracle apps files against autoconfig run.
For example:
Take wdbsvr.app file i have added a new dad configuration for APEX but when ever i run autoconfig it replaces all my customizations so could you please let us know how to protect these customizations .
Thanks.

Hi,
Please see (Note: 270519.1 - Customizing an AutoConfig Environment).
Regards,
Hussein

Similar Messages

  • How to implement this in Oracle Apps 11i

    Hello Friends
    I am working as a consultant for a manufacturing company.
    They have a format for charging Excise and Sales tax on their products (example below). I dont know how to implement this using oracle apps. Please help me ASAP.
    eg.
    Product A:
    MRP = Rs. 100
    Assessable Value (i.e. the value at which I have contract with the Government to pay Excise Duty) = 60% of MRP = Rs. 60 in this case.
    Excise Duty = 16% of AV =0.16*60 = Rs. 9.6
    Now, let’s suppose I am selling my product to a dealer at 30% discount.
    Therefore, Sale Price = 70% of MRP = Rs. 70
    Sales Tax = 4% of Sale Price = 0.04*70 = 2.8
    Therefore, total revenue from the deal = 70-9.6-2.8 = Rs. 57.6

    you can use Advance Pricing or creating discount or attiribute while calculating.
    this is not much complex, possible even with Advance Pricing too. Thanks
    Shiv

  • How to attach report in oracle apps

    I have good experince in oracle reports but now new in EBS 12. And very soon new reports will be developed. i am studying documentation of EBS since last week but still not able to know about
    1)How to attach report in oracle apps.
    2)How prameters should be defined
    3)What are the limitation for developing new reports for oracle apps

    could u post this in apps forum
    For stand alone reports check this
    http://www.alexyscorp.com/send_report_email.zip
    Message was edited by:
    Alex(AlexysCorp)

  • How to register Package in oracle apps?

    Hi All
    How to register package in oracle apps?
    If package contains 3 procedure, i want to call 2nd procedure of the package when i submit the concurrent program in srs window.. Can any one give the registration for the same

    To add to Gyan's comment:
    Go to system adminstration responsibility
    Create a conc. executable. Select execution method as pl/sql stored program and then enter your second procedure name as follows
    package_name.procedure_name.
    Then create conc. program that uses the above executable.
    Add the program to a request group.
    Add the request group to a responsibility.
    Now you will be able to run your procedure.
    Hope this helps,
    Sandeep Gandhi

  • How to connect Discovere to oracle apps

    Hi professors,
    Help Help Help can some one pls explain to me how to connect discoverer to oracle apps , i installed the vision 11.5.10.2 and discoverer is pre installed with it. Pls ineed to connect it.pls help.
    secondly how do i create end user layer after connection and connect to oracle apps standard report

    Hi
    Take a look on MetaLink at document: 313418.1
    That contains all of the rules and steps for connecting Discoverer to E-Business Suite.
    In order to have an EUL that understands E-Business Suite's logins and responsibilities, please take a look at the document called Setting up an Apps mode EUL available as a free download from my website here: http://learndiscoverer.com/downloads/downloads.htm
    Best wishes
    Michael

  • How to attach report in oracle apps AR module

    i m new in Oracle Apps 12. please any body tell me how to attact new customised report in EBS 12.

    Dear
    1. place the .rdf file respective dir.
    2. create concurrent executable
    3. create concurrent program
    4. Assign it to request group of the said responsibility.
    done

  • HOW DO YOU CONVET AN ORACLE DATABASE FILE TO A TXT FILE?

    Is there a way in a program unit of a form to convert an ORACLE database file into TXT format? When the file gets created, I want to use the text file in a distribution list for sending email. My code in the program unit is:
    Insert into THE_IMO_EMAIL
    Select distinct imo_email from DS_POC
    where imo_email is not null;
    commit;
    Table THE_IMO_EMAIL is a temporary table. The temporary table gets deleted everytime before records get inserted into it. There is only 1 item in the temporary table.
    IMO_EMAIL VARCHAR2(55)
    After the COMMIT I want to copy the contents out of the
    THE_IMO_EMAIL into a TXT File.
    How do I do this? What parameters do I need to use? Should I do this in another program unit?

    can you be more clear on this
    "DATABASE FILE" what is this? an RDBMS file and you need this in ASCII format. I am lost.

  • How to reset TimeZone in oracle apps R12 instance?

    Dear
    I need to reset TimeZone in Oracle Apps R12 instance. When i ran Oracle Diagnostics,Java system properties report,i found that user.timezone=GMT-03:00.This is the reason showing time on Oracle Application Manager is wrong.
    I need to reset to GMT+03:00, how do i reset the timezone?
    Please help me.
    Thanks
    Ateeq

    Yes, the date is set properly at the OS level.
    TimeZone values are as follows:
    Profile Option Name      Site
    Client Timezone     (GMT -06:00) Central Time
    Enable Timezone Conversions     No
    JTF_CAL_DEFAULT_TIMEZONE     4
    LE: Enable Legal Entity Timezone -     
    Server Timezone     (GMT -06:00) Central Time
    Service: Default value for Service Request Timezone type List Item     Agent

  • How to duplicate user in Oracle apps?

    Hi, there
    I am new to Oracle apps(11i). A very simple question: how can I duplicate (create like) a predefined user in the demo applications?
    TIA.
    Regards,
    Yatao
    null

    Karandeep wrote:
    Hello everyone,
    We are working on r12 upgrade project. We have a requirement to do the performance testing of our new r12 application.
    Requirement :-
    Let us thing if at the same time 100 of user's are logged in and using the application then application should not have any performance issue's ......pages should work fine .
    So, now we have some existing super users in our project .They have some extra privilages and roles to open some of the page and to perform some of the tasks which cant be possible to do from an ordinary user.
    I want to know that is it possible to grant the same privilages to ordinary user's if yes then how or how can I find that what roles and privilages has been given to a super user .
    Regards
    KarandeepUse FNDLOAD to create new users and migrate the same responsibilities of superusers.
    Tips About FNDLOAD [ID 735338.1]
    How To Create A New User From Existing User With Same Responsibilities [ID 1474294.1]
    Thanks,
    Hussein

  • How to create JNDI for Oracle Apps Adapter

    I have created a data-source(jdbc/testds) and connection pool which connects to apps schema in Weblogic console.
    Then i go to Deployments-> Oracle Apps Adapter -> Configuration -> Outbound Connection Pools. In the Outbound Connection Pools table i expand "javax.resource.cci.ConnectionFactory" and then click New and select "javax.resource.cci.ConnectionFactory", click Next and give JNDI name "eis/apps/testds"
    But when i try to execute my BPEL process that has a reference eis/apps/testds it throws a JCA binding error. Can someone please guide me on how to create a Apps adapter connection. Also i would like to know how to refresh the connection pool(we used to have this facility in Oracle Application Server).
    Thanks,

    Can you once check the OA adapter check box in deployments and click update?

  • How to download and install oracle apps

    Hi guys,
    Am new to oracle apps I want to study oracle apps, is it free to use for learning purpose.
    can you provide me the link to download and install in windows 7(64 bit).

    Braam wrote:
    Hi guys,
    Am new to oracle apps I want to study oracle apps, is it free to use for learning purpose.
    can you provide me the link to download and install in windows 7(64 bit).You can download Oracle EBS R12 from Oracle e-Delivery website -- https://edelivery.oracle.com/
    Please note that Windows 7 is not certified -- How to install Oracle EBS R12 on Windows 7 (32-bit)?
    Thanks,
    Hussein

  • How to Disable DMS in Oracle App Server

    We are doing some tests for which we need to disable DMS. How can we do that in Oracle App Server. One of the FAQs on oracle's site says that we need to set "Doracle.dms.console.DMSConsole" property value to "racle.dms.instrument_stub.DMSConsole". But when I do that I get a ClassNotFoundException. Any clues?Pointers?

    Have you read section "Setting the OC4J DMS Sensors Option", chapter 6 "Setting the OC4J DMS Sensors Option", book "Oracle® Application Server Performance Guide, 10g Release 2 (10.1.2), Part No. B14001-01"? or similar section of the release you are using?
    Please note most, if not all, oracle documentation books are available starting from the first google hit of "oracle documentation".

  • [iPhone] How to create subdirectories in an .app file?

    In examining an .app file it looks like a completely flat filesystem, despite the way Xcode can display resources in different groups and subgroups. I am having some name collision issues for some art resources. Is there a way to tell xcode to build an app with a group as an actual directory?

    Right click Target, select Add->New Build Phase->New Copy Files Build Phase.
    And yes, .app is nothing more than a folder (technically a package).
    Eric

  • Customization in Oracle  Apps

    Hi,
    About customization:-
    From the one of standard apps screen, on click into the one of the items, I need to pop up a new Form and capture some additional info.
    About problem :-
    Acheived the call to custom form using CUSTOM.pll. When I use the mouse to click standard forms item, which takes to custom form, the focus goes into the custom form but the cursor is not visible, the crosshair.
    When I use the keyboard to navigate to the standard forms item, which takes to custom form, its functions poperly.
    I tried using go item but it did not solve the problem.
    Regards
    Bala

    My guess would be to start asking around in one of the forums in this area:
    http://forums.oracle.com/forums/category.jspa?categoryID=11
    Probably start with the Install and Upgrade one or perhaps OA Framework.
    Regards,
    Robin.

  • HT1296 Im using different laptop now, how can i transfer my current apps/files from one laptop in to my other laptop?

    Need help, please. I changed my laptop, but I cant transfer my files from my old laptop to the new one. Im scared they will all be replaced and gone. How do I go about moving them to my new laptop?

    Put everything on one computer and sync to that computer.

Maybe you are looking for