HR_SRCH_PERSNID(SQL View) |
Index Back |
---|---|
SES: Person NIDSES: Person NID |
SELECT A.EMPLID ,A.COUNTRY ,A.NATIONAL_ID_TYPE , b.descr , c.descr ,A.NATIONAL_ID ,A.LASTUPDDTTM FROM PS_PERS_NID A , PS_COUNTRY_TBL B ,PS_NID_TYPE_TBL C WHERE A.COUNTRY=B.COUNTRY AND A.COUNTRY=C.COUNTRY AND a.national_id_type= c.national_id_type |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: NEW |
2 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
3 | NATIONAL_ID_TYPE | Character(6) | VARCHAR2(6) NOT NULL | National ID Type |
4 | COUNTRY_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Country Description |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | NATIONAL_ID | Character(20) | VARCHAR2(20) NOT NULL | National ID |
7 | LASTUPDDTTM | DateTime(26) | TIMESTAMP NOT NULL |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %datetime |