How to check Sub-ordinates Training (Courses) through Manager Self Service

There is a tab by the name of "Training" that is not shown on the screen. However, with the help of Personalization, I have rendered it "Ture" both at "Link" structure and "Table" structure. In spite of it, desired Tab is not shown on the Screen.
Actually manager want to see what trainings and courses have been attended by their sub-ordinates.

It sounds like your best bet will be to create a custom responsibility for the Learner and the Manager where you only include the Learner Home function. You could also personalize out the buttons that provide the ability to add or update external Learning events.
The Oracle Learning Management Administrator responsibility is able to add an external learning event from the Learner tab under Learner History. Search for the Learner you wish to add the external learning event for and expand the External Learning section. Click the Create button to add the event.
If you've chosen to remove the External Learning function completely for Learners and Managers, they will still be able to view the events that you add in as an Administrator from the Learning History tab. If you've chosen to just personalize out the create button and make the view section read-only, they'll also be able to see the event in their External Learning section.
You could also consider turning approvals on for the external learning so that managers would have to approve anything that an employee entered (the process to modify is OTA_EXT_LRNG_JSP_PRC - you need to switch the HR_APPROVAL_REQ_FLAG from "No" to "Yes" in the workflow).
I hope this helps!
Anne
Edited by: anne2 on Feb 2, 2011 8:51 AM

