SET_LOC_VW(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 , EFFDT , EFF_STATUS , DESCR FROM PS_LOCATION_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID_LOCATION | Character(5) | VARCHAR2(5) NOT NULL | Location SetID |
2 | LOCATION | Character(15) | VARCHAR2(15) NOT NULL | This field stores the Location Code. |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |