LS_LOC_INST_VW(SQL View) |
Index Back |
---|---|
View of Location TableLS_LOC_INST_VW is a view of the LOCATION_TBL with a set control field of Institution. It was originally LOC_INST_VW but was changed due to HR changes. SELECT a.setid , a.location , a.effdt , a.eff_status , a.descr , a.descrshort FROM ps_location_tbl a |
SELECT A.SETID , A.LOCATION , A.EFFDT , A.EFF_STATUS , A.DESCR , A.DESCRSHORT FROM PS_LOCATION_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SETID_TBL |
2 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |