PC_BDPRJ_ADD_VW(SQL View) | 
Index Back | 
|---|---|
Operational Projects ViewThe view provides an easy to use on-line prompt for the project table and is used in locations within the Projects application since it references the PC Business Unit and not setid. | 
| SELECT A.BUSINESS_UNIT ,A.PROJECT_ID ,A.DESCR FROM PS_PC_BUD_PLAN A , PS_PROJECT B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PROJECT_ID = B.PROJECT_ID | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
Business Unit
 Default Value: PROJECT.SETID Prompt Table: SP_BU_PC_NONVW  | 
|
| 2 | Character(15) | VARCHAR2(15) NOT NULL | 
Project Id ChartField
 Prompt Table: PROJECT_VW  | 
|
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |