Value of profile option, ICX: Requisition Sever(ICX_REQ_SERVER)

Hi,
I need to know how do we find out the value to be stored in the profile option, ICX: Requisition Sever(ICX_REQ_SERVER). The value currently we have in our client instance seems to be wrong.
My requirement is to prepare a URL to access a SQL Loader's bad file. While clicking on the URL should open the bad file from the interface directory in the UNIX server.
Please comment.
Regards,

Hi,
There are many scripts available, please see these documents for details.
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?
Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
Note: 803587.1 - Script To List The Values Of A Profile Option At All Levels
Thanks,
Hussein

Similar Messages

  • Can not read values for profile option proxy_user_id in routine& Routine

    Hi all ,
    I developed a new form in oracle apps R12 and deployed in respective top ,After entering all the details when i am going to save the data i am getting the message like
    Can not read values for profile option proxy_user_id in routine& Routine and no action is taking place .
    Can some one please help me how to avoid this issue.
    Thanks in advance,
    Srinivas

    Hi Srinivas,
    Please check below Metalink notes. Although it is not same as your issue but it will give you way to enable 'VISIBLE' flag(if not done already)
    _'Cannot Read Value For Profile Option Proxy_user_id' Error While Trying To Create an AR Invoice [ID 1280915.1_
    Thanks,
    JD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 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

  • Need profile option for determining DateTime format in Oracle Forms

    Hello All,
    I also have requirement where I need to read the date format in which Oracle Forms displays date values.
    As per updates to [this thread|https://forums.oracle.com/forums/thread.jspa?messageID=10285119] , I just need to read the profile option "ICX: Date format mask" ("ICX_DATE_FORMAT_MASK"), and reformat the date value to my required target format.
    This is good for the date type of fields. But what about the profile option that determines "datetime" formats in Oracle Forms ?
    Appreciate any help.
    Thanks
    Bhaskar

    Are you linking the host script to fndcpesr? E.g.:
    Host script defined with prog extension:
    XXSCRIPT.prog
    Move it to relevant dir:
    $XX_TOP/bin
    Create a soft link to fndcpesr
    ln -s $FND_TOP/bin/fndcpesr XXSCRIPT

  • Discoverer 10 - 11 Profile Options

    Hi
    . Question ,I know we use the profile options with the prefix of "ICX" to handle Discoverer. Does 11 have a separate set of Options to 10 or can we just replace 10 in the profile option "ICX: Discoverer Release 10" to 11? And can one have more than one value there?
    Thanks
    Andrew

    Check the following notes:
    Note: 248017.1 - Discoverer 4.1 (4.1.48.08) Administrator-Desktop Production Patch Release Notes
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=248017.1
    Note: 139516.1 - Discoverer 4i with Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=139516.1

  • Profile option in istore

    The sql of ASO_ATP_SHIP_TO_SITE_ID (while implementing check availability functionality in istore)shows error because of which no value could be set for it.Is there any workaround for this problem?
    Regds,
    Nithya

    "Has anyone set up the value of profile option IBE:Recalculate Price in OM to null? Currently we have it set at yes so every time an order gets into OM from iStore it should recalculae price in OM. We are afraid that setting it to NULL might cause some pricing issue. We are on 11.5.10."
    This will indeed cause some pricing issues. It might be that a incorrect price is calculated in the iStore (or an old price is still in a saved cart). If you set the profile option to null you might run into those error's. My opinion is that you have to have it set to yes to be sure.
    Regards,
    Johan Louwers.

  • IStore Profile Option: IBE:Recalculate Price in OM

    Hi there,
    Has anyone set up the value of profile option IBE:Recalculate Price in OM to null? Currently we have it set at yes so every time an order gets into OM from iStore it should recalculae price in OM. We are afraid that setting it to NULL might cause some pricing issue. We are on 11.5.10.
    thanks.
    techie.

    "Has anyone set up the value of profile option IBE:Recalculate Price in OM to null? Currently we have it set at yes so every time an order gets into OM from iStore it should recalculae price in OM. We are afraid that setting it to NULL might cause some pricing issue. We are on 11.5.10."
    This will indeed cause some pricing issues. It might be that a incorrect price is calculated in the iStore (or an old price is still in a saved cart). If you set the profile option to null you might run into those error's. My opinion is that you have to have it set to yes to be sure.
    Regards,
    Johan Louwers.

  • 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

  • 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

  • Setting profile option values using Java Concurrent Program

    Hi,
    I have a java concurrent program in which i am trying to update a profile option which is enabled only at site level, but the values are not getting committed once the CP completes.
    1. I am using CpContext.getProfileStore().SetProfile(<name>,<value>) to set the value.
    2. I am printing CpContext.getProfileStore().getProfile(<name>) in the same run and this works.
    3. BUt once the CP completes, the values are gone. Seems we have to issue a commit.
    3. So i used CpContext.getJDBCConnection().commit; Even this doesn't commit.
    Pls. suggest. Has anyone used these APIs to update profile options?
    Thanks,
    Suresh.

    I am not not a java expert, but pl see if MOS Docs 305710.1 (A SAMPLE JAVA CONCURRENT PROGRAM) and 827563.1 (How To Create a Java Concurrent Program?) can help
    HTH
    Srini

  • User Profile Option Values

    The concurrent report User Profile Option Values, is only site value levels. Are user level values more powerful, i.e. do they overide such values. How can I determine profile option values set at user level? Is there a similar report?

    hsawwan wrote:
    The concurrent report User Profile Option Values, is only site value levels. Are user level values more powerful, i.e. do they overide such values. A profile option can be set at one or more levels, depending on its hierarchy type. Most profile options use the Security hierarchy type, meaning that they can potentially be set at the four levels Site (lowest level), Application, Responsibility, and User (highest level). A higher-level option value overrides a lower-level value.
    How can I determine profile option values set at user level? Is there a similar report?Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=367926.1
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=201945.1
    Do you know if the Utilities: Diagnostics is our powerful/risky profile option to grant a user in PROD, I cant find much information on it??

  • Fetch Profile Option Values

    Hi,
    We have a requirement in which we want to fetch the output of a query for specific inventory org set in profile option from fornt end.
    Please let me know if there is any specific API which will help me fetch the value of the Inventory Org Profile Option(MFG_ORGANIZATION_UNIT) for the report query.
    I was trying with FND_PROFILE.VALUE('MFG_ORGANIZATION_ID') but it doesnt seem to be working.
    Please help.
    Thanks,
    Ramendra.

    We are calling the report as a discoverer report and the workbook is attached to a custom function.
    So basically we want to use the value fetched from the profile option in the SQL query of the disocverer report.
    Unfortunately i made a simple program and tried tot it didnt work fetch the value but it doesnt work.
    CREATE OR REPLACE
    procedure rr_test(errbuf OUT VARCHAR2,retcode OUT VARCHAR2) IS
    v_organization_id VARCHAR2(100);
    --v_org_id number;
    begin
    v_organization_id := fnd_profile.value('MFG_ORGANIZATION_ID');
    --v_org_id := fnd_global.org_id;
    /*select organization_id into v_organization_id PO: MFG Organization ID
    from hr_organization_units where
    organization_id = fnd_profile.value('MFG_ORGANIZATION_ID');*/
    fnd_file.put_line(fnd_file.log,'PROFILE VALUE IS :'||v_organization_id);
    End;
    When i registered it as a concurrent program.Set the change organization and run the program it doesnt show any value for the value of the profile option.
    The output is like this:
    RR_TEST module: RR Test
    Current system time is 23-FEB-2009 20:17:51
    **Starts**23-FEB-2009 20:17:52
    **Ends**23-FEB-2009 20:17:52
    Start of log messages from FND_FILE
    PROFILE VALUE IS :
    End of log messages from FND_FILE
    Executing request completion options...
    Please advise.
    Thanks,
    Ramendra.

  • FSG:EXPAND PARENT VALUE PROFILE OPTION 에 대한 설명

    제품 : FIN_GL
    작성날짜 : 2004-10-14
    FSG:EXPAND PARENT VALUE PROFILE OPTION 에 대한 설명
    ==============================================
    PURPOSE
    FSG 작성 시 'FSG: Expand Parent Value' profile 의 역할에 대해 설명한다.
    Explanation
    FSG:Expand Parent Value profile 은 FSG report 작성시 parent value 를 child ranges 로 부터 sum하여 가져 올 것이냐 아니면 parent vlaue 에서 가져 올 것이냐를 결정한다.
    Example
    Example 1
    FSG:Expand Parent Value = Yes
    Summary Flag = Yes
    Parent Value belongs to a Rollup Group
    Result:
    FSG looks for summary accounts that have this parent value for this segment.
    It does not expand the parent value into its child ranges.
    Example 2
    FSG:Expand Parent Value = Yes
    Summary Flag = Yes
    Parent Value does not belong to a Rollup Group
    Result:
    FSG expands the parent value into its child ranges, then looks for
    summary accounts that have values for this segment that are within
    these child ranges. (The summary template associated with this summary
    account would have to have a 'D' for this segment.)
    Example 3
    FSG:Expand Parent Value = Yes
    Summary Flag = No
    Parent Value belongs to a Rollup Group
    Result:
    FSG looks for detail accounts that have this parent value for this
    segment. It does not expand the parent value into its child ranges.
    It is never going to be successful.
    Example 4
    FSG:Expand Parent Value = Yes
    Summary Flag = No
    Parent Value does not belong to a Rollup Group
    Result:
    FSG expands the parent value into its child ranges, then looks for detail
    accounts that have values for this segment that are within these child
    ranges.
    Example 5
    FSG:Expand Parent Value = No
    Summary Flag = Yes
    Result:
    FSG looks for summary accounts that have this parent value for this
    segment. It does not expand the parent value into its child ranges.
    Example 6
    FSG:Expand Parent Value = No
    Summary Flag = No
    Result:
    FSG expands the parent value into its child ranges, then looks for
    detail accounts that have values for this segment that are within
    these child ranges.
    Reference Documents
    Note 1012620.102

    I have followed the following notes but it didn't help me
    R12: FSG: PERF0005 Error Detected In GET_DEF_LDGS - ORA-01403: No Data Found Common Issues [ID 1368691.1]
    Generating a FSG Report Application Does Not Find Profile Values for RG_LOGFILE_DETAIL_LEVEL and EXPAND_PARENT_VALUE [ID 165339.1]
    does anyone know how to solved the problem ??If none of the docs help, please log a SR.
    Thanks,
    Hussein

  • How to get profile options & values at user & responsibility level by SQL?

    Experts, How to get profile options and values at user and responsibility level using SQL?

    SELECT
    po.profile_option_name as name
    , po.user_profile_option_name
    , decode(to_char(pov.level_id),'10001','SITE','10002','APP','10003','RESP','10005','SERVER','10006','ORG','10004','USER', '???') as "LEVEL"
    , decode(to_char(pov.level_id),'10001','','10002', app.application_short_name,'10003', rsp.responsibility_key,'10005', svr.node_name,'10006', org.name,'10004', usr.user_name,'???') as context
    , pov.profile_option_value as value
    FROM
    fnd_profile_options_vl po
    , fnd_profile_option_values pov
    , fnd_user usr
    , fnd_application app
    , fnd_responsibility rsp
    , fnd_nodes svr
    , hr_operating_units org
    WHERE 1=1
    AND pov.application_id = po.application_id
    AND pov.profile_option_id = po.profile_option_id
    AND usr.user_id (+) = pov.level_value
    AND rsp.application_id (+) = pov.level_value_application_id
    AND rsp.responsibility_id (+) = pov.level_value
    AND app.application_id (+) = pov.level_value
    AND svr.node_id (+) = pov.level_value
    and org.organization_id (+) = pov.level_value
    ORDER BY 1, pov.level_id, 5
    You'll need to apps initialize your SQL session before running this ...
    Regards,
    Jon

  • New Profile Option in Purchasing R12

    I need to know the name of the purchasing profile option that allows a requisition or PO to reference a global contract purchase agreement from any supplier site.
    Any help will be highly appreciated.
    Pascal

    Amy,
    Your question is best asked in the Oracle EBS General discussion forum. However, to set the value of a profile variable you would use FND_PROFILE.PUT ('ProfileName','Value');
    Hope this helps.
    Craig...

Maybe you are looking for

  • Error log in MVC

    hi i am Venkat. How to maintain error log in MVC (J2EE), is there any API plz rply

  • Website won't finish publishing!

    My girlfriend is trying to publish her website to Mobile Me using iWeb '08, but every time she tries, the progress indicator in the iWeb window advances to the last sliver of the "wheel," and won't go any further. It doesn't give any error message or

  • Deploy exception creating new RemoteLoginContext

    Hi, I have this exception when I deploy my J2EE application. The server node is Up and Running. WebAs version 7 The deployment begins ok, but it fails near de finnish... can anyone help me? Aborted: development component 'comp'/'fjr.es'/'localhost'/'

  • Icône appli en attente sur iPad

    Bonjour J ai voulu faire une mise à jour et aussi changer mon forfait iCloud pour un plus gros  et depuis tout mes icônes d appli de l iPad sont en attente sur les pages de mon iPad.je suis bloquée et je n ai pas la croix pour les supprimer et les ré

  • SCCM 2012R2 PXE via IpHelper

    Hi Everyone, I'm trying to deploy SCCM2012R2 task sequence via PXE with IpHelpers. I've configured the IPHelpers to point to the SCCM DP PXE and the DHCP, but nothing happen. Has someone a quick guide on how to configure SCCM2012 and iphelper?