HR_LOCDET_HA_VW(SQL View) |
Index Back |
---|---|
Location Source Home ViewThis view searches for the Home Address on the ADDRESSES table when determining the employee address to use for Market Pay Geography purposes |
SELECT EMPLID , EFFDT , COUNTRY , CITY , STATE FROM PS_ADDRESSES WHERE ADDRESS_TYPE = 'HOME' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EFFDT | Date(10) | DATE | Effective Date |
3 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
4 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
5 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |