This page (revision-6) was last changed on 26-Nov-2021 10:22 by khiggs

This page was created on 26-Nov-2021 10:22 by rforbes

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 26-Nov-2021 10:22 1 KB khiggs to previous
5 26-Nov-2021 10:22 1 KB rforbes to previous | to last
4 26-Nov-2021 10:22 1 KB rforbes to previous | to last
3 26-Nov-2021 10:22 1 KB rforbes to previous | to last
2 26-Nov-2021 10:22 1 KB rforbes to previous | to last
1 26-Nov-2021 10:22 1 KB rforbes to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 9 changed one line
|GOVERNMENT_CODE | ''Optional''. The [GOVERNMENT_CODE] for the employee.
|GOVERNMENT_CODE | ''Optional''. The [GOVERNMENT_CODE] for the employee. \\If you prefix the government code with the letter "E", then the [EXTERNAL_RETIREMENT_ID] field (without the "E") is used to retrieve the EID_ID
At line 24 changed one line
will get the EID_ID value for the passed person code
will get the EID_ID value for the passed PERSON_CODE.
At line 26 removed one line
{{P2K_PU.GET_EID(0,~)}}
At line 28 changed one line
will get the EID_ID value for the passed government code. Note that the first parameter is optional, but must still contain a value.
!{{P2K_PU.GET_EID(0,~)}}
At line 30 changed one line
!Notes
will get the EID_ID value for the passed GOVERNMENT_CODE. Note that the first parameter is optional, but must still contain a value.
At line 32 changed 2 lines
* If you pass both [GOVERNMENT_CODE] and [PERSON_CODE] (as non-ZERO values), Government Code will be used first.
* [GOVERNMENT_CODE] will be filled with leading zeroes, to make it nine digits long, and any hyphen separators provided, will be stripped out.
!{{P2K_PU.GET_EID(0,'E'||~)}}
At line 33 added one line
will get the EID_ID value for the passed EXTERNAL_RETIREMENT_ID. Note that the first parameter is optional, but must still contain a value.
At line 35 added one line
!Notes
At line 37 changed 3 lines
* If you pass both [GOVERNMENT_CODE] and [PERSON_CODE] (as non-ZERO values), Government Code will be used first.
* [GOVERNMENT_CODE] will be filled with leading zeroes, to make it nine digits long, and any hyphen separators provided, will be stripped out.
----
![Notes|Edit:Internal.GET_EID]
[{InsertPage page='Internal.P2K_PU.DES_TYPE' default='Click to create a new notes page'}]