Similar Messages

  • Oracle HR Contingent worker termination through Manager Self service

    Hi All,
    My requirement is to terminate contingent workers through Manager Self-Service.
    Does the Termination function handle contingent workers as well ? Or is there a separate function for contingent worker termination ?
    Thanks,
    Sr

    Yes,
    Termination function handles contingent workers as well
    You can try it in TEST instance

  • How to check amsilent file in Sun Access manager patch or redeploying WAR's

    h1. How to check amsilent file in Sun Access manager patch or redeploying WAR's
    I had a hard time getting all the passwords correct, so I wrote a shell (bash) script that uses most passwords and other parameters in searches and queries. It let's you know before you start if a value is wrong. It does not change anything, only queries.
    h2. One pitfall I found ...
    during the postinstall of patch 05. I told Sun about it, but I suspect it was too late and is also an issue with patch 06:
    Look at the documentation regarding amconfig and the amsilent file:
    http://docs.sun.com/app/docs/doc/819-2137/adsav?l=en&q=amconfig&a=view
    Two problems that are clear to me now:
    1. ADMINPASSWD in practice, this password is used for cn=puser, not amadmin as it says. Perhaps there is something that makes them the same. It was the same for me, so it probably does not matter.
    2. AS81_ADMINPASSWD is not the same as ADMINPASSWD using either my definition or the document's definition. However, in the amsilent template, it is set like this, which I found is incorrect and the cause of my recent hair loss:
    <blockquote>AS81_ADMINPASSWD="$ADMINPASSWD"</blockquote>
    Also, this one if you use the web server:
    <blockquote>WL8_PASSWORD="$ADMINPASSWD"</blockquote>
    Delete the $ADMINPASSWD and replace it with the password for the app/web server.
    h2. The Script.
    It tests for the above problem, but I just realized it does not check $ADMINPASSWD. If that is set incorrectly in your amsilent, you'll get errors immediately from amconfig, so no big deal. If you make improvements, please post a reply!
    Paste this into a file named checkamsilent. LDAP and appserver must be running. It reads /opt/SUNWam/amsilent. Run it as root or use sudo:
    sudo ./checkamsilent
    #!/usr/bin/bash
            echo "This will test several important parameters of the amsilent file "
            echo "run this as root."
            echo "### read in the amsilent parameters"
            echo "source /opt/SUNWam/amsilent  "
    source /opt/SUNWam/amsilent
            echo "### look for the *server port* with LISTNER, otherwise it's not listening. "
            echo "netstat -a | grep $SERVER_PORT    "
            echo "--------------"
    netstat -a | grep $SERVER_PORT  
            echo "--------------"
            echo "."
            echo "### *admin port* with LISTNER, otherwise it's not listening. "
            echo "netstat -a | grep $ADMIN_PORT   "
            echo "--------------"
    netstat -a | grep $ADMIN_PORT 
            echo "--------------"
            echo "."
            echo "### Expect to see a line of XML, otherwise the SERVER_PORT is incorrect in the amsilent file."
            echo "grep $SERVER_PORT  ${AS81_INSTANCE_DIR}/config/domain.xml  "
            echo "--------------"
    grep $SERVER_PORT  ${AS81_INSTANCE_DIR}/config/domain.xml
            echo "--------------"
            echo "."
            echo "### Expect to see a line of XML, otherwise the ADMIN_PORT is incorrect in the amsilent file."
            echo "grep $ADMIN_PORT  ${AS81_INSTANCE_DIR}/config/domain.xml "
            echo "--------------"
    grep $ADMIN_PORT  ${AS81_INSTANCE_DIR}/config/domain.xml
            echo "--------------"
            echo "."
            echo "### bind as the directory manager "
            echo "ldapsearch -v -h $DS_HOST -p 3892  -L -s sub -D \"$DS_DIRMGRDN\" -w \"$DS_DIRMGRPASSWD\" -b 'dc=nsf, dc=gov' \"cn=amldapuser\"" 
    ldapsearch -v -h $DS_HOST -p 3892  -L -s sub -D "$DS_DIRMGRDN" -w "$DS_DIRMGRPASSWD" -b 'dc=nsf, dc=gov' "cn=amldapuser" 
            echo "."
            echo "### check the amldapuser password. "
            echo "ldapsearch -w $AMLDAPUSERPASSWD -v -h $DS_HOST -p 3892  -L -s sub -D cn=amldapuser,ou=DSAME Users,dc=nsf,dc=gov -b ou=DSAME Users,dc=nsf,dc=gov cn=* cn  "
    ldapsearch -w "$AMLDAPUSERPASSWD" -v -h $DS_HOST -p 3892  -L -s sub -D "cn=amldapuser,ou=DSAME Users,dc=nsf,dc=gov" -b "ou=DSAME Users,dc=nsf,dc=gov" cn=* cn
            echo "."
            echo "### check the app server admin: AS81_ADMIN password: AS81_ADMINPASSWD  and port: ADMIN_PORT "
         echo "### That's actually a bug in the template.  "
         echo "### Do not use AS81_ADMINPASSWD=\$ADMINPASSWD  Make sure they are  different passwords! Don\'t use the default!"
         echo "Expect to see a WARNING about --password option. "
            echo "/opt/SUNWappserver/appserver/bin/asadmin  list-http-listeners --user $AS81_ADMIN --port $ADMIN_PORT  -w $AS81_ADMINPASSWD  "
    /opt/SUNWappserver/appserver/bin/asadmin  list-http-listeners --user $AS81_ADMIN --port $ADMIN_PORT  -w "$AS81_ADMINPASSWD"
            echo "done!"

    I change the product machine from LG optimus to Samsung Galaxy but the file writing is not working, too.
    I copied the source code from Adobe website about FileStream  but it is needless too.
    -----------------program code------------------------
    import flash.filesystem.*;
    import flash.filesystem.FileStream;
    import flash.events.Event;
    //txtFld is a standard textField component
    txtFld.text = "Start";var file:File = new File();
    //btnSaveFile is a standard button component
    btnSaveFile.addEventListener(MouseEvent.CLICK,handlerBtnSaveFile);
    function handlerBtnSaveFile(e:Event){
    txtFld.text = "Pressed";
    file = File.documentsDirectory;
    file = file.resolvePath("test.txt");
    var fileStream:FileStream = new FileStream();
    fileStream.openAsync(file, FileMode.WRITE);
    fileStream.writeUTFBytes("Hello");
    txtFld.text = file.nativePath.toString();
    //fileStream.addEventListener(Event.CLOSE, fileClosed);
    fileStream.close();
    fcnFileName();
    function fcnFileName(){
    txtFld.text = file.name.toString();
    function fileClosed(event:Event):void {
        trace("closed");
    txtFld.text = "FileClosed";

  • How to Check UPL data collection at Solution Manager

    Hello,
    I had activated UPL data collection as per the document How to Guide –SAP Custom Code Management Usage and Procedure Logging.
    I can check UPL data in my managed system by Report “/SDF/SHOW_UPL"
    But I am not able to get the same data in Solution Manager by this same repot (/SDF/SHOW_UPL).
    When I run this report in solman it show me only Solution manager data.
    How I can read Manage System data in Solman? And what are the check point (for both Solman and Manage system) I need to check for ensuring my UPL date collection is working fine.

    Set up CCLM and the custom code setup and you will be able to view UPL data that way,

  • How to remove Layout page when submitting reports in self service?

    Hi, when submitting a report or request thru self service, there are 7 steps or pages to go thru. We would like to hide some of these pages and we learned that this could be done thru the Web HTML Call tab when creating the function for the report (System Administrator->Application->Function). For example if you want to hide the Schedule page, just add &scheduleRegion=Hide in the Web HTML Call. We wanted to hide the Layout page and we added layoutRegion=Hide but it's still not hiding it. The other pages we could hide but for some reason the layout page won't. Anybody knows how to do this? Did we get the correct region name for the Layout page (i.e layoutRegion)?
    Thanks,
    Ronaldo

    Jus convert your report in Page Layout mode and see if your first pafe is getting expand in the second page.
    Now check if there are any cell going into second page.
    - if there are any blank cell which is there after table.
    you have to check formating very carefull.

  • Do you prefer to interact with Verizon through our Self Service tools or our centers?

    Our research shows that customers appreciate the flexibility and access that our self service tools provicde and as such they often prefer to interact with us through our various self service tools
    How about you? 

    It depends on the task at hand. For repairs or troubles I often times will use the call centers or other means of communicating to perform a task. Otherwise, actions such as monifying account settings I tend to do online. More convenient that way.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • How to Submit a Concurrent Request Set Using a Self-Service Page

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

  • How can we decide create budgets form level or self service

    Hi
    please help on this
    How can we decide to create budgets in self service pages OR form based budgets.which is good.
    Thanks
    Edited by: AM on Jan 25, 2011 12:30 PM
    Edited by: AM on Jan 26, 2011 9:32 AM

    if you want to use budgetary control, then you can use the budgets in Forms. I would advise creating finplans (budgets in self service) since going forward that is the way i can see in the future. You can have change management functionality to track of the changes in the finplan versions.
    Hope this helps!
    Sathish Raju
    www.projectsaccounting.com

  • How to check a Purchase order sent through EDI?

    Dear All ,
                                                                                    I have created a P.O and in Message tab there is a green indicator which shows that this P.Ois succsfully sent through EDI , also Condition records are well created before creating this P.O , but vendor says that he does not recoeved the P.O by EDI Process.
    can you please help me out that how n where to check that this P.O is sent through EDI. I had then manuallly given the condition in Message for sending this P.O by E MAIL and it had worked , also i did chkd in trxn in SOST , this p.o sent through e mail.
    Thanx in advance.
    Rgds,
    sap11

    Dear,
    For SCOT settings check with BASIS team..
    OR
    Use SCOT, double-click the INT node.
    Use the 'Set' button in the supported address types section.
    In the 'address area' enter the pattern you want, like email@removed as per
    your example. "*" is a wildcard.
    Any email sent which does not match the pattern will fail with a "no
    route" error (seen in SOST).
    Have you checked WE02 Tcode...??
    Utsav

  • How to use ABAP BC400 training course(Flight model)package installed on R/3

    Hi  abapers,
    SAP provided series of courses BC with R/3 where for educational purposes...BC400 is for example ABAP Workbench....There are bunch of programs when one would love to run on R/3 , play with them and see the result...My understanding is that there are BCXXX packages already in R/3 when one could use...in order to run the programs, copy them, change them etc...To make the story short - how I can run BC courses on r/3  without copy and paste form word documents..I see there are series of BCxxx packages on r/3 - should I do something with them from SE80 or should I use other t-code?.I will appreciate some more lights?
    Regards, Jon

    To run them, all you need to do is creating the data in the tables that they access and you can run them from SE38 or SE80. But if you want to change them and try different variations, you can copy them to a local object and make the changes. To do that you can again use the same SE38 or SE80, enter the program name and click on the COPY icon. Follow the prompts and where it asks for a package, chose local object because you don't want these test programs to be transported to other environments.

  • How do i Restrict the users up to the self service pag only in IDM 11g

    Hi all,
    can any one please help me out to restrict the users to self service page only in 11g.
    thanks for your time and support
    Regards
    Siva

    Your user will have the Administration page if they have an Authorization Policy configured to allow the user any of the User Management or Role Management Functions. Also, if you login as a user that has those tabs, and logout while on the Administration tab, sometimes i've noticed the new user logging in with the same browser session will be in the Administration tab but with no items available.
    -Kevin

  • How to use Applicant Hire in Manager Self-Service

    Hello,
    I was trying to use the Manager Self-Service -> Applicant Hire function.
    I created a requisition in Core Apps using the Business Group Name HR Set Up -> Recruitment - > Requisition and Vacancy form.
    I then created a vacancy against the requisition.
    I then created a applicant against that vacancy.
    I then went into the Self Service function Applicant Hire from the Manager Self-Service responsibility and tried searching by applicant no, last etc. But no results came up.
    Any idea why the applicant is not comping up in the search ?
    Thanks,
    Debojyoty

    Oracle® Human Resources Management Systems
    Workforce Sourcing, Deployment, and Talent Management Guide
    Release 11i
    Part No. B14468-01
    Earliest Hire Dates
    • An applicant’s earliest hire date is either 1 day after you accept the application or the
    day after the last of any future-dated changes, whichever is later.
    • An ex-employee’s earliest hire date is either 1 day after the final process date
    for the previous employment or the day after the last of any future-dated
    changes, whichever is later. For back-to-back employment, the final process date
    must be the actual termination date, and there can be no future-dated changes.
    • An ex-contingent worker’s earliest hire date is either 1 day after the actual
    termination date of the most recent placement or the day after the last of any
    future-dated changes, whichever is later. For back-to-back hiring, there can be no
    future-dated changes.
    Regards,
    Greg

  • How to add a Calibration BSP to Manager Self-service

    Hi experts,
    I am a functional consultant working in the area of Objective Setting & Appraisals. I would like to add the search.htm page from the HAP_CALIBRATION BSP application to Manager Self-service underneath the Maintain Performance Documents link in the standard Team > Performance Management service. I am not a developer and therefore step-by-step guidance is needed.
    Any help would be much appreciated.
    Kind regards,
    Janet

    hi,
    you need create iview BSP type
    - Enter to Portal with access for create portal content (super_admin)
    - In Portal Content- create a new iview
    - From template an type of iview is BSP
    - In properties of iview :
    Aplicación Business Server Page (BSP) = HAP_CALIBRATION
    Start Page = search.hml
    System = you have need create a system for conection Portal to R/3
    Edited by: Javier Ignacio Serrano Zamorano on May 12, 2010 8:56 PM

  • How to check the load balancing in Oracle 11gR2 2 node RAC

    Dear All,
    Can any one please assist me how to check whether the incoming connections are evenly distributing across the nodes..?
    We have two nodes, when we check the sessions counts in both nodes, Most of the time we could see node -1 has more no of sessions than node-2..? So just wanted to know whether load balancing is happening or not ...? If not how to enable it and distribute the incoming connections evenly..?
    Oracle 11gR2 / RHEL5

    SQL> select inst_id,count(*) from gv$session where username is not null group by inst_id;
    INST_ID COUNT(*)
    1 43
    2 40
    Not sure how to check the users are connecting through scan or not ..? But below are scan setttings...
    SQL> !srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521
    SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521
    SQL> !srvctl status scan_listener
    SCAN Listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node za-rac-prd-02
    SCAN Listener LISTENER_SCAN2 is enabled
    SCAN listener LISTENER_SCAN2 is running on node za-rac-prd-01
    SCAN Listener LISTENER_SCAN3 is enabled
    SCAN listener LISTENER_SCAN3 is running on node za-rac-prd-01
    SQL> !srvctl config scan
    SCAN name: rac_prd.abc.local, Network: 1/10.100.130.0/255.255.255.192/eth6.64
    SCAN VIP name: scan1, IP: /rac_prd.abc.local/10.100.130.55
    SCAN VIP name: scan2, IP: /rac_prd.abc.local/10.100.130.54
    SCAN VIP name: scan3, IP: /rac_prd.abc.local/10.100.130.53
    SQL>

  • How to check License

    Hi All,
    Can anyone help me how to verify if we have this licenses? Can anyone instruct me how to check verify if configured in our device?
    SERVICE SKU
    PRODUCT NUMBER
    Description
    CON-PSSW-DEVUWL
    L-ANLG-DEV-UWL
    Analog, non-app device add-on for UWL
    CON-PSSW-CUWLLADD
    L-CUWL-LIC-ADDON
    Unified Workspace Licensing-Top Level- ADDON only-eDelivery
    CON-PSSW-UWLST1
    L-LIC-UWL-STD1
    Services Mapping SKU, Under 1K UWL STD users

    You can check the licenses in the ELM if you have CUCM 9.1.1
    Sent from Cisco Technical Support iPhone App

Maybe you are looking for

  • New X1 Carbon Adaptive Keyboard strip not switching

    I have a X1 Carbon Touch (Machine Type 20A7). It came with Windows 8.1 Pro but I flahsed my company image (Windows 7 x64 Enterprise) onto it. Everything works fine and I installed all drivers but the adaptive keyboard strip stays at F1 F2 .. keys and

  • How can i search and retrieve the first word ...

    How can i retrieve the FIRST or the SECOND word in a document stored in a file_datastore ? Thanks null

  • Display Dynamic Member List Variable value in the Header

    Hi In my HFR report im using a dynamic member list as DynList1(@POV) in the Entity Dimension; for HFM Application. For the Entity Parameter im using User Prompt for Entity. For the User Prompt im using a choice list of Four entity members. E1, E2,E3,

  • Incoming email setting for Calendar not working

    Hello - I want to be able to send a meeting request from Outlook and have it show up on my SharePoint calendar. I followed the steps in this link to configure email for a 2013 farm: https://technet.microsoft.com/en-us/library/cc262947.aspx Basically

  • Script to drop empty caches

    Hello, I'm looking for a way to drop group of empty caches that have specific name pattern, such as xyz-realtime-*. Our program dynamically creates temporary caches that after some time have all the objects expired and stay empty. I'm thinking of a r