Reg the profile options

I want to remove the profile options "Home , Logout, Preferences from the page"
Can I?

Check the "Buttons (Global)" section of the dev guide.
--Shiv                                                                                                                                                                                           

Similar Messages

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • Trace is still getting generated even after disabling the profile option Initialization SQL Statement - Custom

    Hi All,
    we have a problem with profile option "Initialization SQL Statement - Custom". we have set this at user level. after some time, we have cleared the profile option value for this user.
    But we can still see the generated trace files are getting updated. we did checked this trc files from path returned from below query.
    select name, value
    from   v$parameter
    where  name like 'user_dump_dest';
    Please help us on how to resolve this issue. we are using Oracle Apps R 12.1.2 version.
    Thanks in advance
    Raghava

    Before logging out we suspect that he closed the browser instead of logout link.
    What if you make the user logout, can you reproduce the issue then?
    We have verified the profile options for this user and found that value is cleared for profile Initialization SQL Statement - Custom.
    How do you know that the files were generated for this user and because of this profile option? Have you verified profile options for all users at all level?
    Thanks,
    Hussein

  • Order Import failing with error "The specified subinventory is invalid to use, the profile option INV: Allow Expense to Asset Transfer is set to No. Change the profile option to Yes or choose a valid subinventory."

    Hi All,
    I am getting this error while importing an internal sales order.
    “The specified subinventory is invalid to use, the profile option INV: Allow Expense to Asset Transfer is set to No. Change the profile option to Yes or choose a valid subinventory.”
    I have tried to set mentioned profile as ‘Yes’. But still getting same error.
    Also, provided subinventory is present and active in given inventory organization.
    Please share if anybody encountered this before and have a solution.

    Hi 2878342
    Please refer the following metalink note, it should resolve your problem.
    Order Import Interface.Error Message Specified Subinventory Is Invalid To Use (Doc ID 406411.1)

  • Need to pass the PROFILE options in SQL query

    SELECT ffvs.FLEX_VALUE_SET_NAME
    , ffvs.FLEX_VALUE_SET_ID
    , ffv.FLEX_VALUE_ID
    , ffv.FLEX_VALUE
    FROM fnd_flex_value_sets ffvs
    , fnd_flex_values ffv
    WHERE 1=1
    AND ffvs.FLEX_VALUE_SET_ID=ffv.FLEX_VALUE_SET_ID
    AND ffvs.FLEX_VALUE_SET_ID=1012493  -- SCHEME_GL_OPTION
    AND ffvs.FLEX_VALUE_SET_ID IN (select FLEX_VALUE_SET_ID from FND_FLEX_VALUE_RULE_LINES
    where
    FLEX_VALUE_RULE_ID
    in
    (select FLEX_VALUE_RULE_ID from FND_FLEX_VALUE_RULES where FLEX_VALUE_RULE_NAME='MDS ZA Option' ))
    I am trying to to run the particular SQL qyery for creating the VIEW.
    Concern:- It will pick all the columns of the values associated with all rules and GL account
    --> I want to filter out by running the or using the PROFILE option so that it returns for only one RESP_ID.
    Is it anyway to use in creating of view in the QUERY to pick the only one RESP_ID.
    Hope I made clear my issue.

    My questions is to use this FND_PROFILE.VALUE('RESP_ID') or FND_PROFILE.VALUE('ORG_ID')
    When ever you will run the above flex values query, it will come for all company or org id.
    I want specific for one org for all the flex values when i will run the above query.
    I try to initialize the query for the org_id,resp_id. But it returning for all of the org.
    I  have to filter out the values based on Org.Where as in the above query there is no org_id column for joing so how should i ?
    Hope i make my questions right.

  • I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me :) Im running ios 6.0.1

    I sign up for TAPJOY.While signing in,they install something in my PROFILE CONFIGURATION...When I check my Settings-General,I can't see the PROFILE OPTION! Please help me Im running ios 6.0.1

    Well, after another call with Apple support and the engineers, no success.  After spending over 20 hours trying to debug this, I give up.  Apple was basically fishing for a solution with trial-and-error settings on the iphone.  Then they wanted me to plug in software to log my iphone connections to the router, etc, etc., etc., at which point I decided I no longer wanted to participate in their testing process and will simply return the router.
    25 hours of my life I'll never get back.
    Big bummer, and frustrating for all the obvious reasons.

  • How can we set the profile options to increase OPP response Time

    Hi All,
    While running the concurrent program to merge the data template and rtf template we got the following message in the log file.
    Executing request completion options... ------------- 1) PUBLISH ------------- Beginning post-processing of request 9079946 on node G2C-IDEV-02 at 21-SEP-2007 02:04:49. Post-processing of request 9079946 failed at 21-SEP-2007 02:19:53 with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary. --------------------------------------
    Thanks in advance

    Hi ,
    There are 2 new profiles options that can be used to control the timeouts. Depending on the error message, one of the following solutions needs to be implemented.
    Profile Option : Concurrent:OPP Response Timeout
    Internal Name : CONC_PP_RESPONSE_TIMEOUT
    Description : Specifies the amount of time a manager waits for OPP to respond to its request for post processing.
    Profile Option : Concurrent:OPP Process Timeout
    Internal Name : CONC_PP_PROCESS_TIMEOUT
    Description : Specifies the amount of time the manager waits for the OPP to actually process the request.
    Note: The profile options are available as of $FND_TOP/patch/115/sql/AFCPOPRB.pls 115.3 and are included in Patch 4125550 11.5.10 CU2 for ATG Product family.
    Solution A
    Option 1: Increase the value (in seconds) for the profile option 'Concurrent:OPP Response Timeout'.
    Option 2: Increase the number of processes or threads (or both) of the OPP via Oracle Applications Manager (see Note 291792.1 for the detailed instructions)
    Solution B
    Increase the value (in seconds) for the profile option 'Concurrent:OPP Process Timeout'.
    Workaround
    The timeouts can also be altered directly in the package AFCPOPRB.pls :
    -- Default timeout values for waiting on a response to a request (seconds)
    TIMEOUT1 constant number := 120;
    TIMEOUT2 constant number := 300;
    TIMEOUT1 and TIMEOUT2 corresponds to respectively OPP Response Timeout (solution A) and OPP Process Timeout (solution B).
    Cheers
    Ranjit.

  • Assigning the profile options of Oracle Diagnostic tool of R12

    Hi
    Could anyone please ellaborate the profile options for RDA (Oracle Diagnostics) like Default timeout used by OSUtility,Sleep time used in OSUtility,Time out used by OSUtility and Time out used by OSUtility to get environment details.
    If possible please sugest the way to assign the values for these profiles.
    Akshaya

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • [SOLVED]Setting the profile option:OPP Response Timeout to a higher

    hi frs,
    while running report getting error like
    Beginning post-processing of request 410882 on node USAORF01 at 10-JAN-2006 11:45:17.
    Post-processing of request 410882 failed at 10-JAN-2006 11:50:18 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    i found a document on metalink docid: 352370.1
    in doc they have given like RESTART 'Output Post Processor' so that problem can be solved.
    how much time it will take to restart the 'Output Post Processor'.
    'Output Post Processor' is based on any level like site or user or responsibilty.
    pls help in understanding about 'Output Post Processor'.
    Thanks
    Rajesh
    Message was edited by:
    Rajesh.mani

    We typically set this to profile to NO in production instances, unless troubleshooting an issue - it is then set at an appropriate level (USER or RESP etc) temporarily.
    We have not found any performance issue when setting this in non-production instances.
    MOS Doc 275876.1 - Oracle Application Framework Profile Options Release 11i (11.5.10)
    HTH
    Srini

  • Can't find the Profile Option that controls the default display of DFF

    I know there is a Profile option you can set to show a DFF by default when you are looking at CRM data (like the Organisation or Person).
    This helps because you don't have to do a look up for the DFF's on the page. The user is automatically shown the DFF Codes on the page when it is loaded.
    Can anyone tell me what Profile Option you set in Sys Admin to turn this on so it is displayed to the end user at all times?

    The jsp file should have the DFF name. You will have to go through the jsp code and find out manually.
    --Shiv                                                                                                                                                                                                                               

  • Profile option

    Hi Everyone,
    Versions :
    Database :11.0.1.7
    Applications : R12.1.3
    I want to change the below profile option at the User level(shankar) in the backend applications. Please help me.
    Fnd: Debug log enabled to NO from YES
    Fnd: Debug log level to Statement
    Fnd: Debug log module to %
    Thanks,
    shubha

    Hi;
    Please review:
    Reg:apps profile
    How to list E-Business Suite Profile Option values for all levels using SQLPlus [ID 201945.1]
    How to Search all of the Profile Options for a Specific Value [ID 282382.1]
    How To Find All Users With A Particular Profile Option Set? [ID 367926.1}
    How to Change Profile Option Value Without Forms? [ID 943710.1]
    profile options
    Regard
    Helios

  • Not able to get the profile value set at Responsibility level

    Hi,
    I had set the value of a custom profile at Responsibility level and in CO i used the
    following code,
    String rLocation = pageContext.getProfile("XXTMG_PR_SCP_LOCATION");
    The above call returns NULL. But if i set the value of the profile at Site Level then the above code returns the correct value of the profile. I bounced the apache after the profile option was changed but no avail.
    I even tried using getOADBTransaction().getSpecificProfile() in the AM (which was
    called from CO) as below but could not get the value of the profile,
    Number lRespID = new Number(getOADBTransaction().getResponsibilityId());
    String retLoc1 = getOADBTransaction().getSpecificProfile("XXTMG_PR_SCP_LOCATION","","",
    lRespID.toString());
    Could any of you please let me know whether i have missed something in the code which results in not getting the correct value for the profile at the Responsibility level.
    Thanks, Suresh.

    Instead of passing null for the other parameters in call to getSpecificProfile, can you please set these params and try ?
    Also, please note that if a value is defined at site level, then even if a value is present at the resp level, the value at site will be returned when you use getProfile method.
    Thanks
    Tapash

  • Item Validation Organization is not Appearing in LOV in profile options

    Dear All,
    Item Validation Organization is not Appearing in LOV of the Profile options.
    OE: Item Validation Organization
    QP : Item Validation Organization
    Regards,
    John

    Hi,
    Enable profile 'FND: Personalization Seeding Mode', clear the cache and check if this solves your problem.
    --Sushant                                                                                                                                                                                                                                                           

  • How to capture profile option value in Controller in OAF?

    Hi,
    I have a requirement to capture the value of profile option value in Controller in OAF?
    How to write the code for this?
    Thanks

    Hi ,
    You can get the profile option value in following ways.
    String customprofile = transaction.getProfile("XXXX");
    if(customprofile == null)
    throw new OAException("The custom Profile Option Named XXXX has not been defined. Contact " +
    "your IT Support Group. , (byte)0);
    if(customprofile.length() == 0)
    throw new OAException("The custom Profile Option Named XXXX does not have a value assigned" +
    ". Contact your IT Support Group. "
    , (byte)0);
    Thanks
    Deb

  • Profile option is obsolete in R12

    Hi
    We have recently migrated from 11.5.10.2 to R12.1.3. Before migration, certain users were able to see the output and log files submitted by other users. But now this is not working. They are not able to see the output of requests submitted by others anymore. This profile option is obsolete in R12. Is there any new profile option to replace this.
    Regards

    user13551818 wrote:
    Chk The Profile option Concurrent:Report Access Level_.
    Change the Profile Option value for Concurrent:Report Access Level. Default value for the profile is "User", which means View Output is only accessible by the particular user that submitted the request. Set it to "Responsibility", now the View Output button is enabled from responsiblity where the report is registered.This profile option is no longer used in R12 and it is replaced by RBAC -- Please see the doc referenced above for details.
    Thanks,
    Hussein

Maybe you are looking for

  • HT1212 my itouch wont let me enter a password it just says connect to itunes

    my itouch won't let me enter a passwork it just says connect to itunes

  • Why won't the newest version of iTunes download on my PC?

    I tried downloading the newest version of iTunes today and there were some issues so it suggested that I reinstall. I tried doing that, but now I am getting an error message that says "Service 'Apple Mobile Device' failed to start. Verify that you ha

  • Sort by number of images in a stack

    I use stacks a great deal, we have the ability to sort by rating, by picks, by date, etc etc, a very useful way would be to sort by number in stack. I stack images and then batch process so say a selection of 27 images arranged in stacks of 3, follow

  • Use of RFC destination "DEST" of type SNA/CPI-C connections

    Hi , Please tell me the use of RFC destination "DEST" of type SNA/CPI-C connections in PI system . Connection test for this RFC is failing with message "Error when opening RFC connection" . whether it is normal ? Regards , Hanumant

  • Captivate 4 freezes up

    I've been updating a project in Captivate 4 by copying and pasting images edited in Photoshop. I can do this about three times before the Captivate edit screens freeze, although it does allow me to close the file without saving. Any ideas why this is