PC_BUD_PROJ_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 DISTINCT A.BUSINESS_UNIT ,A.PROJECT_ID ,B.DESCR ,B.INTEGRATION_TMPL FROM PS_PC_BUD_PLAN A , PS_PROJECT B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PROJECT_ID = B.PROJECT_ID AND B.GRANT_FLG <> 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT Prompt Table: SP_BU_PC_OPRVW |
|
2 | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: PROJ_NONGM_VW |
|
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | INTEGRATION_TMPL | Character(15) | VARCHAR2(15) NOT NULL |
Integration
Prompt Table: PC_INT_TMPL |