Oracle 11i System Profile Option - Concurrent Define and Executable

I'm looking for what I think is a System Profile Option within Oracle Financials that will allow me to open Concurrent Program Define at the same time as Concurrent Program Executables so that I can copy and paste from one to the other. I can do this in our Dev. Environment but we recently refreshed the Test environment and I lost this ability.
I'm using the System Administrator responsibility within 11i and am referring to where you define your concurrent programs and executables.
I'm assuming this is a system profile option but I am unable to find it.
Our version is 11.5.10.2

Hello.
I think you have the Close Other Forms check box option checked. In the main menu, choose the Tools menu and see how is this checkbox status.If it is checked, just unchek it. You will be able to open both forms at same time.
Octavio

Similar Messages

  • System Profile Option: Applications Global Idle Time

    Hi to All,
    I have been searching for more information about System Profile Option: "Applications Global Idle Time" in ML and Web but havent come across any documentation on this.
    Does anyone have incite on this profile and the default parameter.
    Thanks

    Srini Chavali wrote:
    Pl check the ROW WHO information in FND_PROFILE_OPTIONS table for this profile - most likely this is a custom profile created at your site.
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_PROFILE_OPTIONS&c_owner=APPLSYS&c_type=TABLE
    HTH
    SriniThis profile option exists in 11i and R12, it is a seeded one and not a custom one as you mentioned above.
    It is even mentioned in (R12.0.6+ : Oracle Application Object Library Profile Options Data Collection Test [ID 471675.1]).
    Thanks,
    Hussen

  • Profile option Concurrent:Report Copies

    Hi all,
    Good day..
    can the profile option 'Concurrent:Report Copies' be set to 1 from default null value? Does programs without printer being configured will fail????
    thanks,
    baskar.l

    Baskar,
    Any MS doc ref..where i can show my manager that this will not impact the other programsI do not think it is mentioned clearly in any document/manual. Some details about this profile option can be found in "Oracle® Applications System Administrator’s Guide - Maintenance" manual. You may change the value of this profile option on the test instance and verify that by yourself.
    Regards,
    Hussein

  • How to Change System profile Options

    Hi Friends
    I want to Change System profile Option "PASSWORD CASE OPTION" from "MIXED" to "INSENSITIVE"......how
    can I clear it at the Site Level without logging in E-Business Suite Login Page
    Thanks
    Edited by: user10365515 on Aug 26, 2010 3:34 AM

    Try something like this from backend:
    select fpot.user_profile_option_name, fpov.profile_option_value
    from apps.fnd_profile_options fpo, apps.fnd_profile_options_tl fpot, apps.fnd_profile_option_values fpov
    where fpo.profile_option_id = fpov.profile_option_id
    and fpov.level_id=10001
    and fpo.profile_option_name like '%PASSWORD%'
    and fpo.profile_option_name=fpot.profile_option_name
    and fpot.language='US'
    order by 1;
    you can take a backup and update the table from backend. But, be cautious (oracle doesn't recommend updating from backend).

  • API for inserting/updating system profile option values

    Hi,
    Is there any API that I can use to insert/update system profile option values via PL/SQL?
    Regards,
    Santhosh Jose

    Hi Santosh,
    You can think of using the FNDLOAD utility to download the values from one instance and upload to other instance.
    ## Now lets have a look at the profile option using oracle's FNDLOAD
    FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt PROFILE PROFILE_NAME="POR_ENABLE_REQ_HEADER_CUST" APPLICATION_SHORT_NAME="ICX"
    ## Note that
    ## POR_ENABLE_REQ_HEADER_CUST is the short name of profile option
    ## We aren't passing the user profile option name in this case. Validate using ...
    ########----->select application_id, PROFILE_OPTION_NAME || '==>' || profile_option_id || '==>' ||
    ########----->USER_PROFILE_OPTION_NAME
    ########----->from FND_PROFILE_OPTIONS_VL
    ########----->where PROFILE_OPTION_NAME like '%' || upper('&profile_option_name') || '%'
    ########----->order by PROFILE_OPTION_NAME
    ########----->/
    ## Now to upload
    FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $FND_TOP/patch/115/import/afscprof.lct POR_ENABLE_REQ_HEADER_CUST.ldt
    For other config components download and upload you can refer the link- http://www.apps2fusion.com/apps/scripts/19-oracle-fndload-script-examples
    Thanks,
    Sanjay

  • To generate xml code in encoding  as specified in system profile options

    Hi,
    i have a customer bug wherein the report page which is generated after a particular process, which is a .xml file, does not open because we have special characters which are not getting encoded properly!..
    the probable solution to this would be to encode the .xml file in the encoding format specified in system profile options.
    After the content generation the following code is used to generate the tags and the .xml page:
    DBMS_XMLGEN.setRowSetTag(l_qryCtx,'INVOICE_SET');
    DBMS_XMLGEN.setRowTag(l_qryCtx, 'INVOICE_RECORD');
    DBMS_XMLGEN.setBindValue(l_qryCtx,'BATCH_ID', p_batch_id);
    DBMS_XMLGEN.setBindValue(l_qryCtx,'SUPPLIER_ID', rec.supplier_id);
    DBMS_XMLGEN.setBindValue(l_qryCtx,'SITE_ID', rec.site_id);
    l_result_clob :=DBMS_XMLGEN.GETXML(l_qryCtx);
    l_result_clob := substr(l_result_clob,instr(l_result_clob,'>')+1);
    l_temp_invoice_count := DBMS_XMLGEN.getNumRowsProcessed(l_qryCtx);
    l_invoice_count := l_invoice_count + l_temp_invoice_count;
    DBMS_XMLGEN.closeContext(l_qryCtx);
    clob_to_file(l_result_clob);
    here we have a transaction type in portugese like Nota de Crédito
    and the issue summary is as follows
    It contains some foreign language symbols which are not encoded in UTF-8 format hence IE is showing the error. Even though in mozilla the file is completely opened but the same foreign language symbol is not shown. So the error exists in all the browsers.
    can you please suggest how the encoding maybe done so as to avoid the above problem!...
    and also how to include the encoding as per mentioned in the system profile options.

    Hi,
    >>>The XSD doesn't have any messages only simple and complex types - I can't seem to relate (via drag and drop) them to a data or message type to generate the required objects.
    maybe it has some reference inside to some other types which you did not get?
    if so you need to import into IR/ESR all files and put the correct reference (external archives)
    this would be the proper way to get the file generated according to the xml schema
    Regards,
    Michal Krawczyk

  • How to track the User who has changed the System Profile Options

    HI ,
    The system profile options are changed by one User (Ex: XX123).
    Here, the user XX123, he is not having any sys admin responsibilities .
    He is having only I-proc responsibility attached .
    Is there any chance to update the system profile options , through I-proc.

    Pl post details of OS, database and EBS versions, along with which profile options have been changed.
    AFAIK, IProc responsibilities do not have access to change profile options.
    HTH
    Srini

  • System Profile option setup for Large no. of Responsibility

    Hi Folks,
    Please let me know "how to setup system profile option for large no. of responsibility?" Since we have 200+ Custom responsibilities and finding difficult to set profile option manually. Please provide alternative solution for this.
    Thanks

    Use the FND_PROFILE API - see MOS Doc 943710.1

  • Oracle 11i System Administrator Certification

    Hi,
    Please advice which book or pdf doc would be appropriate for "Oracle 11i System Administrator Certification"?
    Please also advice if any question bank for practice.
    ANy experience sharing would be great.
    Thanks

    Both Transcender and SelfTestSoftware are the official and authorized providers of certification practice exams. If you could not find any practice material in their websites you can use "Oracle 11i System Administrator Fundamentals for 11i10 Self Study CD Course (Netg Oracle)" as an alternative. Self-Study CD-ROMs are an excellent tool to help you prepare for your exam. SSCDs reinforce the course material and allow you to focus on sections that you need to review. Note: the SSCDs do not count towards your course requirements for certification and should be used as a study aid only.
    Oracle 11i System Administrator Fundamentals for 11i10 Self Study CD Course (Netg Oracle)
    http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D42141

  • Setting System Profile Options

    Hi All,
    I need to create a new system profile option in order to set a path for uploading files in Unix server. I know to create profile option thru Apps Developer resp but we dont have that resp , we only have Apps Admin resp. How its is possible to set profile option from Apps Admin. I tried many ways but no luck!
    Thanks
    Narain

    Hi Narain;
    Please check:
    Note: 470102.1 - How To Check If a Profile Option Is Set In Oracle Application
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Hope it helps
    Regard
    Helios

  • How to add a new system profile option?

    ear all,
    I would like to add one profile option in some of the responsibilities. . .how can I do that?
    Best Regards,
    Amy

    Please review the following thread;
    How to create a profile value at user level programatically
    Hope it is helpful.
    Adith

  • Profile option  Concurrent:Report Access Level

    I need to set the profile Concurrent:Report Access Level .. but it is not retreivable from profile--> system -->.. any idea ?
    Kai

    Hello Kai,
    would you mind giving me a hand and post here the answer to your question? The mentioned metalink note is just referencing a whole section within 120sasg (B31451-05.pdf). If you would provide a short summary what needs to be done would be very welcome.
    Thanks a lot
    Volker

  • Security using security profile option & task flow and nodes

    we are going to change our access levels based on the various users created in the system. can some 1 out there provide me with a good document that can assist me in doing this exercise correctly and to the best practice
    gurus appreciate if some one can help me as soon as possible!

    You can refer these documents
    Understanding and Using HRMS Security in Oracle HRMS [ID 394083.1]
    Taskflows in Oracle HRMS [ID 73515.1]
    But again these are generic document. you can share your question if you have any specific queries.
    Thanks

  • Oracle 11i System Administration Certification - IZ0-232

    Hi,
    I am new to Oracle and I know this will be an easy question for some but what is the best way to prepare for this certification (cost effective)?
    1. Do I need to install Oracle (database) and/or other applications to do hands on practice to get familiar with question topics?
    2. CDs
    3. Manuals
    4. Practice exam questions
    What would I need in order to practice some of the tasks performed by a System Admin (applications)?
    I would appreciate a quick response on this and any help would be great so I can get started in the right direction.
    Thanks

    0: For you new to Oracle and wanting this Oracle University course is the best method:
    1: See
    [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html]
    2: See
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_232#1]
    3: See
    [http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D14411GC30&p_org_id=&lang=&source_call=]
    Edited by: bigdelboy on 23-Jun-2009 15:16

  • Need Documents/Materials on Oracle 11i system administrator

    Dear all,
    Oracle System administrator was just added to my role. I'm very new to this role with no little knowledge. Can anybody in the house help me out please.
    Thank you.

    All Oracle EBS documentation can be found at http://www.oracle.com/technology/documentation/applications.html
    HTH
    Srini

Maybe you are looking for