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.

Similar Messages

  • 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

  • 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

  • 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

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error : oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.icx.por.schema.server.XXTBPoRequisitionLineEO of type Entity Definition not found

    Hi, while extending EO, we are getting error "oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.icx.por.schema.server.XXTBPoRequisitionLineEO of type Entity Definition not found". We have placed class and xml files in respective folder, imported customization and bounced the system but still error did not go. Kindly help to trace the issue.

    Can you elaborate how you deployed your custom code, were steps documented here followed ? Did you create a ADF library jar and copy it over to the application lib directory ? Please provide the exact steps done for deployment.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • What is the Standard Syllabus for Oracle Apps Technical

    Dear Members I have studied Oracle Apps Technical 11i in this First I learned
    SQL ( Different Languages like DDL, DML, DCL, TCL, DQL, Operator, Functions, Constraints, Joins, Sub Queries, Locks on Tables, Synonyms, Sequences, Index, Views)
    PL/SQL (Pl/Sql Attributes, Control Statements (If, If Else, else if, Loop, for loop) Exceptions, Cursor & its attributes (normal Parameter cursor, Ref cursor), Procedures( In, Out, IN and Out, IN OUT), Functions ( In, Out, IN OUt), Packages, Triggers
    SQL* Loader, UTL File Packages,
    Oracle Apps Technical
    Introductions to ERP ( definition of ERP, overview of popular ERP's, comparision of oracle apps with other ERP's, types of roles, types of projects, AIM documentations Standard, Oracles Apps Architecture, Using Toad),
    AOL ( Who Columns, viewing responsibilities, menu construction) ,
    Application Development( Defining concurrent programs, concurrent program with parameters, working with multiple concurrent programs, concurrent programs incompatibilities, creating request set procedure registrations, value set) ,
    Report Registration( Report development, report registration, parametric report registration, report with repeating frames),
    Module Overview( Inventory Module flow with base tables, account payable module flow with base tables, account receivable module with base tables, order management module with base tables, pruchase order module with base tables, General ledger with base tables),
    Forms Registration ( pll files Downloading,Template FMB, Form Development using Templates, Form Registration process, ),
    Interfaces ( Intro to interfaces, outbound interafaces - Using Utl file package, Inbound interfaces Using Sql Loader tool),
    Conversions ( Overview on conversions, differences between interfaces and conversions, working with staging tables script, developing validation package, standard to be follow in conversions),
    Flex Fields( Types of Flex Fields, Description Flex Fields, Key Flex Fields),
    XML Publisher (Intro to XML Publisher, Generating XML File Using Report, Creating Templates, Creating Data Definitions
    I have learned only Inventory Module in Conversion, Interfaces, Reports, Forms ( other module like application developer, system administrator, XML Publisher)
    I have learned Item Import Project In Conversions, On Hand Quantity In Interfaces, Stock Expiration Report using Reports, XML Publisher)
    Why i Got this doubt because I attend interview they were asking different questions like this which My faculty didn't teach
    What are the receipt tables?
    What is invoice table name?
    API Name for conversion
    What is external table
    What is Pragma
    How many types of item available
    Mutating error
    P2P cycle
    is all the above belongs to apps Technical only I asked my faculty he said its functional who is correct faculty or interviewer
    Please help me in this regard
    Edited by: 969372 on Feb 1, 2013 12:22 PM
    Edited by: 969372 on Feb 1, 2013 12:22 PM

    Hi,
    Why i Got this doubt because I attend interview they were asking different questions like this which My faculty didn't teach
    What are the receipt tables?
    What is invoice table name?
    API Name for conversion
    What is external table
    What is Pragma
    How many types of item available
    Mutating error
    P2P cycle
    is all the above belongs to apps Technical only I asked my faculty he said its functional who is correct faculty or interviewer
    Please help me in this regardWhat all you have studied is basics. And in the institutes they only teach you 5% of actual work, Yes only 5%. They can not teach the whole 5 years learning just in few classes.
    In real time When you are working as a technical consultant, you get to speak to functional consultants a lot of time for developing reports, customization, creating custom forms.... So thats why the interviewer has asked a mixture of both technical and functional.
    The questions they asked also depends on the number of years experience you have in the resume ;).
    How ever you can gain more knowledge from blogs and forums like this.
    I will point you to few of them
    Your first step should be reading all the documents related to technical filed from the following link.
    http://docs.oracle.com/cd/B53825_08/current/html/docset.html
    Then read atleast 10 to 15 real time issues related to your field from forums like this.
    and read posts from oracle apps technical gurus like Anil Passi,
    http://oracle.anilpassi.com/basic-concepts-list-of-useful-oracle-apps-articles-2.html
    and links to all the technical blogs can be found at
    http://oracleappsexperience.blogspot.com/2010/02/my-favourite-links.html
    Best of luck and you will get a job soon.
    Thanks

  • How to add a new fiels to to a customized standard Oracle apps forms

    Hi Guru's
    I have the following requirement to modifiy the PO Receiving screen in Oracle apps 11i,
    1. An additional field (No. of Items to recive) need to be created to the “PO Receiving” screen of Oracle apps 11i .
    2. Once user mentioned the po num, PO Line Num and quantity in the newly created text field and when he/she click on the Find Button , the receipt lines (lines should be as many as the quantity mentioned in the newly created field) should be create in the receipt screen
    Please let me know if this can be achived through Form Personalization or is there any other approach?
    Thanks,
    Mustaq.

    Mustaq,
    Why do you want to customize (and break support for the PO Receiving Form) instead of extend the form with Descriptive Flex-Fields (DFF) as I suggested when I responded to your earlier question regarding this same subject: How to create a text field in Oracle apps11i Forms.?
    Also, as Francois, Andreas and I have pointed out - the general Forms forum is not the proper place to ask EBS related questions. Yes, there are people in this Forum that have or are currently working with the EBS, but that is not the purpose of this forum. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-) Customizing or using a DFF is not a "general Forms question" so please use the appropriate forum! :-)
    Craig...

  • How to Implement KFF Range (Low and High) in query find form in oracle apps

    Hi,
    Please provide some sample script for using KFF range LOV (Low and High) in one of the query find form in Oracle apps R12.
    I need to customize one of the standard form and add this range functionality for that search form.
    Thanks,
    Prasanna

    Yuvaraaj,
    Your request is unique to the Oracle Enterprise Business Suite (EBS). Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig...

  • Steps for Creating a Report in Oracle Apps

    I need the steps for creating a Report 2.5 in Oracle Apps.
    Please let me know the steps involved in detail
    Regards
    Choudary

    First you create the report using reports 2.5. (You need to refer Application Developer's User Guide to understand Apps standards for customization)
    Then register the report in Apps:
    1) Define the executable
    2) Place the executable in the appropriate directory (You need to refer Apps installation guide to find the directory structure for placing reports)
    3) Define the concurrent program (Pay attention when you define program parameters and value sets associated)
    4) Attach your report to the request group attached to your responsibility
    5) Run the concurrent program using SRS (you will not see the report when you open Submit Requests Form, if you do have permission)
    The above procedure is applicable if you are defining the report directly in your instance. If you are using chain link, then you may have to migrate the objects appropriately.
    Some of the above activities are usually done by System Administrator and users are not given permissions.

  • Oracle.apps.fnd.framework.OAException: Could not create Java class

    Hi,
    Have created a customization in one environment which works just fine. When I deploy it to the next environment I get the error message:
    oracle.apps.fnd.framework.OAException: Could not create Java class
    Things I have checked:
    1) Imported the personilzations
    2) bounced apache
    3) confirmed the $CLASSPATH
    4) clear the cache
    What else can be causing the this?
    Thanks

    Hi,
    Move the all class files to respective java top. if you moved all class files to java top cross check once.
    Thanks,
    Venkat

  • No metadata found for metadata object "/oracle/apps/hcm/common/core/publicM

    Hi Folks -
    I am getting the below error when I try to run the HcmCompWorkbenchWorkarea.jspx in the Fusion COmpensation Module, locally from the JDeveloper Customization Role.
    I simply created a FUsion Customization APplication with a Customization,Model and View COntroller Projects without doing any customizations and was just trying to run the above page.
    I have never encountered this type of error before. Any help would be helpful.
    Thanks
    Srinivasa Sunchu
    Target URL -- http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    [9544:5676:0523/110814:ERROR:gpu_info_collector_win.cc(98)] Can't retrieve a valid WinSAT assessment.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <ReferenceStoreHelper> <getReferencesMapEx> Incomplete connection reference object for connection:AtkRPSoapConn
    <May 23, 2013 11:08:19 AM PDT> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:51,427 during the configured idle timeout of 5 secs>
    PSR: Reading system property VOMaxFetchSize
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.NameNotFoundException: [LDAP: error code 32 - LDAP Error 32 : No Such Object]; remaining name 'cn=common, cn=products, cn=oraclecontext'.
    <May 23, 2013 11:08:39 AM PDT> <Error> <HTTP> <BEA-101017> <[ServletContext@1028995650[app:XXWFCAllocationAnalytics module:hcmCompensation path:/hcmCompensation spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@425c22f8[
    GET /hcmCompensation/faces/HcmCompWorkbenchWorkarea?_afrLoop=10188581450556&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36
    Referer: http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    Accept-Encoding: gzip,deflate,sdch
    Accept-Language: en-US,en;q=0.8
    Cookie: JSESSIONID=W2yXRpbPSyQKgf59Vh8Kym62WBK7t34lH4yTvJzZ03swB1pLsm3b!-1548472823; ORA_FUSION_PREFS=v1.0~bG9jYWxlPWVufmRlZmF1bHRMYW5ndWFnZU1hcmtlcj10cnVl; ORA_FND_SESSION_HRDEV=DEFAULT_PILLAR:iWB1vrLNEeUh5Hk7IlYFujwb4JU13XEsl/YsTcvZn1XtTMc1dx574a56Roc0fPzh:1369332516423
    ]] Root cause of ServletException.
    oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25002. Error message parameters are {0=null, 1=oracle.apps.hcm.common.core.publicModel.DataControls}
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3056)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/apps/hcm/common/core/publicModel/DataControls.dcx"
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1211)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1157)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3012)
         Truncated. see log file for complete stacktrace
    >
    <May 23, 2013 11:08:39 AM PDT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at May 23, 2013 11:08:39 AM PDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = May 23, 2013 11:08:39 AM PDT SERVER = DefaultServer MESSAGE = [ServletContext@1028995650[app:XXWFCAllocationAnalytics module:hcmCompensation path:/hcmCompensation spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@425c22f8[
    GET /hcmCompensation/faces/HcmCompWorkbenchWorkarea?_afrLoop=10188581450556&_afrWindowMode=0&_afrWindowId=null HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36
    Referer: http://127.0.0.1:7101/hcmCompensation/faces/HcmCompWorkbenchWorkarea
    Accept-Encoding: gzip,deflate,sdch
    Accept-Language: en-US,en;q=0.8
    Cookie: JSESSIONID=W2yXRpbPSyQKgf59Vh8Kym62WBK7t34lH4yTvJzZ03swB1pLsm3b!-1548472823; ORA_FUSION_PREFS=v1.0~bG9jYWxlPWVufmRlZmF1bHRMYW5ndWFnZU1hcmtlcj10cnVl; ORA_FND_SESSION_HRDEV=DEFAULT_PILLAR:iWB1vrLNEeUh5Hk7IlYFujwb4JU13XEsl/YsTcvZn1XtTMc1dx574a56Roc0fPzh:1369332516423
    ]] Root cause of ServletException.
    oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25002. Error message parameters are {0=null, 1=oracle.apps.hcm.common.core.publicModel.DataControls}
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3056)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControls(JUApplicationDefImpl.java:1097)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadContainees(JUApplicationDefImpl.java:1051)
         at oracle.jbo.mom.ContainerDefImpl.loadFromXMLFile(ContainerDefImpl.java:373)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadFromXMLFile(JUApplicationDefImpl.java:705)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1789)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1881)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.findCpx(JUMetaObjectManager.java:647)
         at oracle.jbo.uicli.mom.JUApplicationReference.resolve(JUApplicationReference.java:81)
         at oracle.jbo.uicli.mom.JUApplicationReference.getDef(JUApplicationReference.java:88)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.findBindingContainerIdByPath(JUApplicationDefImpl.java:374)
         at oracle.adf.model.BindingContext.findBindingContainerIdByPath(BindingContext.java:1769)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1715)
         at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:371)
         at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:260)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:203)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.apps.fnd.applcore.common.ApplSessionFilter.doFilter(ApplSessionFilter.java:652)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/apps/hcm/common/core/publicModel/DataControls.dcx"
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1336)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3248)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1211)
         at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1157)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:3012)
         at oracle.adf.model.binding.DCDataControlConfigDef.findDefObject(DCDataControlConfigDef.java:32)
         at oracle.adf.model.binding.DCDataControlDef.findDefObject(DCDataControlDef.java:377)
         at oracle.adf.model.binding.DCDataControlReference.<init>(DCDataControlReference.java:55)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControlUsage(JUApplicationDefImpl.java:1137)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadDataControls(JUApplicationDefImpl.java:1097)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadContainees(JUApplicationDefImpl.java:1051)
         at oracle.jbo.mom.ContainerDefImpl.loadFromXMLFile(ContainerDefImpl.java:373)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.loadFromXMLFile(JUApplicationDefImpl.java:705)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1789)
         at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1881)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.findCpx(JUMetaObjectManager.java:647)
         at oracle.jbo.uicli.mom.JUApplicationReference.resolve(JUApplicationReference.java:81)
         at oracle.jbo.uicli.mom.JUApplicationReference.getDef(JUApplicationReference.java:88)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.findBindingContainerIdByPath(JUApplicationDefImpl.java:374)
         at oracle.adf.model.BindingContext.findBindingContainerIdByPath(BindingContext.java:1769)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1715)
         at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:371)
         at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:260)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:203)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.apps.fnd.applcore.common.ApplSessionFilter.doFilter(ApplSessionFilter.java:652)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = SSUNCHU-WS01 TXID = CONTEXTID = e8f08bf4136e20a7:3e596c4f:13ed286c9b9:-8000-0000000000000295 TIMESTAMP = 1369332519262
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <May 23, 2013 11:08:45 AM PDT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\oracle\jdeveloper\system11.1.1.6.39.62.68\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_41 with a lockout minute period of 1.>

    Thanks, that did help and it was throwing similar errors for other jar files, which I added and now the page opens.
    But the issue that I am facing now is on this page there is a Manager Search, wherein I can proxy a manager.
    This Search popup is not returning any values. Previously if I reinstalled my system-jazn-data.xml file from my colleauge
    and rebooting my laptop worked. But now even that doe snot help.
    Srinivasa Sunchu

  • Reg:oracle apps

    Hi
    Hi
    You said edit the security.conf file , but am having a doubt I directly edit the security.conf file, other wise edit the custom template. please give me the solution.. And a another thing I want to do disallow the following character, using security.con file I have mentioned character below:
    "!^([-_@|#!=A-Za-z0-9/
    :.$]){0,255}$" at ARGS_NAMES. don't neglect please give me the solution.
    Regards
    A

    Hi,
    I believe you are referring to this Re: Oracle apps database. Did you do the necessary changes and see if this helps?
    You will lose the changes you have done to security.conf file when you run AutoConfig next time, so make sure you edit the template (follow the customization standards of AutoConfig).
    Regards,
    Hussein

  • Oracle apps functional career

    Hello all,
    I am preparing myself for a career as a Oracle apps functional consultant in supply chain domain. Based on your experience what is the best way/process to get ready for this? Do I need to get trained in some institute or else buy some books and practice religiously? please suggest.
    Main objective: To feel comfortable and confident from the day I start working in this whole new world of Oracl apps.
    please provide your inputs.No prizes for guessing the value of your suggestions.
    Thanx a ton
    - Anand

    Hi
    New Oracle novice
    The better way to learn Oracle application (any module) is if you have a Domain Knowledge or experience and the company where u r seeking this domain experience should have implemented the ERP suit then that is the real kind of experience that how its works for your environment. Environment could be Manufacturing(Descrete/Process), Financials, Human Resource, or Distribution wherein the product Oracle application is mapped.
    Basically Oracle application is suited for any kind of industry in the World and can be mapped upto 85% and the remaining 15% of mapping can be done by means of Customization or any workarounds.
    To become more elobarative and professional you need to go thru the documents/pdfs and metalink information....etc., so that any industry that you can understand can Map the same into Oracle apps.
    Hope this little bit clear to you.
    Thanks
    Raj

  • Oracle APPS forms .fmx

    Hi,
    Can someone please tell me how can I open an Oracle APPS 11i form (.fmx), for customization purposes?
    How can I get its .fmb?
    Many Thanks,
    Abeer

    Hi,
    Can someone please tell me how can I open an Oracle APPS 11i form (.fmx), for customization purposes? You can open the source fmb files using Forms Builder -- See this thread for details.
    Using forms builder in EBS Environment
    Using forms builder in EBS Environment
    How can I get its .fmb?You can find the source fmb files under $AU_TOP/forms/<LANG> directory.
    Thanks,
    Hussein

