SET_LOC_VW_LNG(SQL View) |
Index Back |
---|---|
View of location table*Business Unit/ SetID 08/06/97* View of the Location table for allowing correct selection of a location code in conjunction with a view such as SET_LOC_DEP_VW. |
SELECT SETID ,LOCATION ,LANGUAGE_CD , EFFDT ,DESCR FROM PS_LOCATION_LANG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Location SetID | |
2 | Character(15) | VARCHAR2(15) NOT NULL | This field stores the Location Code. | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |