The setups necessary to access HRMS responsibilities and HRMS functions

Hi,
I am a technical developer in Oracle Apps and new to HRMS. For a newly hired employee or in this case me, to access and work freely with all HRMS responsibilities and all HRMS functions what are the setups needed. I know I have to be setup as a employee ( not as any other add person/resource ) in HRMS.
From here what additional setups are needed like any roles etc.
I would greatly appreciate if anyone can update me the setups against the available functions/transactions in HRMS. After all the required setups done I would like to review and perform all the transactions pertaining to HRMS functions like absence management, performance management etc.
Thanks in advance
Best Regards,

There are different methods that can be used to secure the HR application including custom security options. In my previous post, I was only referring you to the standard default responsibilities within HR. An excellent overview is Metalink doc 394083.1.
The System Admin can also easily control access through the use of Request Groups and menus.
I apologize if I led you to a wrong conclusion. My intent was to give a simple answer to a very complex issue, so I probably misspoke.
I work in a very secure environment, and we have never been presented with a case that we could not properly secure.

Similar Messages

  • I just bought an iPhone that is stuck on the setup screen. I have Tmobile and want to know if I should unlock my phone first or get a micro sim card from Tmobile

    My iPhone 4 is stuck on the setup screen. I just bought it tonight and plan to use it on Tmobile but it is not unlocked yet. I was wondering if I should unlock the phone first or get my SIM card situation figured out with Tmobile first. Thanks for any help.

    You'll have to get the SIM card first, you can't set it up without a supported SIM.

  • What is the Java equivalent of Visual BAsic ASC() and MID() functions

    Hello all! I just would like to ask if you have any idea on how to convert the VB ASC() and MID() functions into java. Where:
    1. ASC( ) Function - Returns the ANSI value for the leftmost character in a character expression.
    2. MID() Function - The Mid method extracts a substring of length nCount characters from a CHString string, starting at position nFirst (zero-based). The method returns a copy of the extracted substring.
    I would really appreciate your help. Thanx!

    ah yeah! sorry typo error. see, I am converting a VB method that encrypts password:
    Function EncryptText(ByVal stDecryptedText As String)
    Dim stText As String, lngCounter As Long
    Dim iTemp As Integer, lngNumber As Long
    lngCounter = 1
    lngNumber = 8
    Do Until lngCounter = Len(stDecryptedText) + 1
    iTemp = Asc(Mid(stDecryptedText, lngCounter, 1))
    If lngCounter Mod 2 = 0 Then
    iTemp = iTemp - lngNumber
    Else
    iTemp = iTemp + lngNumber
    End If
    iTemp = iTemp Xor (10 - lngNumber)
    stText = stText & Chr$(iTemp)
    lngCounter = lngCounter + 1
    Loop
    EncryptText = stText
    End Function
    I converted this function into this:
    public static String encryptPass(String password) {
    String encpwd = "";
    int iTemp = 0;
    final int lngNumber = 8;
    String stText = "";
    for ( int i = 0; i < password.length() ; i++ ) {
         iTemp = Character.getNumericValue(password.charAt(i));
         if ( i % 2 == 0 ) {
         iTemp = iTemp - lngNumber;
         } else {
         iTemp = iTemp + lngNumber;
         iTemp = iTemp ^ (10 - lngNumber);
         char c = Character.forDigit(iTemp,Character.MAX_RADIX);
         encpwd = encpwd + String.valueOf(c);
         return encpwd;
    But I'm having trouble with the encryption because it returns a different set of characters. Did I convert it right? thanx.

  • Have used Firefox for over a year with no issues now can't access certain games......all else works, and the games can be accessed using Chrome and IE have run malware and still nothing

    So I have used Mozilla for a long time with no problems. All of a sudden I cannot access certain games on facebook. All else works. First uninstalled and reinstalled. Then ran malware program. Still nothing and the games work off IE and Google Chrome. I really like Firefox and would like to be able to go back to it

    So I have used Mozilla for a long time with no problems. All of a sudden I cannot access certain games on facebook. All else works. First uninstalled and reinstalled. Then ran malware program. Still nothing and the games work off IE and Google Chrome. I really like Firefox and would like to be able to go back to it

  • If I am in the USA for the winter can I access Itunes.ca and use my acccount?

    Just bought an I pod nano in the USA, I want to set up an account with Itunes.ca. I go south for 6 months and want to know if I can access Itunes.ca from the USA

    Change your location from within the settings to the US.

  • Anyway to reduce the size of the taskbar entries for Access Connedtion​s and the Power Monitor?

    Ideally I would like to have them the same size as the volume control.

    Here's how my desktop looks:
    http://www.smugmug.com/photos/829284571_DQkRC-XL-1​.png
    Here's how to duplicate this if you like:
    1.  Open Power Manager.  On the Options tab, choose "Small" for "Power Manager Gauge menu size".
    2.  Right-click on the taskbar, select "Toolbars", and disable the Access Connections toolbar.  Then configure the system tray icon for Access Connections to always display.
    I use the Windows Classic look and feel, but it should still work no matter what you use.

  • How come clients have to return to the original machine to access their photos and files? Why can't they access them from any client?

    When students login & upload images onto a client, they have to return to that same client. They cannot see their images if they log into another client the next day.
    Currently, I created uses as Local only on a server dns of ---- .server.private. via the "internet" not VPN. (as advised by a Apple Rep phone call).
    Do I change it to server HD? When I tried "Users" , they could not log into any client.
    Is it a permission issue on the client?  
    Are they pictures stored on the Client HD or the Server HD under users home folders? When I had Snowleopard, I could create folders outside their homes and see them on the server HD. Now I cannot see any folder created "ouside" the main Doc or Pictures Folder on the SERVER HD. They can, when they log into the same client each day.
    Advice?

    From what westhighphoto said "When I had Snowleopard, I could create folders outside their homes and see them on the server HD" it sounds like users have been saving files outside their home directory. In that case it does not matter whether they are using full-blown Network Home Directories or Portable Home Directories (with syncing) the files will not be copied back to the server.
    The users should be saving the photos inside the Photos folder inside their home directory. These will then be saved on to the server.
    Note: iPhoto if still being used should default to this.

  • Accessing web services and invoking functions in JavaFX

    As a JavaFX beginner, I'm a bit confused how to invoke a web function.
    The following part is my SOAP request,
    - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    - <soap:Body xmlns:ns1="http://ejb.production.platform.daps.oardc.oracle/">
      <ns1:findAllProduction />
      </soap:Body>
      </soap:Envelope>I understand that I need to get SOAP response which contains the attributes' value that I'm expecting. For this example, it should be returning a list of all production names (from findAllProduction method). In my own UI, I do have a button, pressing which this function should be invoked and value returned. So what kind of codes do I need to write in the action part of that button? I spent several hours searching related stuff online, but hardly came across any meaningful link, since most articles are telling how to set up HTTP and parse XML/JSON data, but not invoking a function.
    So how do I achieve this, can anyone give me a brief instruction or pass me a link? Thanks for this.
    -Isaac
    Edited by: isaacniu on May 7, 2010 12:41 AM

    So, basically, you want to run a function by its name?
    There are several ways to do that, from the ugly but simple and effective (if you have a limited set of functions) cascading ifs (if (fun == "findAllProduction") findAllProduction(); else if (fun == "doTheRightThing") doTheRightThing(); else ...) to using reflection (not easy, functions seem to be a bit elusive here).
    I just tried a middle ground, illustrated below:
    import java.util.HashMap;
    var message: String = "-";
    var functionList: ListView;
    var functions: String[] = [ "ShowOne", "ShowTwo", "ShowThree", "ShowFour" ];
    var functionSelector = new HashMap();
    var scene: Scene;
    Stage
        title: "Forum Test"
        scene: scene = Scene
            stylesheets: "{__DIR__}TestForum.css"
            width: 500
            height: 500
            content:
                VBox
                    content:
                        Text { content: bind message, font: Font { size: 20 } }
                        functionList = ListView
                            items: bind functions
                        Button
                            text: "Run function"
                            action: function (): Void
                                def functionName = functionList.selectedItem.toString();
                                def fun = functionSelector.get(functionName) as function():Void;
                                println(fun);
                                fun();
    function ShowOne(): Void { message = "Ichi"; }
    function ShowTwo(): Void { message = "Ni"; }
    function ShowThree(): Void { message = "San"; }
    function ShowFour(): Void { message = "Shi"; }
    functionSelector.put(functions[0], ShowOne);
    functionSelector.put(functions[1], ShowTwo);
    functionSelector.put(functions[2], ShowThree);
    functionSelector.put(functions[3], ShowFour);Here the functions are simplistic but can be as much complex as needed.
    The functions can be anonymous too, but I find better to make them named.

  • Can I setup Lr6 on both my Imac and pc at the same time and share fles?

    I am new to the cc,  I would like to subscribe to the cc to have access to Ps and lr.   I want to be able to setup both programs on two different operating systems, an Imac and a PC.   I have 6 terabytes of storage at the Imac and would like to have access to those files from my pc also.

    yes.
    install on both and then setup your file sync, Download Adobe Creative Cloud apps | Free Adobe CC trial

  • Can I homeshare my music with somebody not on my home network by providing my applied and password in the setup for homesharing

    can I homeshare my music with somebody not on my home network by providing my applied and password in the setup for homesharing

    Yes, you can install and use the software on the 2nd machine so long your new company owns the license, the software is used but the same person who is using the primary installation (that is, you).

  • TS2972 I assume my Apple TV should allow me to view all events,albums and slideshows but It only allows four events to display on my TV. I'm using a Optus mini Wi Fi for my home network. Could this be the reason for limited access via my iMac computer? Ch

    I assume my Apple TV should allow me to view all events, albums and slideshows in my iPhotos app but it only allows four events and four albums to display on my television. I'm using a Optus mini Wi Fi for my home network. Could this be the reason for limited access via my iMac computer?
    Chris

    No, I have not chosen photos to share as I assumed that the Apple TV would access all photos and music that are stored on my iMac. 
    Thanks for your advice. I will check it out.
    Chris

  • Setup Assistant fails during file transfer and loops back to the beginnig

    I have a PPC G5 running 10.4.11 and just bought an Intel-based MacBook Pro. (I haven’t gotten it to fully start up yet, so I’m not sure about the OS.)
    I've tried to use the Setup Assistant to migrate my files and applications from my desktop to the laptop, but when I get to the Transfer Files option, the Users, Applications Folder, and Files and Folders options never finish calculating. Everytime I hit Transfer, a black-and-white wheel appears for less than a second then disappears, and Setup Assistant loops back to the beginning, where I get the multilingual welcome messages and bad music. Or, if I do nothing and wait for the Transfer Files step to calculate, Setup Assistant still just loops back to the beginning.
    I’ve tried the options for transferring from another Mac and from another volume. I’ve tried copying from the G5 in Target Disk Mode and tried copying from a cloned firewire hard drive. I’ve tried using the firewire 400 and 800 ports, different cables. I’ve run DiskWarrior on the G5 and the cloned disc to make sure no disc errors hung up the process. I tried booting into Safe Mode and following that protocol, though it seemed to address a different issue than the one I’m experiencing.
    Any ideas about what I can do? I’d rather do this in Setup Assistant than Migration Assistant, and I really don’t relish the idea of reinstalling all the software I have on the G5 onto the MacBook Pro. (Logic, for example, takes forever to install.)
    Let me know!

    Even if it's a demo, it's unlikely it's got 10.5 on it. Maybe 10.6. I've used the 10.6 SA from Leopard, which ran perfectly with no problems. As for MA, here's one way to go about it, if you can't finish with SA. (Thanks to MonkeyBoy at XYMer's)
    If you choose to use the migration assistant after installing SL to migrate settings over from Tiger, it'll copy over all your data intact from Tiger, as well as use the same account names & passwords.
    What I typically do is choose a dummy name during the installation, then use MA to import the "real" accounts from the old install. After I'm satisfied MA moved over the accounts properly (I've logged into them and used them for a few hours/days and generally feel satisfied with the lack of crashes and similarly "odd" events) then I delete the dummy account.

  • Limit user access to settings and problematic options..

    I don't want the user to have access to settings, and other options
    they
    should not be playing with.
    Is there any way to do that with ZfH5 ?

    fabian,
    It appears that in the past few days you have not received a response
    to your posting. That concerns us, and has triggered this automated
    reply.
    Has your problem been resolved? If not, you might try one of the
    following options:
    - Do a search of our knowledgebase at
    http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid
    product support" drop down boxes.
    - You could also try posting your message again. Make sure it is
    posted in the correct news group. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept
    our apologies and rest assured we will issue a stern reprimand to our
    posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Purge Data #error when UserResponse and ToDate function is used in same formula

    Hi,
    I have a formula which works well when there is data but when I purge the webi report I get #Error for the cells wherever I have used UserResponse and ToDate function in the same formula.
    Ex: =FormatDate(ToDate(UserResponse("Enter Modified Date:");"M/dd/yyyy hh:mm:ss a");"MM/dd/yyyy")
    I tired in multiple reports. I get the same error in all reports when i purge the data but when i unpurge and show the reports with data, I won't get any error.
    Is this known issue? If anyone knows the solution. Please answer it.
    (FYI, I am using BO4.0 SP5)
    Thanks.

    Thanks a lot for all your efforts in trying to find the solution to my question but the formula that you had has a error, as you were using commas instead of semicolon. If you want I can change it & it's not a big deal.
    By the way, I have found even better solution.
    Substrings will kill the processing time and we should try to avoid string functions as much as possible. So I used IsError function instead.
    =If IsError(FormatDate(ToDate(UserResponse("Enter Modified Date:");"MM/dd/yyyy hh:mm:ss a");"MM/dd/yyyy")) Then "" Else FormatDate(ToDate(UserResponse("Enter Modified Date:");"MM/dd/yyyy hh:mm:ss a");"MM/dd/yyyy")

  • Hi, I am using my icloud on my iphone but am unable to find it on my mac book pro. It's not under my system preferences like it shows under the setup. Can I download it again? Or something. I just need to backup some files on my computer and am unable.

    Hi, I am using my icloud on my iphone but am unable to find it on my mac book pro. It's not under my system preferences like it shows under the setup. Can I download it again? Or something. I just need to backup some files on my computer and am unable.

    The minimum requirement for iCloud is Lion 10.7.5 (Mavericks preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is now non-functional - you cannot now open or access a MobileMe account.
    To make use of iCloud you will have to upgrade your Mac to Lion or Mavericks, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Lion is available in the Online Apple Store ($19.99). Mountain Lion (10.8.x) is also available there at the same price but there seems little point as the system requirements are the same for Mavericks (10.9.x) - which is free - unless you need to run specific software which will run on Mountain Lion only.
    The requirements for Mountain Lion and Mavericks are:
    OS X v10.6.8 or later
    2GB of memory
    8GB of available space
      and the supported models are:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    Xserve (Early 2009)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    It is available from the Mac App Store (in Applications).
      You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

Maybe you are looking for

  • I updated my iTunes to 10.5 and now it can't reconize my library

    It just comes up with the error " iTunes Libary.itl cannot be read as it was created by a Newer version of iTunes" I am running windows 7

  • Update to 10.6.8 colour problems with external display

    I have a mid-2010 13" macbook pro. I use a mini DVI to HDMI adaptor to connect to my Philips LCD TV. It has always worked perfectly including audio. Since update to 10.6.8 (yesterday) there is a colour-cast on the external display that makes it unusa

  • Calling FM after Approval

    I would like to ask if anyone knows how to call a Function Module once all status of the PO, Confirmation and Contracts are approved. Thanks Cindy SY

  • 11gr2 repository browser

    In 11gr2 the web based repository browser is very slow. Even with small data sets in the repository. Any suggestions for tuning?

  • Jdk path problem...

    may i know how do i can set the PATH inside the linux FC2??? i hav try to set the PATH like tis :- PATH=/home/seng/Desktop/java/jdk1.6.0/bin inside the bashsrc file but it not work, n make some problem to my PC now..