OBIEE11g, BI Apps 7.9.6 for EBS - Consignment Inventory Report details

Hi,
If anyone worked on BI Apps for EBS, can you please tell me the details of Consignment Inventory Report?
I need to know the columns names and how calculations done on Consignment Inventory Report.
Any information on this will be highly appreciated.
Thanks in advance.

Hi,
The 3 Global currency codes are different from functional , local currency.
All the transactions are brought into the warehouse and there is no limitation to the number of currencies that can be brought in but for reporting purpose you want to convert all these transactions in multiple currencies to a single currency ...lets say US$ and at a monthly rate or GBP at a spot rate etc..
So in a nutshell the document and local currenclies do come in and there is no configuration needed but translation to a global reporting currency and the rates at which its converted is determined by what you provide in DAC.. the conversion is done by mplt_currency_conversion which is present in each and every fact mapping.

Similar Messages

  • Configuring Global Currencies in BI Apps 7.9.6 for EBS 11.5.10 Source

    Hi All,
    After reviewing the Configuring Common Areas and Dimensions section of the Oracle BI Applications document [Oracle Business Intelligence Applications Configuration Guide for Informatica PowerCenter Users Version 7.9.6 E14216-01|http://download.oracle.com/docs/cd/E14223_01/bia.796/e14216.pdf] I have a question regarding section +3.1.2 How to Configure Global Currencies+.
    Background
    OLTP Source: Oracle E-Business Suite 11.5.10
    OBI Apps: Financial Analytics 7.9.6
    We have 49 enabled Currencies and multiple Sets of Books (SOBs) each with a different Functional Currency and I am concerned with the limitations of the Global Currencies configuration within OBI Apps. From the documentation it states that:
       Global currencies. Oracle BI Applications provides three global currencies, which are the common currencies used by the Oracle Business Analytics Warehouse. I'm keen to know if the 3 standard Global Currencies can be extended by adding further custom parameters in the Source System Parameters e.g. $$GLOBAL4_CURR_CODE, $$GLOBAL5_CURR_CODE, etc. and corresponding Exchange Rate parameters $$GLOBAL4_RATE_TYPE, etc.
    From the documentation definition of Document, Local and Global currencies, the following configuration for the Global currencies does not make much sense:
    $$GLOBAL1_CURR_CODE (for the document currency).
    $$GLOBAL2_CURR_CODE (for the local currency).
    $$GLOBAL3_CURR_CODE (for the global currency).Presumably these should be the 3 standard Global Currency definitions. If so, I want to confirm that the Document and Local currencies get picked up automatically depending on your EBS configuration?
    Thanks for your time, all input greatly appreciated... and points duly awarded :-)
    Have a great day.
    Kind Regards,
    Gary.

    Hi,
    The 3 Global currency codes are different from functional , local currency.
    All the transactions are brought into the warehouse and there is no limitation to the number of currencies that can be brought in but for reporting purpose you want to convert all these transactions in multiple currencies to a single currency ...lets say US$ and at a monthly rate or GBP at a spot rate etc..
    So in a nutshell the document and local currenclies do come in and there is no configuration needed but translation to a global reporting currency and the rates at which its converted is determined by what you provide in DAC.. the conversion is done by mplt_currency_conversion which is present in each and every fact mapping.

  • Problem in creating AppsDataSource for EBS using fnd user with APPS Schema connect role

    Hi,
    I have done all the setup on EBS R12.1.3 like apply patch for additional profile options, set required profile options, generated DBC file for external node and some entry in FND_NODES table. I have rebuilt the fndext.jar file on external server, and placed it at required path. after doing all these we created fnd user with UMX/APPS_SCHEMA_CONNECT role but I'm not able to create DataSource every time I'm getiing invalid username/password error, properties my connection are below:
    Driver Class Name:: oracle.apps.fnd.ext.jdbc.datasource.AppsDataSource
    Properties:
    user=ASYSTEM
    dbcFile=D:\adf\VISI121_FCN15152-L.INDIA.RAPIDIGM.COM
    Database user name as FND user name and FND user's pwd
    Error Stack:
    <Dec 10, 2013 5:40:37 PM GMT> <Error> <Console> <BEA-240003> <Console encountered the following error java.sql.SQLException: ORA-01017: invalid username/password; logon denied
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:397)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
      at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:689)
      at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:452)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
      at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:384)
      at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:811)
      at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:411)
      at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
      at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238)
      at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
      at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
      at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
      at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:288)
      at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:208)
      at com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:789)
      at com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
      at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
      at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
      at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
      at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
      at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
      at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
      at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
      at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:64)
      at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)
      at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.invoke(ActionInterceptors.java:50)
      at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$WrapActionInterceptorChain.continueChain(ActionInterceptors.java:58)
      at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)
      at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
      at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)
      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
      at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
      at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
      at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
      at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
      at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:262)
      at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
      at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:134)
      at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
      at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
      at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
      at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:106)
      at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
      at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
      at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
      at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
      at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
      at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
      at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
      at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
      at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
      at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
      at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
      at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
      at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
      at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
      at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47)
      at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      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)
    >
    Please help.
    Regards,
    Reetesh Sharma

    I'm trying to create EBS DataSource to integrate ADF application with EBS, for this I have followed steps mentioned in Document 974949.1 but still I'm not able to move forward.
    Why? What is the issue?
    For this Do I need to install Oracle E-Business Suite AccessGate. But this is not mentioned in Metalink Doc. This I'm trying on Weblogic server on Windows.
    AccessGate requires extra steps for EBS integration as mentioned in (Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11gR1 PS2 (11.1.1.7.0) using Oracle E-Business Suite AccessGate (Doc ID 1543803.1)) which I believe is not required here.
    Thanks,
    Hussein

  • Can we use replication usings oracle 10g steams for EBS r12 database?

    HI,
    We are using EBS 12.0.6 and database 10.2.0.3 on linux 32-bit/64-bit OS (Multi-Node env).
    Actually We want to decrease the load of custom reports on actual production system, so thats why
    we need reports server and as my past experience I had used oracle streams for replication with simple schema based replication and tablespace replication also.
    So, please educate me, that can i used the oracle 10g streams for EBS schemas like APPS, GL ,INV, PO, ONT, ODM, AR, AP, CM etc?
    Please provide us the above related env docs and road Map.
    If you have any other way to create the Report Server?
    Regard,
    Fayaz Ahmed

    Hi,
    We are not in a position to upgrade the EBS from 12.0.6 to 12.1, because this is lengthy task, but we had already tested technically it in test env, but functional testing in pending.
    Now we want to immediate solution if possible, because this is production?
    So, please suggest another.
    regards

  • Recommendation for setting up Data Guard for EBS R12 12.1.3

    Hello Experts,
    I would like to get some experts opinion and recommendation on setting up Data GUARD for EBS R12.1.3 running on Linux based systems.
    Firstly I would wanna let you all know that I am just geek in this subject matter so do excuse me for any mistakes.
    While we are planning on setting up Data Gurad fro R12 what are the best practices to consider ?.
    We have 2 node rac enabled database and would wanna have non-rac based physical standby, based on this I believe that having db tier on remote or standby site is enough ?
    if db node is enough for standby location what are things to be done when a fail over / switch over / role transitioned to standby for the app node from primary site to point db on the
    standby location or do we have to have both apps and db tier @ stand by location
    --However having a apps tier/node at standby will be of no use as we are planing to run db on mounstate meaning not a active data guard setup.
    Please do reply with your recommendation/suggestions/pointers
    Thanks in Advance.

    Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: SystemError: Error while sending message to server. http://ec2-107-22-78-224.compute-1.amazonaws.com:8000/webservices/SOAProvider/EbizAuth?Generate=1132&soa_ticket=Tu2z7GYoWPwq-VdgimKRFg..' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
    Can you find any details about the error in the log?
    I have looked at the following Note as well:
    Error using the Generate WSDL Button in Oracle E-Business Suite Integrated Soa Gateway Release 12.1.1 [ID 1090946.1]Did the doc help?
    Any one know what may be causing this issue? Do we have to do additional setup for SOA gateway after the standard install of the OVM? I tried to follow the steps in the note above but I do not see any entry for "<jdbc_url oa_var="s_apps_jdbc_connect_descriptor"/>" in the file data-sources.xml.
    Anyone have any ideas?Have you reviewed these docs?
    Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide, Release 12 [ID 726414.1]
    Oracle E-Business Suite Integrated SOA Gateway 12.1.1 Consolidated One-Off [ID 815196.1]
    Thanks,
    Hussein

  • Backup strategy for ebs R12?

    Hi,
    I have a couple of questions regarding to backup strategy for ebs R12.
    Let's say that we have one application server and one database server running, and we would like to have a backup periodically for both servers.
    This means that we want to have the exactly same backup of configurations and other files for the application server and the database server in case of any fatal crashes in the servers.
    I went through some discussion threads and it seems common way is to use RMAN for the data of database and file system copy for application and database servers. But, I would like to know what's the best way or recommended way for the backup strategy for data and server files of Oracle e-business suite.
    Do you guys have any suggestion for this?
    Thanks in advance.
    Cheers,
    SH

    Hi SH;
    I suggest check first our previous discussion
    backup and recovery startegy for EBS
    Re: Backup System
    Backup Policy for EBS can
    If you make search you can find many other thread which is mention same question
    For your issue basicly what we do
    1. For our prod db, if possible we take weekly cold backup(sunday) and take rman backup also daily(full backup, but it depends system you can prefer to take incremental)
    2. For our system we take file system backup weekly(OS base)
    3. For application we take backup every sunday(for some system 15 days or 30 days period). The most important point here if your system prod, and if you need to apply patch to your system you need to have valid backup and also need backup for after patching
    One other important issue is we run preclone sh before take backup for apps and db tier
    Regard
    Helios

  • Split setup for EBS R12

    Hi all,
    I want to have a split setup for EBS. Say I have 2 servers, and I will use 1 for the DB and the other for Apps.
    Though I have not tried it yet, because we only have 1 test server to practise.
    My question is....is my understanding correct? That to install a split config of EBS.
    1. I have to run RAPIDWIZ on the 1st machine(server) and install the DB tier. and
    2. Run RAPIDWIZ on the 2nd machine and install the Apps tier.
    Thanks
    Edited by: yxes2009 on Jan 20, 2009 5:07 AM

    You can use a special Rapid Install startup option to upgrade an existing database node or Applications node to a new technology stack, without having to perform a complete system upgrade. With this option, you can install new ORACLE_HOMEs and generate configuration files (using AutoConfig) that will switch your existing system to use the upgraded components. In addition to running Rapid Install, there are additional tasks associated with a complete technology stack upgrade.
    Note: For the initial release of Oracle Applications Release 12, no technology stack upgrade options are applicable, since the latest core components have been included as part of the release. Options to upgrade will be provided as new components become available and are certified.
    Technology Stack means:
    1) Oracle 10g Database home (10g ORACLE_HOME)
    2) Application Tier homes (10.1.2 and 10.1.3 AS)
    Refer to (Chapter 4 - Installing Technology Stack Components) of the Installation manual, it is explained properly there.

  • BI applications for EBS R12 release in OBIA 7963 release

    Hi all,
    Can anybody list the BI applications for EBS R12 release which supported in OBIA 7.9.6.3?
    Thanks
    Ram

    Are you referring to the EBS functional modules? BI Apps has a numbe of product families (Financial Analytics, HR Analytics, CRM Analytics..etc) that can source from EBS as well as other ERP systems (PeopleSoft, Siebel, JDEdwards..etc). If you are looking for the functional areas, I would suggest asking your Oracle rep for the "Product Guides" for the package you need (e.g Financial Analytics, HR Analytics..etc). Also there is a "Content Guide" you can find on metalink that lists the OOTB reports, dashboards, and Metadata content (RPD attributes).
    Here is the list of DAC subject areas under the vanilla EBS container..it may help for now until you have the other docs:
    Employee Expenses
    Enterprise Sales - Backlogs
    Enterprise Sales - Booking Lines & Order Lines
    Enterprise Sales - Booking Lines & Schedule Lines
    Enterprise Sales - Customer Status History
    Enterprise Sales - Cycle Lines
    Enterprise Sales - Invoice Lines
    Enterprise Sales - Order Lines
    Enterprise Sales - Pick Lines
    Enterprise Sales - Schedule Lines
    Financials - Budget
    Financials - Cost of Goods Sold
    Financials - General Ledger
    Financials - General Ledger - US Federal
    Financials - Group Account Number Clean Up
    Financials - Payables
    Financials - Receivables
    Financials - Revenue
    HR - Absence Event
    HR - Flex Prereq
    HR - Generate Flexfield Data
    HR - Learning Management
    HR - Payroll
    HR - Recruitment
    HR - Workforce
    Projects
    Projects - Finance Integration
    Supply Chain - AP Invoices
    Supply Chain - BOM Items
    Supply Chain - Inventory Balance
    Supply Chain - Inventory Transactions
    Supply Chain - Purchase Cycle Lines
    Supply Chain - Purchase Order
    Supply Chain - Purchase Receipts
    Supply Chain - Purchase Requisitions
    If this was helpful please mark the response as helpful or correct.

  • Failed to install patch 8487427 for EBS 12.1.1

    Hi, I have a problem installing the patch 8487427 for EBS 12.1.1
    the install log is:
    Time is: Tue Nov 22 2011 13:09:50
    FAILED: file MTH_PROD_MTL_CONSUMED_STG.xdf on worker 2 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    FAILED: file MTH_PROD_MTL_CONSUMED_TXN_STG.xdf on worker 1 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    There are now 169 jobs remaining (current phase=A2):
    1 running, 1 ready to run and 167 waiting.
    FAILED: file MTH_PROD_MTL_PRODUCED_TXN_STG.xdf on worker 4 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    FAILED: file mth_tag_readings.xdf on worker 3 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:52
    ATTENTION: All workers either have failed or are waiting:
         FAILED: file MTH_PROD_MTL_CONSUMED_TXN_STG.xdf on worker 1.
         FAILED: file MTH_PROD_MTL_CONSUMED_STG.xdf on worker 2.
         FAILED: file mth_tag_readings.xdf on worker 3.
         FAILED: file MTH_PROD_MTL_PRODUCED_TXN_STG.xdf on worker 4.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Current time is: Tue Nov 22 2011 13:09:52
    and adwork001.log is:
    ================================================================================
    Applying XDF file : C:\oracle\PROD\apps\apps_st\appl\mth\12.0.0\patch\115\xdf\MTH_PROD_MTL_CONSUMED_TXN_STG.xdf
    ================================================================================
    Table Name is MTH_PROD_MTL_CONSUMED_TXN_STG
    Table exists in the target database
    Checking for differences
    Number of columns for the table in the xml file is 30
    INFO: An additional column WORKORDER_FK exists in the target database
    The table MTH_PROD_MTL_CONSUMED_TXN_STG is missing the column WORKORDER_FK
    Warning: The missing column is NOT NULL and there is no default value to apply
    Adding a nullable column with the statement
    Executing statement
    ALTER TABLE MTH.MTH_PROD_MTL_CONSUMED_TXN_STG ADD ( WORKORDER_FK VARCHAR2(240) NULL )
    Start time for statement above is Tue Nov 22 13:09:51 GMT-04:00 2011
    End time for statement above is Tue Nov 22 13:09:51 GMT-04:00 2011
    Error in executing statement ALTER TABLE MTH.MTH_PROD_MTL_CONSUMED_TXN_STG ADD ( WORKORDER_FK VARCHAR2(240) NULL )
    Error message is ORA-01430: la columna que se esta agregando ya existe en la tabla
    Error code is 1430
    Updating task with status 1
    AD Worker error:
    The utility FndXdfCmp returned error for the above task.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Nov 22 2011 13:09:51
    thanks for your help

    Did you apply the patch with "options=checkprereq" as mentioned in the patch README file to ensure that all necessary prerequisites have been applied successfully before applying this patch?
    Thanks,
    Hussein

  • EBS's SSO: license for EBS Access Gate

    Hello,
    We're using EBS 12. Hereafter, we will perform SSO which integrated with AD.
    I understand that WebLogic Server is required for EBS AccessGate, and I have one question about neccesary license for this module.
    Question:
    Can we use EBS AccessGate by WebLogic Server Basic license?
    AFIAK, WebLogic Server Basic license is bundled in iASEE.
    Thanks.

    Hussein -
    There are 12 invalid objects in the Apps schema :
    APPS     BIC_OPPORTUNITIES_MV     28-FEB-12     348787
    APPS     ENI_DBI_CO_ALL_MV     02-MAR-12     360676
    APPS     XXATS_INO_UTILS     02-MAR-12     415615
    APPS     BES_BPEL_OMFF_EVENT     02-MAR-12     445590
    APPS     BES_BPEL_OMFF     02-MAR-12     445605
    APPS     RAISE_BPEL_AIA_EVENT     02-MAR-12     473408
    APPS     BPEL_SDSDF     02-MAR-12     473993
    APPS     BPEL_SDSDF     02-MAR-12     473994
    APPS     OE_AUDIT_ATTR_DESC_V     02-MAR-12     224238
    APPS     FND_SSO_MANAGER     02-MAR-12     301088
    APPS     CS_WF_ACTIVITIES_PKG     02-MAR-12     304594
    APPS     ENI_DBI_CO_OBJIDS_MV     28-FEB-12     318093
    Could any of these be the issue. If they are the issue how do you recommend i fix them.

  • What is Minimum database requirement for EBS R12

    What is Minimum database requirement for EBS R12? for example if it works only with enterprise edition or with standard edition also.
    Regards,
    Sandeep V

    Question is very interesting and very important. The link does not answer if "standard edition" can be used. Obviously, Rapid Install installs EE database. But we can move the database to another dedicated database server.
    And the question becomes "Can we move it to a Standard Edition database server"? Huge ramifications on costs. Extremely important. Nowhere I could find positive answer. I wonder if anyone had found an answer?AFAIK, it is not supported.
    My own research shows that VIS database (built at home) has partitioned tables in APPLSYS and APPS schemas. Partitioning is not supported in Standard Edition.Correct.
    I wonder if we can migrate the database and manually move several partitioned tables into non-partitioned Standard Edition. Will EBS R12 break? Will Oracle Support cancel its support?Oracle will not support this -- Please log a SR to confirm this with Oracle Support.
    Thanks,
    Hussein

  • How to set password expiration for EBS users

    how to set password expiration for EBS users .
    Regards .

    Please follow below steps:-
    This is available starting in RUP4.
    The script to expire all passwords in the fnd_user table is $FND_TOP/patch/115/sql/AFCPEXPIRE.sql.
    It can be executed from SQL*Plus or as a Concurrent Program: sqlplus -s APPS/ @AFCPEXPIRE.sql
    or Submit concurrent request: CP SQL*Plus Expire FND_USER Passwords
    This script sets the fnd_user.password_date to null for all users which causes all user passwords to expire.The user will need to create a new password upon the next login.
    Thanks,
    JD

  • How come the same apps that are available for my iPhone and my iPad are not the same as the apps in the app store on my mac

    I want some of the same apps available on my iphone and ipad2 to be available on my macbook pro app store and to be able to link them through icloud. Is this not possible? If not, why not?

    The Mac uses Mac OS X and iDevices use iOS. These are two different operating systems and the apps must be written for each operating system specifically, even when the apps go by the same name, such as the iWork apps, they are two ifferent versions of the same app for the two different platforms.
    So, as an example, Safari has been written for three different operating systems, Mac OS X, iOS and Windows. And the Safari apps, as similar as they are visually, are not interchangeable for the different platforms.

  • I recently got my moms friend old iphone5 that he had for like a month. Everything is fine with it but it wont let me update any of my apps because it asks for his apple ID password. Is there anything i can do to change/fix that?

    I recently got my moms friends old iphone5 that he had for like a month. Everything is fine with it but it wont let me update any of my apps because it asks for his apple ID password. Is there anything i can do to change/fix that?

    sabrinabriii wrote:
    I recently got my moms friends old iphone5 that he had for like a month. Everything is fine with it but it wont let me update any of my apps because it asks for his apple ID password. Is there anything i can do to change/fix that?
    You should remove his AppleID and restore it as new.

  • I tried downloading a free app and it asked for my billing information and when i entered it, it says that there was a billing problem with a previoud purchase and i have to update it. I keep updating it and it wont let me verify it and i cant get apps

    I tried downloading a free app and it asked for my billing information and when I entered it, it said that there was a billing problem with a previous purchase and I have to update it. I keep updating it and it wont let me verify it and I cant get any apps even if they are free, and I just Deleted some apps to make room for my new upate!

    The message says: "The payment method has been denied, try another method"
    I'm living in the same country and city since I was born, so I don't think the location is the problem.
    And yes, I paid with the card a meal in Burguer King today. And nothing more.

Maybe you are looking for