PC_TYPE_CAT_TYP(SQL View) |
Index Back |
|---|---|
Project Type Cat ResType View |
| select a.setid , a.resource_type , b.effdt , b.eff_status , b.descr from ps_proj_type_cat a , PS_PROJ_RES_TYPE b where a.setid = b.setid and a.resource_type = b.resource_type |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL |
Source Type
Prompt Table: PROJ_RES_TYPE |
|
| 3 | Date(10) | DATE | Effective 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 |