PeopleSoft 9.2 Update Manager [PUM] New Resources and Documentation [1464619.1]
)
Welcome to my Peoplesoft/Oracle blog. I wanted to create this blog to help other developers and colleagues with coding samples.(HCM, CRM, SA and CS mods) The views expressed on this blog are my own and do not necessarily reflect the views of Oracle / Peoplesoft. Likewise, the views and opinions expressed by visitors to this blog are theirs and do not necessarily reflect my opinions or the opinions of Oracle / Peoplesoft.
| Session Title: | Best practices for applying Campus Solutions Maintenance |
| Session Number: | 33081 |
| Track: | Technical |
| Crosslisted Track: | Oracle |
| Session Type: | Vendor |
| Sub-Categorization: | Select A Value |
| Room Assignment: | Section 313 + 316 => Mon, Mar 10, 2014 (01:45 PM - 02:45 PM) |
| Initial Submission: | Sep 23, 2013 10:54 AM America/Arizona |
| RECNAME | Tables Only | MSGNAME | DEFAULTVER |
|---|---|---|---|
| ADDRESSES | 0 | PERSON_BASIC_SYNC | INTERNAL |
| EMAIL_ADDRESSES | 0 | PERSON_BASIC_SYNC | INTERNAL |
| NAMES | 0 | PERSON_BASIC_SYNC | INTERNAL |
| NATIONALITY_GER | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERSON | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERSONAL_PHONE | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERSON_BRA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERSON_FRA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERSON_SA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_BRA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_CAN | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_CHE | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_DEU | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_EFFDT | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_ESP | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_FPS | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_FRA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_IND | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_ITA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_JPN | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_MEX | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_USA | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_DATA_USF | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_HUKOU_CHN | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_NID | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_SMOKER | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_WRKLIF_CHN | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PERS_WRKLV_CHN | 0 | PERSON_BASIC_SYNC | INTERNAL |
| PLACE_ORIG_CHE | 0 | PERSON_BASIC_SYNC | INTERNAL |
| Session Title: | Integration Tips, Tricks, & Troubleshooting - AAWS and HCM/CS Split Discussion |
| Session Number: | 31267 |
| Track: | Mini Sessions |
| Crosslisted Track: | Technical |
| Session Type: | Tips and Tricks |
| Sub-Categorization: | Technical |
| Room Assignment: | Sagamore 4 => Mon, Mar 18, 2013 (12:45 PM - 01:15 PM) |
| Session Title: | Testing and Troubleshooting Tips for Admission Applications Web Services (AAWS) and CTM |
| Session Number: | 31609 |
| Track: | Admissions |
| Session Type: | Oracle Application |
| Sub-Categorization: | Technical |
| Room Assignment: | 232 => Mon, Mar 18, 2013 (08:00 AM - 09:00 AM) |
| Initial Submission: | Oct 05, 2012 01:35 PM America/Arizona |
| Status: | Approved and Accepted |
| Session Submitter: | Daune Oliveira |
| Primary Presenter: | Daune Oliveira [Principle Technical Support Engineer - Oracle] |
| Co-Presenter: | Jeromy McMahon [Principle Engineer - Oracle] |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://xmlns.oracle.com/Enterprise/HCM/services">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>PS</wsse:Username>
<wsse:Password>PS</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:SCC_UR_CREATEACCT_REQ>
<ser:SCC_USERNAME>JMTEST_USER_2</ser:SCC_USERNAME>
<ser:SCC_PASSWORD>password</ser:SCC_PASSWORD>
<ser:SCC_CONFIRMPWD>password</ser:SCC_CONFIRMPWD>
<ser:CONSTITUENT>
</ser:CONSTITUENT>
</ser:SCC_UR_CREATEACCT_REQ>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://xmlns.oracle.com/Enterprise/HCM/services">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>PS</wsse:Username>
<wsse:Password>PS</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:SCC_UR_AUTHENTICATE_REQ>
<!--Optional:-->
<ser:SCC_ENTITY_INST_ID></ser:SCC_ENTITY_INST_ID>
<ser:SCC_USERNAME>JMTEST_USER</ser:SCC_USERNAME>
<ser:SCC_PASSWORD>password</ser:SCC_PASSWORD>
</ser:SCC_UR_AUTHENTICATE_REQ>
</soapenv:Body>
</soapenv:Envelope>
Another sample when I generate from Tools.
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing/" xmlns:xsd="http://www.w3.org/2001/XMLSchema/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance/">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>PS</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">PS</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<SCC_UR_AUTHENTICATE_REQ xmlns="http://xmlns.oracle.com/Enterprise/HCM/services">
<SCC_ENTITY_INST_ID>XYZ</SCC_ENTITY_INST_ID>
<SCC_USERNAME>XYZ</SCC_USERNAME>
<SCC_PASSWORD>XYZ</SCC_PASSWORD>
</SCC_UR_AUTHENTICATE_REQ>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://xmlns.oracle.com/Enterprise/HCM/services">
<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>PS</wsse:Username>
<wsse:Password>PS</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:SCC_LOV_REQ>
<ser:LOVS>
<ser:LOV name="?">
<ser:FIELDNAME>INSTITUTION</ser:FIELDNAME>
<ser:RECORDNAME>ACAD_PROG_TBL</ser:RECORDNAME>
<ser:LOVCONTEXT></ser:LOVCONTEXT>
<ser:KEYS>
<!--1 or more repetitions:-->
<ser:KEY>
<ser:FIELDNAME></ser:FIELDNAME>
<ser:FIELDVALUE></ser:FIELDVALUE>
</ser:KEY>
</ser:KEYS>
</ser:LOV>
</ser:LOVS>
</ser:SCC_LOV_REQ>
</soapenv:Body>
</soapenv:Envelope>
SELECT A.EMPLID,
COUNT(A.EMPLID) AS NumOccurrences
FROM PS_PERS_NID A
GROUP BY A.EMPLID
HAVING ( COUNT(A.EMPLID) > 1 )
SELECT A.EMPLID,
COUNT(A.EMPLID) AS NumOccurrences
FROM PS_PERS_NID A
WHERE A.PRIMARY_NID = 'Y'
GROUP BY A.EMPLID
HAVING ( COUNT(A.EMPLID) > 1 )
There are a number of tools you could use to achieve this, be it data mover, raw SQL or even an SQR or App Engine. All of these would need to be custom written. An alternative solution is to use the Manage Configuration Set functionality. It’s a delivered component (at least on more recent versions of the Application) that lets you choose the modules you wish to export config for, and it builds the DMS files (Data Mover Scripts) for you.
http://<name:port>/psp/<environment>/EMPLOYEE/HRMS/c/EOLT_IMPLEMENTATION.EOLT_CONFIG_OPT.GBL