Maybe you are looking for

  • Ipod Nano does not appear in "My Computer" and "Itunes"

    I was charging my Ipod Nano. I erased all the songs from the nano to create a new playlist. The Ipod froze in the "Do not disconnect" phase. It was disconnected a few hours later (not intentionally). Now it has disappeared from Itunes and the compute

  • MM Purchase order amount is without VAT amount in Cash management

    Hello colleagues! SAP says (note 009161) that PO amounts can be updated manually. But it is to much manual work. Is there some other solution for on line updating PO inclusive TVA? Please help!

  • JComboBox - clear Items

    I do a class that jcb.addItems("value 1"); jcb.addItems("value 2"); jcb.addItems("Value 3"); then how do i clear these items to prevent duplicate data? eg.. i want show value 4 , value5 ,value6 on the same JComboBox but want first clear value1 ,value

  • Link / MAP an Lov selection list to the Hierarchy Viewer.

    Hi, I have created both a hierarchy viewer and an LOV af:selectOneChoice; both are appearing correctly on screen. I simple (hopefully) just want to link the selection made on the LOV / combo box to the Hierarchy viewer, such that when a user selects

  • Network Performance Troubleshooting?

    Greetings all, I have a new Sun X4240 server installed as an enterprise backup media server and it's suffering terrible network performance to our new Exagrid disk storage backup appliance. The shares on the Exagrid are mounted as NFS3 shares on the