Importance of setting Operator ID for PS profile

Hi Team,
We would like to know the reason for setting an Operator Id for the delivered PS profile in HRMS system. This profile is currently used for mounting the Application and Batch Server domains. However we would like to know if there is any impact if we change the Id Type to Null for PS user profile. We do have Row level security implemented in our environment and using this profile only we have scheduled all the jobs. Please advice.
Thanks,

It may have impact if you are have custom/workflow application that use EMPLID to determine access (we do use it for various testing) by employees.
Therefore, we always link the HRIS manager emplid to PS so that she has access to the app. or getting email.
Otherwise, I don't see any problem in not linking ID type to PS.

Similar Messages

  • How to set operating unit for FND_REQUEST.SUBMIT_REQUEST

    Hi,
    This may sound like an elimentary question but I am facing trouble while submitting PRC Transaction Import (PAXTRXTR) from PL/SQL. The concurrent request is created but it errors out as the operating unit field on the request id blank eventhough I have used mo_global.set_policy_context in below code. Since PAXTRXTR has multi_org_category set to S it expects a org_id while submitting.
    Can you figure out what is going wrong here.
    Following is the code I use
    DECLARE
    l_request_id NUMBER;
    v_msg varchar2(2000);
    BEGIN
    fnd_global.apps_initialize(43313,20433,275);
    mo_global.init('PA');
    mo_global.set_policy_context('S',1);
    dbms_output.put_line(mo_global.get_current_org_id);
    l_request_id := fnd_request.submit_request( 'PA'
    ,'PAXTRTRX'
    ,null,null,false
    ,'Unaccounted Web ADI'
    ,'test1'
    if l_request_id = 0 then
    FND_MESSAGE.RETRIEVE(MSGOUT => v_msg);
    dbms_output.put_line(v_msg);
    else
    commit;
    dbms_output.put_line(l_request_id);
    END IF;
    END;
    Thanks,
    Bhavesh

    What is the output you are getting after running the above code from backend?
    fnd_global.apps_initialize(43313,20433,275); is sufficient why do you want to set Policy context manually??

  • Set operations & tables with different columns

    I have a problem. I have 3 tables - Countries, Locations & Departments. I want to output the country_id and country_name from the countries tables for countries that have no departments. Locations has country_id and location_id columns and departments has location_id and department_id columns. All is in Database 11g. I can produce a table which gives me the locations with departments or without departments as follows:
    select location_id from locations intersect select location_id from departments;
    This gives me a list of locations with departments. Conversely I can get a list of locations without departments as follows:
    select location_id from locations minus select location_id from departments;
    However, to combine this output with the countries table I need to produce country_id in the output. However, when I try to add country_id to my code from above as follows:
    select country_id, location_id from locations intersect select to_char(null), location_id from departments;
    I get no rows found. I understand why. There is no intersection between country_id in locations and the null output from departments (where there is no country_id column). Alternatively, if I try as follow:
    select country_id, location_id from locations minus select to_char(null), location_id from departments;
    I get rows with every country_id whether they have departments or not. Again, I understand why. I am essentially subtracting nothing (the to_char(null) from departments) from the country_id column in locations and getting the entire country_id column as output.
    How can I use set operations to produce the country_id column? I also do not want to show the location_id problem.
    This problem is repeated when I try for the final country_id, country_name final output. The countries table has these columns. However, the locations table does not have the country_name column. It only has the country_id column. So a query such as this one:
    select country_id, country_name from countries intersect country_id, to_char(null) from locations;
    presents me with the same problem as above. The country_id column intersects nicely, but the country_name file does not intersect as it does not exist in the locations table. Again, how can I use set operations to produce the country_id and country_name columns.

    Hi,
    the method I outlined for you above should be fine. It doesn't matter that there are one-to-many relationships which may cause repeated output rows; set operations (except for UNION ALL ) always return distinct rows.
    Can you do a query on the countries table, that shows all countries?
    Can you do a query involving all 3 tables inner-joined, that shows the countries that are related to locations and departments? (Repeated rows are okay.)
    Then you can do a MINUS, to get only the countries that are not related to departments.
    If you get stuck, post a little sample data (CREATE TABLE and INSERT statements), the results you want from tha data, your best attemptat a query, and a description of the problem (including the full error message, if any).

  • How can I import Bookmark from Opera

    ''dupe of https://support.mozilla.org/en-US/questions/913887''
    I want to import bookmark from opera browser. for that I follow the process- Bookmarks- Show all Bookmark- Import & Backup- Import Data From Another Browser- I choose Opera & Click Next but Items to Import is not shown. Thats all.... It is my problem so please help

    See also:
    *http://kb.mozillazine.org/Import_bookmarks

  • Since I upgraded to the new iOS 7 operating system for my iphone, I can no longer adjust the volume on my alarm. No matter what setting the volume of my phone is my alarm is always full blast. Since I hate being startled awake, what can I do?

    Since I upgraded to the new iOS 7 operating system for my iphone, I can no longer adjust the volume on my alarm. No matter what setting the volume of my phone is my alarm is always full blast. Since I hate being startled awake, what can I do?

    Go to your home screen, and then press the volume down or up button. It should say Ringer instead of volume. If it doesn't do that, try going into the clock app and try it there.

  • 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)

  • Can I set up folders for major classifications of music as opera, country, etc. and then put all the albums with the genre into those folders folders?

    Can I set up folders for major classifications of music as opera, country, etc. and then put all the albums with the genre into those folders folders?

    Hi Richard Bugdal1,
    Welcome to the Support Communities!
    You can't change the folder structure within iTunes, but you can easily change the view to sort by Genre.
    The link below will explain how to do this:
    Apple - Find Out How - Music - iTunes
    http://www.apple.com/findouthow/music/itunes.html#tips-viewoptions
    Cheers,
    Judy

  • ORA-02069: global_names parameter must be set to TRUE for this operation

    I have 10g database and a schema 'TMAPP'
    And I have two table in TMAPP as
    create table user_menu_privs
    company_code           varchar2(5),
    bu_code      varchar2(12),
    user_group      varchar2(30),
    user_group_type      varchar2(1),
    menu_option_code number(5),
    enabled varchar2(1),
    query_only varchar2(1),
    default_lang varchar2(3),
    created_by      varchar2(10),
    created_on      date,
    updated_by      varchar2(10),
    updated_on      date,
    constraint pk_user_menu_privs primary key (company_code,bu_code,user_group,user_group_type,menu_option_code),
    constraint fk_user_menu_privs foreign key (company_code,bu_code,user_group,user_group_type)
    references user_group(company_code,bu_code,user_group,user_group_type)
    create table user_dst
    company_code           varchar2(5),
    bu_code      varchar2(12),
    userid varchar2(10),
    user_group      varchar2(30) ,
    user_group_type      varchar2(1) ,
    font_size      number(2) ,
    font_name      varchar2(100) ,
    address_id number(10),
    created_by      varchar2(10),
    created_on      date,
    updated_by      varchar2(10),
    updated_on      date,
    constraint pk_user_dst primary key (company_code,bu_code,userid,user_group,user_group_type),
    constraint fk_user_dst foreign key (company_code,bu_code,user_group,user_group_type)
    references user_group(company_code,bu_code,user_group,user_group_type)
    I have another database 11g with a schema TMAPP.
    Here I have created a database link 'to_dev' is connecting to the 10g db
    using this I can connect and see the data from 10g TMAPP
    I have created two views
    create or replace view user_menu_privs as
    select *
    from user_menu_privs@to_dev
    where user_group in
    (select user_group from user_dst
    where user_group_type='F');
    create or replace view user_dst as
    select * from user_dst@to_dev;
    and I executed
    delete from user_menu_privs
    where menu_option_code=108;
    I am getting the error
    ORA-02069: global_names parameter must be set to TRUE for this operation
    after that I set the global_names in 11g as TRUE
    then I am getting another error as
    ORA-02085: database link TO_DEV connects to DEV.REGRESS.RDBMS.DEV.US.ORACLE.COM -- that means link is not wokring
    Please help
    Dennis
    Edited by: DJ on Mar 13, 2012 5:49 AM
    Edited by: DJ on Mar 13, 2012 5:51 AM
    Edited by: DJ on Mar 13, 2012 5:53 AM
    Edited by: DJ on Mar 13, 2012 5:55 AM
    Edited by: DJ on Mar 13, 2012 5:56 AM

    OP wrote
    >
    But you said
    create a database link in 11g database with 11g database global name and put 11g database global_name=true.
    and put 10g database golba_name=false;
    >
    That isn't what I said at all. Reread my first reply. The first part is a copy of what you had stated.
    >
    ORA-02069: global_names parameter must be set to TRUE for this operation
    after that I set the global_names in 11g as TRUE
    >
    And then I said
    >
    That is because when global_names is TRUE, the database link name MUST be same as the global db name of the database to which the link connects to.
    You need to drop the database link and recreate it using the global name of the database it connects to.
    'link name MUST be same as the global db name of the database to which the link connects to.' - I didn't say 11g.
    And I didn't say 'put 11g database global_name=true' because you had already done that! 'after that I set the global_names in 11g as TRUE.
    1. 11g - global_names MUST be TRUE
    2. 11g - database link name MUST be the same as the global db name of the database to which the link connects to - 10g global db name
    3. 10g - gloibal_names setting is irrelevant

  • Last computer i was able to make 3 profiles and run 3 windows. each time it asked for the profile when i wanted to start each window. how can i set that up again

    ast computer i was able to make 3 profiles and run 3 windows. each time it asked for the profile when i wanted to start each window. how can i set that up again

    last time some1 set it up for me. i would only have 1 shortcut on my desktop. everytime i clicked on it, it would ask me which profile i wanted. even if i had 1 or 2 of the others open it would still ask me which profile i wanted to open. i want to be able to do it that way again.
    yes i already set up the 3 profiles. but once i open up the one profile, and click on the short cut to open another, it just opens a brwser window with the profile in use. so i could open 10 windows, its only 1 profile, the first profile i used.
    and yes i have the box not checked

  • What is regular expression for cheking a set operation

    I want a regular expression for checking the syntax of the set operation given as input
    ex:
    the input should be
    [1,2,3]+[2,3] or [1,2]-[2] or [1,2,3]*[1,2]
    is should check the square bracket and the operator between two set operands

    I think you should code that from scratch. When you validate input, you usually want to tell the user what they did wrong, but a regex will only tell you whether it matches or not.

  • How can I import mail from Opera Mail to Thunderbird?

    I use Opera Mail as my primary email agent on Windows XP Pro SP3. Soon I will install Windows 7, but first I am trying to set up Thunderbird. (I already use Firefox.) I have >4500 email messages in my Opera Mail store, and I have not been able to figure out how to import them into TB. In Opera Mail, for each mailing list and label (view) I want to import into TB, I first exported each from Opera to a *.mbs file in a single Windows directory. Now I have numerous *.mbs files, one for each mailing list or label. I want to import them into separate TB folders. How can I accomplish this? I have been looking at the Mozilla support pages online and can find nothing. Or am I going about it all wrong? Thank you.

    Hi Pobart,
    Try referencing the link below. Hope this helps.
    http://kb.mozillazine.org/Import_from_Opera

  • Need suggestion on importing BC SET : UKM_DCD_CUST in SAP ERP system

    Dear Gurus,
    Client wants me to import BC SET : UKM_DCD_CUST into SAP ERP system. I have found BC SET : UKM_DCD_CUST in T code SCPR20.
    I have read most of the SCN discussion and got two way to import BC SET into ERP system as given below. But I need the appropriate way to do this. Can any one help me in this?
    1. SCPR20 -> Activate BC set -> create customizing request to import into another system as per link :Business Configuration Sets (BC Sets) and their use - Basis Corner - SCN Wiki
    2. Create TR in SE01 in 000 and import into required client  as per below proc:
    Usual procedure
    1) BC SETS will be attached to SAP note usually. Download it and unzip it , you will get a *.bcs file
    2) Call transaction SCPR20  BC set --> Upload In the dialog box that then appears, specify the files that you unpacked
    Import the set BC into a package that you have defined. activate it with the "Expert mode"
    3) You will also get a *.txt file with prog id , obj etc entries , then you have to go to SE09 and create a transport request in the source client of your Solution Manager system (client 000). Open the *.txt and copy the entries it contains into the transport request. Use transaction SCC1 to import the data in your Solution Manager client(s)
    Thanks,
    Anand Aseri

    2). Client copies bring the Customization data but not WorkBench . So you might have to do transport of copies from Old Dev to >New Dev.
    So you are saying that the system copy from Production will not bring Workbench data and I need to bring Workbench data by transports?
    *system copy from Production will bring Workbench data also, but when you do client copy from development system again on top of client which already has production customization, data and workbench requests, Production customization and data will be overwritten from development customization and data (it depends on the profile you choose for the client copy) *
    However  Development Workbench requests are more and also has ongoing development work which might not be available in production client and those (Ongoing development workbench requests) you need to import in new system as transport of copies after the client copy
    3). If you do system copy from Production and do client copy from dev...obviously Prod customization will be overwritten with Dev rite ?
    That's what I expect to happen,
    Ok, however, You might need to get Development Work too from the old dev system and don't forget about setting up of partner profiles in WE20.
    It's just a thought ,  Do you have testing client in Dev, if not,You can leave the production client in development system and use it as testing client.
    Create new client which is client copy of Old Dev and import WorkBench requests *
    Thanks,
    Arjun

  • Best Practice for Roaming Profiles over Branch Offices

    Hello Everybody,
    I was hoping I could gain advice from experienced engineers on an issue me and my team are currently experiencing.
    The issue:
    We have a client that has their main office in London and this company has other remote offices over the world, Paris, Milan, Luxembourg etc.. Each remote office has a local DC&file server installed as two separate servers or both roles on the same
    server. Everything is central to London, all the main file shares that the company uses is based in London and the terminal server's are based in London too.
    We have DFS-R & N set up on the London File servers to replicate the dfs shares over the remote offices which works fine and we don't generally ever have any issues with this and works well when user's in remote offices access file shares from
    London.
    However and I didn't set this up but this client also has DFS-R & N set up for roaming profiles!!! The issue we are having here is only with the terminal servers. For example I will log in as one of the users from London on the terminal server and will
    load the profile fine, I will log that user off and log in as the admin and remove the profile through advanced system settings. I will then log back on as that same user and will be given a temporary profile, I repeat the first step and the profile loads
    fine, so every other log on will load the user with a temporary profile. I know this is the case because for that user, if I change the profile path in AD from
    \\xxxx.com\public to
    \\lon-fs3v\profiles$\user it then loads every time with no issues. Before anyone asks I have rebuilt the terminal server(s) to rule out if they were misconfigured. You may ask why not do that for everyone? We can't do that for people based in Milan otherwise
    their profile will forever take time to load and that's where the dfs replication comes into play for the profiles.
    Unfortunately they are a very stubborn client so some users (important people) have very large profiles which sometimes takes a while to load up.
    I have done some reading already on the web and have seen the unsupported scenario from Microsoft regarding this (
    https://support.microsoft.com/en-gb/kb/2533009 )  so unsure the best way to do it. The link I've put in does say you can have issues with the profiles loading (which we do) if there are too many
    connections which we have 10 to replicate profiles around the remote offices.
    I have done some reading into the hostedbranch cache method but not sure if you can do this with roaming profiles or not?
    We generally want to eliminate the issue for users when logging on remotely with getting a temp profile every other log on attempt. I must add though this issue never occurs on the workstations just the terminal server, our client is in the private equity
    market so one user may just spend one day in a remote office and then come back to London to carry on as they normally would.
    So that's the background to the issue and I was generally trying to work out what methods or if this is possible with the branch cached method for roaming profiles ?
    Thank you to anyone who replies.
    Best,
    Liam

    Hi UC3ngineer,
    Agree with Luca.
    If the branch users need to do lot of conferencing, the best practice is to deploy an new Front End Pool and an Edge Server in Branch Office; Otherwise you must have a 100%
    reliable WAN connection to your central site.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • MO: Operating Unit Non Usable Operating Unit for Multi-Org Conversion

    Hello Hussein
    I enabled multi org in 11i and mo Operating unit values set as Non Usable Operating Unit for Multi-Org Conversion, is ok to set is value or will that cause any responsibility.
    In R12.1.3 I am getting an error like this
    APP-FND-02902: Multi-Org profile option is required. Please set either MO: Security Profile or MO: Operating Unit profile option.
    Please advice
    Thanks
    Prince

    user12094010 wrote:
    Hello Hussein
    I enabled multi org in 11i and mo Operating unit values set as Non Usable Operating Unit for Multi-Org Conversion, is ok to set is value or will that cause any responsibility.This might cause issues.
    ORA-20001: APP-FND-2902: Multi-Org Profile Option is Required [ID 399910.1]
    How To Prevent the Profile Option MO: Operating Unit being set to NULL at Site Level? [ID 393560.1]
    In R12.1.3 I am getting an error like this
    APP-FND-02902: Multi-Org profile option is required. Please set either MO: Security Profile or MO: Operating Unit profile option.
    Please adviceR12 - Error ORA-20001, APP-FND-02902 Accessing Profile Classes Form With Multi-Org Access Control (MOAC) Enabled [ID 602141.1]
    Unable To Open Customer Account Details, Error :ORA-20001: APP-FND-02902: Multi-Org profile option is required [ID 987165.1]
    Entering to Profile Classes Gets Ora-20001, App-Fnd-02902. Multi Org Profile Option Is Required [ID 465132.1]
    Error 'ORA-20001: APP-FND-02902: Multi-Org Profile Option Is Required' When Open Account Details [ID 1406860.1]
    Some Web Pages Fail To Load After Patch Application [ID 1281328.1]
    You may also search MOS website for APP-FND-02902 and go through the docs.
    Thanks,
    Hussein

  • Changing Operating Unit for Inventory Organization

    We have Inventory Organizations already LIVE in Oracle EBS 12.1.3. These are assigned to an Operating Unit. We need to change operating Unit for an Inventory Org. Is it possible to just assign new Operating Unit for an existing Inventory Org? or do we need to define new Inventory Org and then assign the new Inventory org to the new Operating Unit? Let me know if any one has ever faced this requirement and how was it implemented. Thanks a lot.

    Hi,
    The profile option MFG_ORGANIZATION_ID is used by forms that are inventory organization dependent, for example, View Material Transactions form. It is set by calling the function fnd_org.choose_org. It will open a list of values where you will be able to choose one inventory organization enabled to the responsibility you are currently using.
    By default this profile option cannot be set at any level (site, responsibility, user…). I tried to enable it to be set at responsibility level. However, after having done that, nobody was able to enter Oracle e-Business.
    Do you intend to restrict access to one inventory organization or just define a default inventory organization? If you intend to restrict access, you can use Organization Access (Inv Super User: Setup: Organization: Organization Access). There, you define the inventory organizations that are enable to each one of your responsibilities.
    If you have no lines in that form, all organizations are available to all responsibilities. If you add just one line, access is denied to all responsibilities and organizations not listed. So, be careful in setting this up.
    Regards,
    Ketter Ohnes

Maybe you are looking for

  • My imac takes a long time to go to sleep.

    I have a 27 inch iMac (circa 2010) OS 10.8.5 / 2.06GHz Intel Core 2 Duo / 4GB memory. When I select SLEEP MODE it takes 30 seconds to go to sleep. It also seems to wake up all on its own?! Any ideas as to how I can get it to sleep instantly like it u

  • No longer able to download apps onto my iPhone

    I have recently become unable to download apps onto my iphone. I receive the error "Unable to Purchase. ___ app could not be purchased at this time. Please try again later." But it looks as if it is still attempting to download. In fact, it will down

  • Yosemite: Doesn't Appear On Snow Leopard's Startup Disk Preference Pane

    There is a major bug in Yosemite. It doesn't appear in the Startup Disk Preference Pane in Snow Leopard. Is there a solution for this? By the way, I can choose Yosemite by booting with the Option key. Also, how can I change the Recovery HD partition

  • Problem in select statement(urgent)

    hi experts, my ztable structure is, year(key) customer(key) month(key) quan1 quan2 quan3 2006       britania         01          23   12    13 2006       britania         06          34   24    15 2006       britania         09          45   10    22

  • Still possible to share folio with an iPad to view, without publishing?

    Hi, Is it still possible to share a folio from the folio builder panel in InDesign, so that it can be downloaded to one device (iPad) for viewing/testing or is this info out of date? Do I really have to go through all the IOS developer certs and purc