SP_NPCPRJ_CLSVW(SQL View) |
Index Back |
---|---|
Project ID BU GL ViewThis is a view used primarily by customers that are not using the Projects application since it uses "setid" mapping rather than the Projects "Integration Templates" |
SELECT B.OPRCLASS , A.SETID , A.PROJECT_ID , A.DESCR FROM PS_PROJECT_FS A , PS_SEC_SETID_CLS B WHERE A.SETID = B.SETID AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | Operator Class | |
2 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
3 | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |