Features in Oracle applications

Hello,
How to check that a feature is enabled in a product.
I wonder to know if the Contingent Labor feature is enabled in the product Oracle Project Costing.
Thank you.

Hi,
Under License Manager, if the product is registered as Installed then probably the features is enabled. And if the status is of shared then not all features are enabled and you will have to check from appliaction.
In that case please see if the following note helps you to identify the status:
Contingent Labor Process Setup Steps (Doc ID 603438.1)
Thanks &
Best Regards,

Similar Messages

  • Feature Request: Oracle Application Express Feature Request Site

    This is about https://apex.oracle.com/vote, the Feature Request Tool for APEX:
    Is there a way to mark a request as 'duplicate' or at least suggest it to someone who has the right to mark it as duplicate?
    Best regards,
    Sabine

    James,
    I'm not entirely sure what your question is?
    To make it 'live' you would need to install it into an Apex instance that is 'visible' to your end users.
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • Oracle Application Single Sign-On

    Dear All,
    We have a requirement that there should be single sign-on for the users to use both the Oracle and non-Oracle Applications. We are using Oracle Application Server 10g at the back end.
    How to enable single sign-on. Is there any tool that we need to install.
    Pls guide us as we are entirely new to this process.
    Regards,
    Rajani

    Hi,
    You need to install and configure Oracle Internet directory and Single Sign On compontents of Oracle Application server 10g in order to have the Single Sign On working with Oracle Applications. After the Oracle Application Server Infrastructure tier installation there is addition integration steps you need to follow to integrate the Single Sign on with Oracle E-business suite. You can use DIP features ( Directory Integration and Provisiotion) to integrate with Third party directory server like Micrososft AD, Sun directory server etc. for Integrating the non oracle based application i think you have to use oracle single sign on API and you need to do bit of coding as well. You can also enble single sign on for database users but this requires advance security option enabled on the Database side and finally you can integrate Single sign on for OS users as well.
    Raj

  • Apex Listener vs. Oracle Application Server... advantages?

    Are there advantages to installing Apex Listener over using an existing Oracle Application Server instance to serve Apex applications?
    We have an existing application server instance in production. Would introducing Apex Listener and the extra overhead be of any advantage?
    Thanks in advance for your thoughts.

    Hello "Portal Dude",
    Are there advantages to installing Apex Listener over using an existing Oracle Application Server instance to serve Apex applications?APEX Listener introduces some additional features, such as Resource Templates, but lacks some others. Some people might want to migrate from OAS to another JEE Container that doesn't come along with a OHS/mod_plsql. Depending on the JEE Container, you could use AJP for load balancing, avoiding plain HTTP through a firewall, etc.
    Would introducing Apex Listener and the extra overhead be of any advantage?The "extra overhead" may be smaller than you think. If you don't need the HTTP_Server component any longer, but can just deploy APEX Listener on the OC4J of your OAS, you might even save some bytes.
    For several other aspects, there have been a few posts on that topic in the past:
    {thread:id=1100122}
    {thread:id=1555908}
    {thread:id=1594158}
    If there's anything you don't find in either the posts or the documentation, don't hesitate to ask.
    -Udo

  • Client-cert auth impl in web.xml does not work in Oracle Application Server

    Hi,
    I am new to implementing security features on the web applications.. I have developed a new web service using jdev1012 and deployed in OAS 10.1.2. Its working fine according to the business requirements, but I am in need of implementing client-cert authentication to enable the web service available to only those who have client certificate.
    My server details are:
    Oracle Application Server 10g Release 2 (10.1.2)
    Server certificate is in place and SSL mode have been already enabled.. able to access my web service through https://<mydomain.com>/myws/TreqWS as well able to see the WSDL file through https://<mydomain.com>/myws/TreqWS?WSDL.
    I tried to include the following in my web.xml file as part of implementing CLIENT-CERT authentication.
    <security-constraint>
    <display-name>SecurityConstraint</display-name>
    <web-resource-collection>
    <web-resource-name>WSCollection</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <user-data-constraint>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    <login-config>
    <auth-method>CLIENT-CERT</auth-method>
    <realm-name>WSCollection</realm-name> <!-- am not sure about this realm-name and its purpose -->
    </login-config>
    It is not woking as expected, though I have restarted my oc4j container after including this content to the web.xml file. i.e, I am able to invoke the web service though my sample java client program, though I donot have client certificate/keystore.
    I believe I am missing something..Can anyone help me in this regard to implement CLIENT-CERT authentication successfully?
    Thanks,
    Ms

    I am having the same problem with doc and xsl. I have added this
    <mime-mapping>
    <extension>xls</extension>
    <mime-type>application/vnd.ms-excel</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>doc</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    to my web.xml. I even restarted the server. I still see doc and xsl in binary.
    Is there some other setting that needs to take place?
    I am using WL6.1 with fixpack 1.
    I can see the doc and excel files in the browser if I don't go through the weblogic
    server. That just confirms it's not my browser.
    Kumar Allamraju <[email protected]> wrote:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    It works fine for me in 6.1 SP1.
    <br><br>
    If the following doesn't work , can you
    <br>try application/winword instead of application/msword?
    <p>--
    <br>Kumar
    <p>Siming Mu wrote:
    <blockquote TYPE=CITE>Hi,
    <p>I setup in my web.xml a mime mapping as follows,
    <p><mime-mapping>
    <br><extension>doc</extension><mime-type>application/msword</mime-type>
    <br></mime-mapping>
    <p>When I specify a test.doc url, the doc file appears in my browser
    as
    binary data
    <br>instead of download.
    <p>Please reference change request 055002, which decribes this problem. 
    According
    <br>to edocs, it has been fixed in wls6.1sp1.
    <p>But I am seeing it fixed.  Am I doing anything wrong? Thanks.
    <p>Siming</blockquote>
    </html>

  • Oracle application server 10g help

    Hi,
    I need to work on a project that pulls data from the oracle database and should be able to generate reports based on user entered criteria and they want me to use the oracle application server 10g.
    (I also need to do manipulations on the data pulled out.)
    How do i start and what are the things that i need to install..
    If somebody could guide me in a few words, i can pick it up from there...
    Thanks

    Hi,
    Thanks a lot for replying..
    This is a simple overview of my project..
    Basically i need to convert a client server application which was initially in Access (and coded in VBA) and oracle to oracle based web application.
    The application that was built in access has various flaws and hence we decided to rewrite them with lot of new features..
    what i would need is several web pages(probably intranet based...) where i pull data from the oracle db, and then do manipulations on them and then based on certain criteria come up with a report based on users needs...
    I hope this info is enough to guide me
    Thanks.

  • How can we do the data migration between Oracle Applications and SAP R/3.

    Hi All,
    How can we do the data migration between Oracle Applications and SAP R/3 system.What are all the possible ways to move bulk data from Oracle Apps to SAP r/3 system.
    Provide any 3rd party tools which supports data migration and also pls rpovide the SAP's own data migration tools with supports the above feature.
    Awaiting for best possible solution.
    Thanks in advance.
    Regards
    Dharmaraju

    the 3rd party tool is ETL , you can use ETL tool and the prepare the load files then you can use LSMW method to upload the data to SAP.

  • How to stop and start only the process of Oracle Application Express?

    I'd like to know how to stop the process of Oracle Application Express on my server installed oracle express package.
    After installed Oracle Express edition, not only oracle database server processes but also Oracle Application Express, such as http server, is started automatically...
    I hope to stop and start Application Express on demand but is this feature enabled?

    Oracle Apex is an API, if that helps you understand / visualize. You do not start Apex process nor stop it.
    When an Apex session starts it starts calling the API.
    You can however start / stop the listener. It may be OHS, ApexListener and the J2EE container running it, OC4J or any other "server" that you are using.
    The built-in EPG is something like an API again, you cannot start / stop it but you can disable/enable it with DBMS_XDB.SETHTTPPORT API.
    Regards,

  • ORARRP 1.3.4/Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP on IE7

    We have to use JInitiator 1.3.1.13 and ORARRP 1.3.4 on a MsWindows Client to connect to the HQ Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server.
    We have noticed this will run almost 100% in MSInternet Explorer version 7.0.5730.11 .
    Except for the ORARRP remote print utility which seems to have some timing problem i.e. when generating a report in the browser screen a temporary browser screen will open and close immediately again. Using the advanced debug option in orarrp.ini to monitor any errors does not show any problem.
    However when clicking quickly in the temporary browser screen the Printer selection screen will pop-up and the local printer can be selected to print-out the report.
    PDF-reports to screen work normally with IE7. ORARRP will start Adobe Acrobat reader (version 8.1.0).
    Has someone solved this issue with local printing using ORARRP on IE7?
    We would like to deploy IE7 asap because of its better features and rendering than IE6.
    thanks in advance,
    Fred

    Move your thread to "Reports" forum, you will probably get a better response:
    Reports

  • New features for Oracle Assets in Apps 12i

    What are the new features for Oracle Assets in Apps version 12i?
    where can i find User Guide for FA in Aps 12i?

    You could check Appendix A of the Oracle Applications Upgrade Guide for 11i to Release 12:
    http://download-east.oracle.com/docs/cd/B34956_01/current/acrobat/r12upg11i.zip
    Assets module is discussed on page A-2.
    Also, you can find the Fixed Assets Users Guide for R12 at the link that hsawwan provided.

  • Hardware Sizing for Oracle Application Server and MapViewer

    Hi all,
    I need to develop an application using Oracle Application Server 10g and MapViewer. The applicaction will, basically, do thematic maps based on a search criteria. The estimative is that we will have 25 users simultaneously using it.
    I´d like to have an idea about the hardware to support it.
    Do you know where I can get this information?
    Any documentation can help.
    Regards,
    Luis Augusto

    Hi Luis,
    It may depend on your database size, but I think at least you need to meet the minimum requirements for the Application Server. You can find additional documentation for the AS at http://www.oracle.com/technology/products/ias/index.html.
    However I would suggest some extra memory, and if possible the better CPU that you can get. MapViewer will render the spatial features on the server side, and depending on your database size and number of features returned from the queries, this extra memory will help.
    Joao

  • IStore - Cloned Apps Schema to access standalone Oracle Applications

    Client has business across different continents and are using standalone oracle ebusiness applications across the locations.
    They have recently bought an single iStore license and wants to use it across the locations. Oracle has recommended to buy four licenses of the same as they have standalone oracle e-biz installed at four locations.
    Client is not happy buying so many licenses as they may have business in new locations in future. Client has agreed with the approach of cloning the APPS schema four times and then create/replace synonyms with DBlinks which points to four different locations.
    This is similar to creating a responsibility using APPS_READ_ONLY schema. The only difference is creating a read/write APPS schema instead of ReadOnly.
    • Database
    •     Create a Database Link in iStore instance pointing to the US Oracle Apps instance
    •     Create a Custom schema XXAPPS (contains synonyms + code objects), which is a clone of APPS schema
    •     Provide Grants on objects in APPS schema for XXAPPS schema
    •     Recursively re-compile the invalid code objects in XXAPPS schema
    •     Create/Replace the synonyms in XXAPPS using the DBLink created for US instance, only for the products/modules used by iStore functionality
    •     Investigate and fix the invalid objects
    o          e.g errors due to accessing the remote objects, pl/sql feature constraints like FORALL cannot be used on the remote table, etc.,
    •     The standard Oracle objects which are modified due to the above are placed in the custom top XXIBE_TOP/patch/115/sql
    • Oracle Applications
    •     Register the new Oracle User XXAPPS
    o          (N) Security -> Oracle -> Register -> Database User Name: XXAPPS
    •     Register the custom application per location/instance
    o          (N) Application -> Register -> Application : XXUS iStore Customizations, Shortname: XXIBEUS, Basepath: XXIBE_TOP.
    o     Please note that XXIBE_TOP is the common top used for all the custom applications (existing and new)
    •     Register the new Oracle User in the DataGroup
    o          (N) Security -> Oracle -> DataGroup -> Standard -> Application: XXUS iStore Customizations, Oracle ID: XXAPPS
    •     Create a custom responsibilitie(s) based on the application 'XXus iStore Customizations'
    o          (N) Security -> Responsibility -> Define
    iStore
    Create an iStore User/Dealer/Superuser & approve the user
    Assign theto custom responsibilitie(s)  the iStore User/Dealer/Superuser in Oracle Applications
    I have an apprehension that there will be issues that needs to considered from maintainence perspective. If you have followed such an approach, what problems would you forsee ? and important things that needs to be considered before implementing such a solution?
    Edited by: user626569 on Jul 25, 2011 4:14 PM

    Thanks,      hsawwan and      samx18.
    We use VNC. I found another good metalink noteL Subject:      Configuring VNC Or XVFB As The X Server For Applications 11i
         Doc ID:      Note:181244.1      
    Thanks,
    Lily

  • Import Standard Business Area of Oracle Applications

    Dear all,
    I install Discoverer Administration 4i and i create EUL (Apps) to connect to Oracle Applications 11.5.0, when I import Standard(BASE) Business Area of Applications
    ,some BA are imported but not all.
    Can anyone help me to import all BA ?
    Thanks to all

    Hi,
    If you are just starting off, then you would be better off using the latest Discoverer 10g as Discoverer 4i is in de-support mode by Oracle.
    see
    Note 237607.1
    Note 313418.1 Using Discoverer 10.1.2 with Oracle E-Business Suite 11i
    the java EUL command-line, comes with a logging feature.
    Note 139516.1 Using Discoverer 4i with Oracle Applications 11i

  • Oracle Application Server 4.0.8.2 upgrade JDBC driver how ?

    What I did was I replace the following classes12.zip (thid JDBC driver is from Jdeveloper library folder) file into OAS home directory under jdbc/lib and change the following env variables in OAS.
    Lastly, tested out 2 simple servlet program
    1) No Connection pooling (simple query)
    2) With Connection Pooling (only JDBC 2 has this features)
    both the servlet fail to display and throw me an error "An Application has occured error ..."
    with the old classes111.zip it works fine not after I replaced the new JDBC 2 driver.

    sorry Oracle Application Server 4.0.8.1

  • Steps to create a new Oracle Application server

    I am in unfamiliar territory and need to create a new Oracle Application Server. I would appreciate any direction or direction to documentation that explains the steps required to establish a new server. Thanks.

    William,
    Have you looked at the Portal section on OTN? We recently added a whole bunch of information under the documentation section.
    It can be found by clicking on Internet Servers under the Products heading on the left hand navigation bar. That page will have a section for Oracle9i Application Server and under that you will see Related Features & Products where there is a link to Portal.
    Rich

Maybe you are looking for

  • Xcelsius and Crystal Report for SAP BW

    we're going to use Crystal Report 2008 and Xcelsius Enterprise 2008 to integrate with SAP BW 7 (with SAP EHP1 + SP5 applied). I understand that Crystal Report 2008 and Xcelsius Enterprise 2008 is "Client" application, which will be installed on each

  • Prepared Statement - Help pl

    Hi! Is there any disadvantage in using a Prepared statement to insert records in to the database.What is the difference in using Prepared Statement compared to Statement.Any disadavantage?I know the advantage of using Prepared statement where by I ca

  • Spam Filter for iPad?

    Is there a way to filter the iPad Mail app for spam?

  • Java NIO and sockets in 1.4.1FCS

    Hi, I have built a client server system using the new 1.4 java.nio packages. In 1.4 everything worked fine, yet in 1.4.1 FCS it definitely does not. The process is as follows. Everything work in non-blocking mode: - Server receives connection and acc

  • Microsoft Exchange Calendar not synching from Phone

    Have a new Droid X (had to replace old one after update crashed it) and it appears to be synched to my work MS Exchange just fine, with one exception. If I enter calendar items on the phone they don't show up on my Outlook at work.  Checked forum, fo