SET_LOC_PAY_VW(SQL View) |
Index Back |
|---|---|
View of location table for PY*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 WHERE EFF_STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Location Code | |
| 3 | 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 |