Step By Step Guide to Creating a Custom Application in Applications R12

Hi All,
Can anyone please help me in getting a Step By Step Guide to Creating a Custom Application in Applications R12.
Thanks
Sagb

In addition to " Oracle Applications Developer's Guide", please refer to the following note. The concept of creating a custom application should be similar to 11i
Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1

Similar Messages

  • Creating voice memo folders (step by step guide)

    I have a laptop, loaded with windows xp and iTunes. I need, step by step instructions, on how to create folders for the voice files, my 40 gb, third generation ipod, has created on my pc.

    In addition to " Oracle Applications Developer's Guide", please refer to the following note. The concept of creating a custom application should be similar to 11i
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1

  • Custom step and step execution

    Hello,
    I am in need of the solution for accessing the execution of a Step
    The execution order of a step begin as below.  How can I insert a custom call at  execution position before step 3 and after step 18?
    Can I create a custom step allow me to insert a function call like that
    1-->Allocate result
    2-->Enter batch synchronization
    3-->Check Run mode for Skip
    4-->evaluate precondition
    17-->Evaluate Post expression
    18-->Evaluate Status Expression
    Solved!
    Go to Solution.

    Tphan wrote:
    Precondition can be use for dynamicly setting the step to skip or fail, but limit to boolean only
    The above statement is not correct, you can have any expressions as long as they evaluate to a true or false. So for example, you can have a precondition:
    RunState.PreviousStep.Result.Status=="Passed"
    So the above expression makes sure that the step will only execute if the previous test passed.
    I think your problem can be solved using pre-conditions and post actions.
    Have a look at the attached file.
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.
    Attachments:
    postaction.seq ‏6 KB

  • What to take into account to create a custom schema?

    Hello, we are going to start the process of migrating from Oracle E-business suites R11.5.10.2 to R12; we have been doing our custom applications into the APPS schema. For this upgrade, we would like to start fresh and move all our custom applications to a custom schema to have control of all the customizations. I need your feedback on what are the things we need to take into account to accomplish that.
    Please let me know anything that comes to your mind on what to consider, and if you have a good guidance on how to do it should be great.
    Thank you.

    user8969211 wrote:
    Hello, we are going to start the process of migrating from Oracle E-business suites R11.5.10.2 to R12; we have been doing our custom applications into the APPS schema. For this upgrade, we would like to start fresh and move all our custom applications to a custom schema to have control of all the customizations. I need your feedback on what are the things we need to take into account to accomplish that.
    Please let me know anything that comes to your mind on what to consider, and if you have a good guidance on how to do it should be great.Please see these docs/links.
    Integrating Custom Applications with Oracle Applications [ID 176852.1]
    Step By Step Guide to Creating a Custom Application in Applications 11i [ID 216589.1]
    Integrating Custom Objects and Schemas
    http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458264.htm#4164796
    Can't Open Custom Forms After R12 Upgrade [ID 552010.1]
    How To Upgrade 11i Custom Forms To R12 [ID 563258.1]
    Accessing Custom Forms After Upgrading From To R12. [ID 451934.1]
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Thanks,
    Hussein

  • I-view for custom WD ABAP application opening in new page

    Hi,
    We have created a new i-view and page in ESS for a custom WD ABAP application.
    Our requirement is that all i-views open in the same page (i.e. portal content area). I have set the property - launch in new window as ' display in portal content area'. The work protect mode settings for opening in the same window have also been done.
    Yet, the i-views that have been created for custom WD ABAP applications are opening in a new page while the standard i-views are opening in the same page.
    Would appreciate pointers on how can this issue can be resolved.
    TIA.

    hi,
    check your homepage configuration and makesure nothing is there on window name in the resource.
    thanks,
    pkv

  • Steps to create a custom responsibility in Oracle applications R12

    Hi All,
    I need to define and create a new custom responsibility in Front end applications. Can you let me know the steps to create it or any links through which I can work on it.
    Data group
    Menu
    Request group
    with step by step procedure
    Regards,
    Kalyan

    Please see these links/docs.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Custom+AND+Responsibility&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Oracle Applications System Administrator's Guide Documentation Set
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • Steps to create a custom Window component?

    What steps do I need to take to create a custom Window component? My approach now results in the component being uneditable in design view. What I do is simply select "New > MXML component", base it on spark.components.Window and supply a filename. I tried with a Panel component and that works fine.

    Hi,
    Step by Step creation of SAP Payroll Funcitons:
    1) Follow the menu path
       Human Resources>>Time Management>>Administration>>Tools>>Funtions/Operations
       or transaction PE04. Enter a four digit name for e.g ZIABC, and press the create
       button, enter the description. On creation the system proposes the name of
       the routine use it, or enter a name of your choice by selecting the option 'Self-defined'.
    2) During the execution of payroll some tables are filled with wage types and there amounts
       to make these tables available to your routine enter the name of the table for e.g (RT or
       CRT) in the input parameters, and to make the changes done to the data in the tables
       avaiable to the payroll enter the name of the table in the Output parameters as well.
       Input Parameters
       Ctry                                         Num     Object Name
       99                                           1       RT
       99                                           2       CRT
      and same shall be done in the Output Paramters if required.
    3) Create an include in the program PCBURZ990 (using Transaction:
    SE38), in which create a subroutine with the name supplied by SAP or the
    name selected by you during Funtion creation,
    in our case, it is FUZIABC.
    Note: The program PCBURZ990 is in SAP Namespace, so an Access Key
    will be required before you can proceed. But it will not be overwritten during any upgrade.
    *Example of the subroutine
       FORM FUZIABC.
    *enter the code
       ENDFORM.
    4) After this activate the program the Funtion and add it in the schema used for payroll processing.
    Reward points if helpful.
    Regards,
    Manoj.

  • Steps to create a custom UI control in mobile 7.1 ?

    Hello Arvind ,
    What exactly you mean by signature pad here?
    I understood that you want many custom controls in your view.
    For this , to start off ,  you need to create one custom control dc first.
    And then you can re use the same for any number of custom controls in the view.
    Steps will be :
    1) Take a fresh IDE with new workspace
    2) Create a new DC (for custom control) of type JAVA  .The lik which you gave also speaks about this only
    3) Create an application component , bind it with custom control dc.
    4) Create a ui component and go ahead with your design of view. Rest all will be the same as simple oca application creation.
    For elobarate steps on step-2 (custom control DC creation ), there is a very good document with screen shots which explains everything in detail.
    I am not sure if the document is released, will just check that out and provide you the link.
    Regards,
    Lakshmi
    Edited by: Lakshmi Reddi on May 25, 2009 12:22 PM

    Vidyadhar,
                     I have created a custom control DC and added added as dependency to a Application component("testapp").Created a new UI component("test_ui) and added "testapp" as depedency in Dev. Infra. view. when i add the "testapp" as depedency to "test_ui" MCD file(<dependency><dependency_name>testapp</dependency_name><dependency_version>1.0</dependency_version></dependency>) , build fails(COMPONENT NOT FOUND) with the following error:(from build.log)
    Dependencies in mcd.xml:
              MCD name: testapp MCD version: 1.0
    Comparing data in MCD and DPI files.
    Error: com.sap.tc.mobile.dt.oca.bp.exception.OCABuildPluginException: Validation of MCD file failed. Component 'testapp' version '1.0' not found.  Please check version of used components.
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.MCDDescription.checkDependencies(MCDDescription.java:139)
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.CFSDataContextProvider.checkMCDDependencies(CFSDataContextProvider.java:156)
         at com.sap.tc.mobile.dt.oca.bp.impl.cfs.provider.CFSDataContextProvider.execute(CFSDataContextProvider.java:126)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.prepareTechnologySpecificData(PrepareContextBuildStep.java:186)
                    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:233)
         at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:214)
         at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:275)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Error: Build stopped due to an error: Validation of MCD file failed. Component 'testapp' version '1.0' not found.  Please check version of used components.
    Error: Build stopped due to an error: Validation of MCD file failed. Component 'testapp' version '1.0' not found.  Please check version of used components.
    Also, when i add "interactive form" to the view, the properties bounded to interactive form control are for configuring adobe forms. Can i ignore those properties which are not related to my custom control , for which i'll be setting the properties in the code?
    Thanks & Regards,
    Arvind

  • Steps to create a custom function in pe04 and to create the code include

    I am new to HR time management.i require to create a custom quota
    function in pe04 .
    I believe it requires me to first include the source code under
    the include RPTMOZ00..Its not editable and throws mesage that
    its lckd by some other 'client'..Do i need some access key
    there? moreover without this i do not know how to proceed in
    pe04.I dont evn have any idea what all should be put in the
    paramaters in the pe04 attributes.Just have been told about the
    countries to specify there. please suggest what all inputs
    should i ask my functional people to provide on this and what
    all can i handle technically and how..any help would be
    appreciated.Thanks

    Hi,
    Step by Step creation of SAP Payroll Funcitons:
    1) Follow the menu path
       Human Resources>>Time Management>>Administration>>Tools>>Funtions/Operations
       or transaction PE04. Enter a four digit name for e.g ZIABC, and press the create
       button, enter the description. On creation the system proposes the name of
       the routine use it, or enter a name of your choice by selecting the option 'Self-defined'.
    2) During the execution of payroll some tables are filled with wage types and there amounts
       to make these tables available to your routine enter the name of the table for e.g (RT or
       CRT) in the input parameters, and to make the changes done to the data in the tables
       avaiable to the payroll enter the name of the table in the Output parameters as well.
       Input Parameters
       Ctry                                         Num     Object Name
       99                                           1       RT
       99                                           2       CRT
      and same shall be done in the Output Paramters if required.
    3) Create an include in the program PCBURZ990 (using Transaction:
    SE38), in which create a subroutine with the name supplied by SAP or the
    name selected by you during Funtion creation,
    in our case, it is FUZIABC.
    Note: The program PCBURZ990 is in SAP Namespace, so an Access Key
    will be required before you can proceed. But it will not be overwritten during any upgrade.
    *Example of the subroutine
       FORM FUZIABC.
    *enter the code
       ENDFORM.
    4) After this activate the program the Funtion and add it in the schema used for payroll processing.
    Reward points if helpful.
    Regards,
    Manoj.

  • Steps for creating a custom outbound idoc

    Hi,
            Can u please each and every step wise for the creation of the custom outbound idoc.
    Thanks
    Kiran Prasad.

    friend before posting ur query, try to utilize the search tab in the forum, u can find the answer for ur query if not continue with postings.
    Follow this link for step by step tutorial with screen shots
    http://www.****************/Tutorials/ALE/ALEMainPage.htm
    1. Create an IDOC Type.
    The next step is to create an IDOC type by associating the extension type that you created with the Basic IDOC type. This is a simple process:
    u2022 From transaction WE30 or WEDI go to Development -> IDOC Types.
    u2022 Enter ZDEBMASZ for Object Name.
    u2022 Click on IDOC Type.
    u2022 Click on Create.
    u2022 Enter DEBMAS02 for Basic IDOC type.
    u2022 Enter ZDEBMASX for extension type.
    u2022 Enter a description.
    u2022 Enter.
    u2022 You will see a display of the composite IDOC type with all segments, including Z1SADRX (see Figure 3).
    It is possible to associate only one extension type with a Basic IDOC type for a given IDOC type. However, you can have multiple new segments in an extension type.
    2. Link IDOC Type to Message Type.
    The next step is to link the new IDOC type to its corresponding message type. This is important, because this relationship is referenced in the partner profile parameters where you specify the message type and IDOC type to be used for that particular representative system. To link the message type:
    u2022 Use transaction WE82, or from WE30, go to Environment -> IDOC Type / Message Type, or from WEDI go to Development -> IDOC Type -> Environment Î IDOC Type / Message Type.
    u2022 Click on Display <-> Change.
    u2022 Click on New Entries.
    u2022 Enter DEBMAS for message type.
    u2022 Enter DEBMAS02 for Basic IDOC type.
    u2022 Enter ZDEBMASX for extension type.
    u2022 Enter your SAP R/3 release number for Release.
    u2022 Save.
    This data is stored on the EDIMSG table and is accessed by several ALE processes to relate the message type to the IDOC type.
    3. Check the IDOC Type.
    Before checking the IDOC type for consistency, it is important to perform another step that releases the extension type to the IDOC type:
    u2022 From WEDI go to Development -> IDOC Types -> Extras -> Release Type, or from transaction WE30 go to Extras -> Release Type.
    u2022 For the Object Name ZDEBMASX and radio button Extension Type, click Yes.
    u2022 The extension type has now been "released."
    You canât edit the extension type once itâs released. To cancel the release for further editing or deactivation, go to WE30 Î Extras Î Cancel release. The final step in the IDOC extension process is checking the validity of the IDOC type:
    u2022 From transaction WE30 or WEDI go to Development -> IDOC types.
    u2022 Enter ZDEBMASX for Object name.
    u2022 Click on Extension Type.
    u2022 From the Development Object menu select Check.
    u2022 Repeat the operation for IDOC type ZDEBMASZ.

  • Step by Step guide to create pushbutton?

    Hi,
    Is there any step by step guide on how to create a pushbutton with action using Graphical Screen Painter?
    Best Regards,
    Rayden

    Hi Prashant,
    I have try your solution. but somehow it can't work.
    Here is the code:
    =================================================================
    REPORT  Z_TEST_BTN.
    TABLES zraystud.
    DATA result TYPE c.
    START-OF-SELECTION.
    CALL SCREEN 100.
    WRITE : result.
    "PBO
    MODULE STATUS_0100 OUTPUT.
    ENDMODULE.
    "PAI
    MODULE USER_COMMAND_0100 INPUT.
    Case sy-ucomm.
    when 'EXIT'.
    Leave PROGRAM.
    when 'SAVE'.
      DATA: admno type ZRAYSTUD-ADMINNO,
          lname type ZRAYSTUD-FIRSTNAME,
          fname type ZRAYSTUD-LASTNAME,
          cont type ZRAYSTUD-CONTACT.
           admno = LADMINNO.
           lname = LFIRSTNAME.
          fname = LLASTNAME.
          cont = LCONTACT.
    CALL FUNCTION 'Z_INSERT_STUDENT'
      EXPORTING
        IN_INSERT_ADMINNO         =  admno
        IN_INSERT_FIRSTNAME       = fname
        IN_INSERT_LASTNAME        = lname
        IN_INSERT_CONTACT         = cont
    IMPORTING
       OUT_RESULT                = result.
    endcase.
    ENDMODULE.
    ================================================================
    The error state that:
    The field "LADMNINO" is unknown. But there is a field with similar name "ADMNO"."ADMNO"
    What the cause of it? Did i miss out anything?
    Best Regards,
    Rayden

  • Download the Step By Step Guide to Create a Tree in Forms

    hi,
    I have developed a sample form for Tree Item. Anybody who doesn't know how to create a Tree Item in form can visit the page and download the step by step guide from there. There is a sample form, sample table data, one document describing the whole process and pictures which is a step by step guide.
    Please Note: The document there is from Oracle. I didn't change anything in it. I just developed the form by going through the step from the document.
    Please visit this site
    http://www.saadatahmad.freeservers.com/tree.htm
    Thank you

    Thanks for your comment. I think it's always good to share the stuff this way instead of informing the people like "hey, I have this stuff. mail me if anybody wants", which I think is not the good way as you mentioned.

  • Sstep by step guide to create bid invitation

    Hi Experts,
       Can anyone forward step by step guide to create bid invitation? I went through SAP help but I need to understand meaning of each & every field in bid invitation and why we need to enter it. i.e . from end users point of view.
    Please forward on my email id if possible.
    I shall reward points for sure.
    Thanks.

    Hi Rajeshree,
    See the link
    http://www.ies.state.pa.us/srm/cwp/view.asp?a=3&q=208197&srmNav=|
    Look for End User Procedures
    look for RFP and RFQ and it will give step by step procedure.
    Regards,Nishant

  • Step by step guide to create a RFC connection and data transfer

    hi
    could i get a step by step guide to transfer/read data from SAP and legacy system using the concept of RFC.
    Regards
    Shiva

    hi
    Here are the steps.
    SM59 Transaction is used for Connection Establishment with Destination.
    When you establish a connection to a client through a destination, the HTTP connection must first be entered in transaction SM59.
    There are two types of HTTP connection in transaction SM59: Call transaction SM59 to display the different RFC destinations.
    The HTTP connection to the external server (connection type G) and the HTTP connection to the R/3 system (connection type H) are different only in their logon procedures. Their technical settings are the same. To display the technical settings, double-click a connection.
    You can choose from three tabs. Under Technical Settings, you can specify the following:
    · Target Host: The host to which you want to connect.
    Note that if you are using HTTPS as a protocol, you have to specify the full host name (with domain).
    · Service No.: Here, you specify the port. The destination host must of course be configured in such a way that the specified port “understands” the corresponding protocol (HTTP or HTTPS). See Parameterizing the ICM and the ICM Server Cache.
    · Path Prefix: At the time when the connection to this destination is initiated, the system inserts this sub-path before ~request_uri.
    · HTTP Proxy Options: Here, you can configure a proxy for HTTP connections: You can determine the proxy host and service, as well as users and passwords for the HTTP connection.
    The tab page Logon/Security will be different depending on whether you have selected a HTTP connection to an external server (connection type G) or a HTTP connection to an R/3 system (connection type H).
    HTTP Connection to an External Server (Connection Type G)
    Choose the connection you want to use. You can choose from the following logon procedures:
    · No Logon: The server program does not request a user or password.
    · Basic Authentication: The server program requests a user and password. Basic Authentication is a standard HTTP method for authenticating users. When a user logs on to the target system, he or she provides a user ID and password as authentication. This information is then sent in a header variable as a Base 64-encoded string to the server, through the HTTP connection.
    · SSL Client Certificate: If you use client certificates for authentication, the client authentication is performed through the Secure Sockets Layer (SSL) protocol. In this case, you must also select the SSL Client PSE of the SAP Web AS that contains the relevant certificate for the authentication. The target system must handle the issuer of the SAP Web AS client certificate as a trusted system.
    Under Logon/Security, you can also activate SSL to ensure that HTTPS is the protocol used (if you select SSL, make sure that the correct port is entered under Technical Settings). In the security transaction STRUST you can determine which type of SSL client is used. (Getting Started with the Trust Manager, Trust Manager).
    The field Authorization for Destination has been implemented as an additional level of protection. We recommend that you specify a user and password for the RFC destination.
    HTTP Connection to an R/3 System (Connection Type H)
    Here, you can specify more settings for authentication in the target system.
    The settings under Technical Settings and Special Options are the same as for connection type G. Under Logon/Security, the connection type H has additional logon procedures. As with external servers, you can activate and deactivate SSL and specify an authorization.
    Because the target system is an SAP system, you can set the client and language for the logon as well as the user name and password. If you check Current User, you have to specify the password.
    The following authentication procedures are available: Basic Authentication, SAP Standard, and SAP Trusted System, and SSL Client Certificate.
    · HTTP Basic Authentication: Logon with user and password
    · SAP Standard: This procedure uses an RFC logon procedure. The RFC Single Sign-On (SSO) procedure is valid within the one system. The same SAP user (client, language, and user name) is used for logon.
    · SAP Trusted System: Trusted RFC logon to a different SAP system (see Trusted System: Maintaining Trust Relationships Between SAP Systems)).
    · SSL Client Certificate: The SSL protocol enables you to use client certificates for the logon.
    Type G/H (SM59)
    Timeout:
    When sending a HTTP request, you can use this parameter to specify the maximum response time for the connection.
    HTTP Setting:
    You can use the HTTP version to specify the protocol version of the HTTP request (HTTP 1.0 or 1.1).
    Compression:
    You can use this option to activate the gzip compression for the request body. This can only be activated in HTTP Version 1.1.
    Compressed Response:
    In the standard setting, the SAP Web Application Server sends the Accept Encoding field as a header field with the value gzip, if the application server can handle this compression. This notifies the partner that the caller can handle gzip decompression, and that the partner can send compressed data. If you want to prevent a compressed response being sent, choose the option No.
    HTTP Cookie:
    You can use this option to control the way received cookies are handled.
    You can specify the following for cookies:
    · Accept them automatically
    · Reject them automatically
    · Accept or reject them in a prompt
    · Use a handler for the event IF_HTTP_CLIENT~EVENTKIND_HANDLE_COOKIE to process the cookies in the program.
    · In the next section, you can read about the parallelization of requests.
    Thanks,
    vijay
    reward points if helpful

  • Print Workbench - Step by step guide to create an APPLICATION FORM

    Hi All,
    I have been working as an ABAP developer. Now I have been asked to work on PWB.
    I have gone through lots of documents available on the net. I also read the SAP help library and entire SDN.
    But I need some good document on PWB which shows step by step procedure for creating an application form, maintaining it and then generating the print etc (preferably with screenshots).Kindly provide some good documents. Any help is welcome.
    Thanks in advance.
    Edited by: abinashmechi on Feb 15, 2010 9:45 AM

    Hi Yogi,
    In your sceanario if you are looking to build either Enity or Application service then create it and test that service from "Service Browser". Once your service is working as per your reqyurements then we have to options to bring it into the Portal:
    1. Generate Web Service for you Service (Entity or Application).
    2. Consume that Web Service in WebDynpro application using Model concepts.
    3. Deploy your WebDynpro Application into your portal Server.
    4. Create a WebDynpro iView for your application and assign it any where you want.
                                                         OR
    1. Generate WebDynpro model for your CAF application.
    2. Create a public part for you application webdynpro project of your CAF application.
    3. Create a new WebDynpro DC and use the Models generated for your CAF application.
    4. Deploy your WebDynpro Application into your portal Server.
    5. Create a WebDynpro iView for your application and assign it any where you want.
    If you can give your complete scenario then that would be more helpful for any one to provide best answer which is approapriate for you.
    Thanks,
    Uday.

Maybe you are looking for

  • Why doesn't Verizon offer any Contacts backup solution for prepaid customers?

    So I used to be on a contract plan, had my branch office close down, went out of work, and ended up having my contract lapse (this was a couple years ago). After all the monthly service charges for two lines mounted up before Verizon actually shut of

  • What exactly are objects?

    Hi, i am new to java and i do not exactly understand the concept of OBJECTS...they are somehow relates to methods and classes. Is there a place where is can know about objects in java? Maybe someone here can help me..

  • AirPort to Linksys WRT54G w/WPA

    So it's the holidays and I'm at my mother's house, where someone set up a wireless network through a Linksys WRT54G. Through her computer we printed up the router's security info, but the network seems to be carefully hidden--nothing shows up under t

  • Edit in Photoshop Elements 8 will not function.

    Edit function on Photoshop Elements 8 will not work.  Gives a crash message says to uninstall "inspirational" then download update.  done and still Edit does not function. ??????

  • Oracle Database 11g Backup Deduplication using CommVault

    Hi Everyone We have recently implemented Commvault solution for a Backup and Recovery of Oracle database and other IT softwares / fileservers. Oracle E-business suite 12.1.1 is implemented in our organization with 11g database 11.2.0.3.6, for all the