PGM_REVW_REL(SQL Table) |
Index Back |
---|---|
Review Program DataThis is a table that holds the results of the Review Program query for a given operator, process instance. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | RELEASE | Character(15) | VARCHAR2(15) NOT NULL | Release - Carries Release Information driven by the BUSINESS_UNIT |
5 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | PROJECT_MANAGER | Character(11) | VARCHAR2(11) NOT NULL | Project Manager |
8 | PROJECT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Project Status
B=Budgeted C=Closed H=Hold O=Open P=Proposed |
9 | STATUS_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Status Description |
10 | PC_PROCESS_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
The processing state of a project.
A=Active I=Inactive P=Pending T=Template |
11 | PC_HEALTH | Character(1) | VARCHAR2(1) NOT NULL |
Calculated based on user-defined criteria, this field shows the overall health of a project.
F=Fair G=Good P=Poor |
12 | PC_HEALTH_DTTM | DateTime(26) | TIMESTAMP | The datetime stamp of when Project Health was either calculated or manually entered. |
13 | PC_BUDGET_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | The budget amount in the currency of the Projects business unit. |
14 | BUDGET_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Projects Budget Amount |
15 | PC_COST_AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Total cost for a project. |
16 | PERCENT_COMPLETE | Number(6,2) | DECIMAL(5,2) NOT NULL | % Complete |
17 | START_DT | Date(10) | DATE | Start Date |
18 | END_DT | Date(10) | DATE | End Date |
19 | PGM_ISS_TOTAL | Number(15,0) | DECIMAL(15) NOT NULL | Total number of unresolved issues. |
20 | PGM_ISS_CRITICAL | Number(15,0) | DECIMAL(15) NOT NULL | Number of Critical Issues |
21 | PGM_DELV_TOTAL | Number(15,0) | DECIMAL(15) NOT NULL | Total number of deliverables. |
22 | PC_DELV_OVERDUE | Number(4,0) | SMALLINT NOT NULL | Number of Overdue Deliverables |
23 | CATEGORY_IND | Character(10) | VARCHAR2(10) NOT NULL | An additional attribute of the project, program, or project request for further classification. This field is user-defined. Examples of usage include "Strategic", "Operational", "Tactical", etc. |
24 | APPLICATION | Character(10) | VARCHAR2(10) NOT NULL | Usually refers to a software application, such as "Payables", "Projects", "Purchasing", etc. An application needs to be defined under an application area. |
25 | APPLICATION_AREA | Character(10) | VARCHAR2(10) NOT NULL | The general area in which an application belongs. Examples: "Financials", "Human Resources", etc. |
26 | PC_BUD_LINK1 | Character(35) | VARCHAR2(35) NOT NULL | A work field that displays the budget amount, and works as a hyperlink to Projects Budgeting. |
27 | PC_BUD_LINK2 | Character(35) | VARCHAR2(35) NOT NULL | A work field that displays the budget amount, and works as a hyperlink to Projects Budgeting. |
28 | RISKS_NO_PLAN | Number(8,0) | INTEGER NOT NULL | Risks without Action Plan |
29 | TOTAL_RISKS | Number(8,0) | INTEGER NOT NULL | Total Risks |