Oracle Open World PeopleSoft

Oracle Open World group is designed to focus consultants and knowledge discussions for integrated PeopleSoft consulting - sharing PeopleSoft jobs connecting all in PeopleSoft community

  • SQL to find duplicates - Sample PS_PERS_NID

    Here is a sample SQL of how one could find multiple rows.Example: Using HAVING count(*) > 1SELECT A.EMPLID, COUNT(A.EMPLID) AS NumOccurrences FROM PS_PERS_NID AGROUP BY A.EMPLIDHAVING ( COUNT(A.EMPLID) > 1 )Read further:…

    By Maryln Geyer

    0
  • Detecting CAPS Lock on PeopleSoft signon page

    Many application warn you that CAPS Lock is on when entering case sensitive passwords.  A very useful feature. We decided it would be nice to have this on our PIA signon page too.…

    By Jason Sibert

    1
  • i want stop the cursor from jumping when I enter data?

    Hello guys can anyone help and tell me how can i stop the cursor jumping when i enter data?

    By Melia Ruf

    0
  • Oracle OpenWorld 2013

    PeopleSoft PeopleTools REST Web Services: Everything You Need to Know [CON7553]Oracle’s PeopleSoft PeopleTools 8.52 introduced REST-based Web service support. This session explores this Web service paradigm and shows how to configure PeopleSoft products and design and build REST-based services.Read…

    By Mindi Laino

    0