HRIS Analyst FTE; Madison, WI (PeopleSoft or Oracle HRIS/HRMS preferred)

We are willing to consider HRIS/HRMS experts with no background in PeopleSoft that are interested in working on PeopleSoft too. So if your background is only in Oracle or SAP or Ceridian type systems, please apply!!!
Here is out career link: http://cunamutual.jobs and this job# is JS0909001
Also, I can be reached at [email protected]
This is an FTE opportunity with a great retirement plan which includes both a Pension and 401k
Please do send consultants as we need to hire a full time employee!!
Thanks.

This post is in violation of the user agreement you (supposedly) read and (most assuredly) agreed to when you created your account.

Similar Messages

  • Can you pls correct this query :: ( In Oracle Core HRMS )

    Dear all,
    i have created query get result :: ( In Oracle Core HRMS )
    •     EE Number
    •     Forename
    •     Surname
    •     Dept
    •     Start Date
    •     Leave Date
    •     Date of Birth
    •     Address
    •     Salary (New & Existing Employee)
    •     Car Allowance
    •     Effective date (changes/updates)
    •     Creation Date/Update date
    •     Email address
    •     Gender
    •     Job Description
    •     Grade
    •     From and to date for parametres
    •     Last Modified Date
    SELECT
    papf.EMPLOYEE_NUMBER emp_no
    , papf.FIRST_NAME forname
    , papf.LAST_NAME surname
    , replace(replace(hou.attribute1,'10-',''), '14-', '') department
    , pps.date_start strt_date
    , pps.actual_termination_date leave_date
    , papf.DATE_OF_BIRTH dob
    , pdd.ADDRESS_LINE1||''||pdd.ADDRESS_LINE2||','||pdd.ADDRESS_LINE3 Address
    , ppp.proposed_salary_n salary
    , papf.EFFECTIVE_START_DATE estart_date
    , papf.EFFECTIVE_END_DATE eend_date
    , papf.CREATION_DATE crt_date
    , papf.EMAIL_ADDRESS mail_addrs
    , papf.SEX GENDER
    , pj.NAME Job_Des
    , substr(pg.name, 1, 1) GRADE
    , papf.LAST_UPDATE_DATE Last_Modified_Date
    FROM per_all_people_f papf
    , per_all_assignments_f paaf
    , per_addresses pdd
    , per_pay_proposals ppp
    , per_grades pg
    , pay_payrolls_f pp
    , per_jobs pj
    , per_periods_of_service pps
    , per_person_types ppt
    , per_person_type_usages_f pptu
    -- , pay_element_entries_f pee
    , hr_organization_units hou
    WHERE papf.person_id = paaf.person_id
    AND papf.person_id = pdd.person_id
    AND papf.person_id = pptu.person_id
    and papf.person_id = pps.person_id
    and pps.period_of_service_id = paaf.period_of_service_id
    AND ppp.assignment_id = paaf.assignment_id
    -- AND pee.assignment_id = paaf.assignment_id
    AND paaf.grade_id = pg.grade_id
    AND paaf.payroll_id = pp.payroll_id
    AND pptu.person_type_id = ppt.person_type_id
    AND paaf.organization_id = hou.organization_id
    AND pj.job_id = paaf.job_id
    AND ppp.pay_proposal_id = (SELECT MAX (pay_proposal_id)
    FROM per_pay_proposals
    WHERE assignment_id = paaf.assignment_id)
    AND pp.payroll_id = 224
    AND pdd.primary_flag = 'Y'
    AND pee.element_type_id = 221 for car allowance
    AND papf.employee_number <> 'NONE'
    AND ppt.user_person_type in ('Employee', 'Ex-employee' ,'Intern')
    AND ppt.system_person_type in ('EX_EMP', 'EMP')
    AND TRUNC(SYSDATE) between papf.effective_start_date and papf.effective_end_date
    AND TRUNC(SYSDATE) between paaf.effective_start_date and paaf.effective_end_date
    AND TRUNC(SYSDATE) between pptu.effective_start_date and pptu.effective_end_date ;
    can you pls correct this
    still i need to add Car Allowance and Bank details in above query pls tell me where i can get dept details in oracle core HR
    Thanks all
    Edited by: 981527 on Jan 30, 2013 3:41 AM
    Edited by: 981527 on Jan 31, 2013 1:22 AM
    Edited by: 981527 on Jan 31, 2013 1:30 AM
    Edited by: 981527 on Jan 31, 2013 9:03 PM
    Edited by: 981527 on Feb 1, 2013 4:50 AM

    I am taking a guess that 'Dept' is where the employee works, so that will be the column 'NAME' in the table HR_ALL_ORGANIZATION_UNITS; you will need to join with this table on the assignment's organization_id value
    Edited to add: Whilst you're testing this, you might want to consider removing the table PAY_ELEMENT_ENTRIES_F from the table list, otherwise you can look forward to potentially large cartesian product of returned rows!
    Clive
    Edited by: clive_t on 31-Jan-2013 09:59

  • Multi security groups in Oracle apps hrms

    Hi All,
    Could you please let us know how to enable or disable multi security groups in Oracle Apps hrms?
    Thnaks,
    Anil

    If you have access to Oracle Help-on-line check it there
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amit Das ([email protected]):
    Can you please tell me of any document/book etc which describes the security features in Oracle Apps specially on Oracle financials. <HR></BLOCKQUOTE>
    null

  • Hi, I am oracle apps HRMS Technical consultant.I wanted to know ,can we implement Digital Signatures in Oracle apps 11i XML Reports.if yes what is the approach to do so ? Your quick response is appreciated. Regards , Aasma Sayyad.

    Hi,
    I am Oracle Apps HRMS Technical Consultant.
    I wanted to know,if we can implement Digital Signatures in XML Reports for Oracle Apps HRMS 11i Aplication.
    If yes,what is the approach to do so.
    Your quick response is appreciated.
    Regards,
    Aasma Sayyad.

    Hi Aasma,
    The standard BI Publisher is part of EBS applications.
    Most of the EBS reports(R12) are based on BI Publisher.
    If you check the responsibility 'XML Publisher Administrator' you will see all the templates used in the application.
    Your technical team should already know this.
    On the other hand OBIEE would need separate licences.
    But for you BI Publisher would do.
    Cheers,
    Vignesh

  • Regarding oracle apps hrms

    please help me with proper information regarding oracle apps hrms.
    I am very new to oracle

    http://www.oracle.com/applications/human_resources/intro.html

  • Peoplesoft convert Oracle non-unicode database to unicode database

    I am following doc 1437384.1 to convert a Peoplesoft database from non-unicode database to unicode database
    I use the following export statement (as user PS)
    SET NO TRACE;
    SET OUTPUT output_file.dat;
    SET NO DATA;
    EXPORT *;
    And the following import statement (as user sysadm)
    SET NO TRACE;
    SET NO DATA;
    SET INPUT output_file;
    SET LOG log_file;
    SET UNICODE ON;
    SET STATISTICS OFF;
    SET ENABLED_DATATYPE 9.0;
    IMPORT *;
    Before I do the datapump import, I am comparing the objects
    SQL> select object_type, count(*) from dba_objects where owner = 'SYSADM' group by object_type order by 1 asc;
    OBJECT_TYPE COUNT(*)
    INDEX 33797
    LOB 2775
    TABLE 28829
    TRIGGER 9
    VIEW 21208
    on oracsc63 (targetdb):
    SQL> select object_type, count(*) from dba_objects where owner = 'SYSADM' group by object_type order by 1 asc;
    OBJECT_TYPE COUNT(*)
    INDEX 23748
    LOB 2170
    TABLE 19727
    I don't have the same number of object. When I do the import this means that around 10000 tables will not have the UTF-8 format.
    Any ideas how I can solve this? How has experience with this peoplesoft conversions?

    Hello Jacques,
    please check sapnote #808505 (Secondary connection to Oracle DB w/ different character set).
    Regards
    Stefan

  • Installation of Oracle Discoverer for PeopleSoft and Oracle apps(11.5.10)

    Hello Gurus,
    I hope I am in the right forum. I have been assigned to install Oracle Discoverer for Oracle ERP (11.5.10). We currently have a Oracle Discoverer environment for Peoplesoft. My questions are follows.
    1. Can I use the existing Oracle Discoverer which is used to get PeopleSoft data for Oracle Applications (11.5.10) ?? This way I avoid installing another copy of Discoverer. In Future, if we could use the existing technology for other Databases.
    2. If I go in for a new install of Oracle Discoverer, what is that I need to install ? I am guessing, there should be
    1. Desktop application on the client
    2. Do I need to install anything on the server ?
    3. I will have a Oracle Discoverer database
    I guess 1. (Desktop application) would be installed on all desktops ? Is there a web based thingy ?? For 2 and 3 I would require the DBA's to help me out.
    Would anyone have a high level diagram of the things that go in for installation ? I would really appreciate if you could send it to kiranramachandra at yahoo dot com.
    Thanks folks
    Kiran

    Hi,
    1. No, you don't need to reinstall Discoverer, you can just connect to the new database provided you have updated the TNSNames.ora file. However, before you can connect with Discoverer Desktop you will need to use Discoverer Admin to create a new Apps mode EUL in the Applications Database.
    2. You will need a client installation of Discoverer (Admin and Desktop). If you want to use the web based Discoverer Plus and Viewer tools you will need to a Oracle Application Server installation. If you are installing Discoverer 10g then you should install the Oracle Business Intelligence Standard Edition. But depending on your version and configuration you may need to install other tools.
    Rod West

  • Facing problem in Peoplesoft database Oracle VM initialization

    we downloaded PeopleSoft VM Templates for HCM 9.1 Release Media Pack v1 for x86 (64 bit) from below link
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11897272
    We follow below mentioned steps given in Readme(Readme for Media Pack B56989-01).
    2.1 Prepare OVM Environment
    2.2 Download Templates
    2.2.1 Joining Split Templates
    2.3 Import Templates
    2.4 Creating a Virtual Machine from the Template
    But during "2.4.1 Database Initialization" step
    we got below error:-
    Failed to start CSS
    Failed to install Oracle Database
    After this error Database VM initialization continues and asks for SID name and completes VM initialization successfully.
    Then it ask for machine creds. After successfully login when we try to connect to database instance using sqlplus( ./sqlplus system/password@TESTDB) it gives error - ORA-12154: TNS:could not resolve the connect identifier specified
    We understand that the error is because of the service not being registered with the listener. We tried updating listener.ora file but it didn't help. However the main problem seems to be the error "Failed to install Oracle Database".
    Please give your valuable inputs to resolve this issue.
    Thanks in advance

    user12473337 wrote:
    we got below error:-
    Failed to start CSS
    Failed to install Oracle DatabaseIt is a well known error, please see here :
    Failed to start CSS
    It is also (not very well) documented in the provided document coming along within Peoplesoft OVM. This error can be ignore.
    Then it ask for machine creds. After successfully login when we try to connect to database instance using sqlplus( ./sqlplus system/password@TESTDB) it gives error - ORA-12154: TNS:could not resolve the connect identifier specifiedPlease, read the thread above, there is also how to connect onto the database, to be clear, I'll repeat here below :
    su - oracle
    lsnrctl start
    export ORACLE_SID=YOUR_DBNAME
    sqlplus / as sysdba
    startupEverything should be fine.
    Nicolas.

  • Peoplesoft and oracle

    I am using oracle 10gr2 on asm. I wish to combine oracle with peoplesoft. i was wondering if there is any freeware out there of peoplesoft i can download.
    Thanks

    Whether you can freely download Oracle database software and Peoplesoft software for studying purpose on edelivery, they are not freeware, that means you cannot use it in prod without paying the licence fees. And yes, it is supported on Solaris 10, but not for as a freeware.
    Nicolas.

  • Peoplesoft and Oracle lite

    Hi, does anyone know if you can use Oracle lite for a Peoplesoft version 8.8 install? The system will only be using a demo database.
    Also, how much smaller is lite to the standard 10g D/B?
    Thanks
    Adrian

    Whether you can freely download Oracle database software and Peoplesoft software for studying purpose on edelivery, they are not freeware, that means you cannot use it in prod without paying the licence fees. And yes, it is supported on Solaris 10, but not for as a freeware.
    Nicolas.

  • Peoplesoft delivered processes for HRMS

    I am new to Peoplesoft. I am dealing with NA-payroll, and collected a basic idea related to HRMS. But still haven't got an overall idea about Peoplesoft HRMS. Will anyone guide me in having a basic documentation for HRMS especially about delivered processes.

    If you have access to the Oracle University training courses, they can be the best resourse for a beginner. Yoy can find lots of introductory courses for all the modules of PeopleSoft there.
    In addition, keep reading PeopleBooks :)
    All the best !

  • Oracle ERP (HRMS) connector Error

    Hello,
    I've got the following error while i run the  "eBusiness HRMS Trusted Reconciliation"   scheduled job 
    and i got this error : Failed: oracle.iam.connectors.common.ConnectorException:
    [2013-04-10T12:32:22.171+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] ====================================================
    [2013-04-10T12:32:22.179+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.common.dao.OIMUtil : updateTaskAttribute() : null
    [2013-04-10T12:32:22.179+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] ====================================================[[
    [2013-04-11T12:29:40.695+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] ====================================================
    [2013-04-11T12:29:40.705+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.common.dao.OIMUtil : updateTaskAttribute() : null
    [2013-04-11T12:29:40.705+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] ====================================================[[
    [2013-04-12T12:39:35.146+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] ====================================================
    [2013-04-12T12:39:35.174+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000Jd4r1SIB_65LRQw0yd1GSyuL000002,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.comm[2013-05-19T12:30:20.685+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000JuwHl6IB_65LRQw0yd1HaAMM000002,0] [APP: oim#11.1.1.3.0] ====================================================
    [2013-05-19T12:30:20.697+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000JuwHl6IB_65LRQw0yd1HaAMM000002,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.common.dao.OIMUtil : updateTaskAttribute() : null
    [2013-05-19T12:30:20.698+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000JuwHl6IB_65LRQw0yd1HaAMM000002,0] [APP: oim#11.1.1.3.0] ====================================================[[
    [2013-05-21T12:30:04.298+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-5] [userId: oiminternal] [ecid: 0000Jv2SeAVB_65LRQw0yd1HaZbs000002,0] [APP: oim#11.1.1.3.0] ====================================================
    [2013-05-21T12:30:04.314+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-5] [userId: oiminternal] [ecid: 0000Jv2SeAVB_65LRQw0yd1HaZbs000002,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.common.dao.OIMUtil : updateTaskAttribute() : null
    [2013-05-21T12:30:04.314+02:00] [oim_server1] [ERROR] [] [OIMCP.EBSER] [tid: OIMQuartzScheduler_Worker-5] [userId: oiminternal] [ecid: 0000Jv2SeAVB_65LRQw0yd1HaZbs000002,0] [APP: oim#11.1.1.3.0] ====================================================[[
    Notes:
    - OIM version : 11.1.1.5.0
    - (HRMS) Connector Version : ORCL_EBS_ER_9.1.0.7.0
    Thank You 

    Search MOS website for APP-PAY-7201 and you will get:
    Troubleshooting Error: APP-PAY-07201 Cannot perform a delete with child rows existing in the future. (Doc ID 367640.1)
    PERWSTEM Cannot Enter FINAL_PROCESS_DATE APP-PAY-07201: Cannot Perform a Delete With Child Rows Existing in the Future (Doc ID 314529.1)
    Adding Final Process Date on a previously Terminated Employee, Errors: App-Pay-07201 Cannot Perform A Delete With Child Rows Existing In The Future (Doc ID 473319.1)
    Diagnostic Script to Identify Cause of APP-PAY-07201 when Terminating an Employee (Doc ID 787949.1)
    Oracle HRMS Terminations - Causes - Solutions and Troubleshooting (Doc ID 725985.1)
    What Script To Be Used To Diagnose Error Pay-07201 when Attempting To Input a Final Process Date (Doc ID 419531.1)
    Thanks,
    Hussein

  • I want to learn more about oracle seibel, hrms, and oracle's financials

    hello everyone;
    i have some experiance in oracle 10g, sql and programming;
    i would like to learn about:
    1) oracle seibel
    2) oracle human resource managment system
    3) oracle financials
    please advice me on a useful documentation that might help,
    and i wanna know if it is possible to download them on my laptop for free?
    thanks alot;

    Hi user;
    i would like to learn about:
    1) oracle seibelSiebel Installation Guide for Microsoft Windows
    http://download.oracle.com/docs/cd/B40099_02/books/PDF/SiebInstWIN.pdf
    Siebel CRM 8.0 Deployment Guide
    http://www.citrix.com/site/resources/dynamic/partnerDocs/CTX_Siebel_ANG_Guide.pdf
    Siebel Business Applications Documentation
    http://www.oracle.com/technology/documentation/siebel.html
    2) oracle human resource managment system
    3) oracle financials All note are avaliable below links, check and read what you need from below links please
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    For r11:
    http://download.oracle.com/docs/cd/A60725_05/r11_doc.htm
    Regard
    Helios

  • Any pdf files regarding oracle apps hrms

    please tell the pdf fies and net links regarding oracle apps hrms

    http://www.oracle.com/applications/human_resources/intro.html

  • Oracle Apps HRMS functional

    Hi,
         I am new to oracle apps functional consultant...any one send what are the HRMS functional consultant setups and payroll setups.....where i get full material...........

    Hi
    Go through the link http://docs.oracle.com/cd/B34956_01/current/html/docset.html
    Thanks,
    Avinash

Maybe you are looking for