PROJECT_DEL_VW(SQL View) |
Index Back |
---|---|
ProjectsA project is a temporary endeavor undertaken to create a unique product, service or result. A program is a group of related projects managed in a coordinated way. Programs usually include an element of ongoing work. This table contains both projects and programs. A switch (SUMMARY_PRJ) is used to determine whether a project is a program or a detail project. |
SELECT BUSINESS_UNIT , PROJECT_ID , DESCR , PROJECT_TYPE FROM PS_PROJECT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_PC.BUSINESS_UNIT Prompt Table: SP_BU_PC_NONVW |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: PROJECT_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | PROJECT_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Project Type
A=Activity G=Grant H=Phase P=Project S=Segment Prompt Table: PROJ_TYPE_TBL |