PGM_REVIEW_TAO

(SQL Table)
Index Back

Review Program Data

This 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 RUN_CNTL_ID Character(30) VARCHAR2(30) NOT NULL Run Control ID
4 TREE_NODE_NUM Number(10,0) DECIMAL(10) NOT NULL Internal beginning node range number
5 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
6 TREE_LEVEL_NUM Number(3,0) SMALLINT NOT NULL Parent tree level if this is a part of the PSTREEBRANCH record
7 SUMMARY_PRJ Character(1) VARCHAR2(1) NOT NULL An indicator to determine whether project is summary or detail.
N=Detail Project
Y=Program
8 PARENT_PROGRAM_ID Character(15) VARCHAR2(15) NOT NULL Parent Program ID
9 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField
10 DESCR Character(30) VARCHAR2(30) NOT NULL Description
11 PROJECT_MANAGER Character(11) VARCHAR2(11) NOT NULL Project Manager
12 NAME Character(50) VARCHAR2(50) NOT NULL Name
13 PROJECT_STATUS Character(1) VARCHAR2(1) NOT NULL Project Status
B=Budgeted
C=Closed
H=Hold
O=Open
P=Proposed
14 STATUS_DESCR Character(30) VARCHAR2(30) NOT NULL Status Description
15 PC_PROCESS_STATUS Character(1) VARCHAR2(1) NOT NULL The processing state of a project.
A=Active
I=Inactive
P=Pending
T=Template
16 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
17 PC_HEALTH_DTTM DateTime(26) TIMESTAMP The datetime stamp of when Project Health was either calculated or manually entered.
18 PC_BUDGET_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL The budget amount in the currency of the Projects business unit.
19 BUDGET_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Projects Budget Amount
20 PC_COST_AMOUNT Signed Number(28,3) DECIMAL(26,3) NOT NULL Total cost for a project.
21 PERCENT_COMPLETE Number(6,2) DECIMAL(5,2) NOT NULL % Complete
22 START_DT Date(10) DATE Start Date
23 END_DT Date(10) DATE End Date
24 PGM_ISS_TOTAL Number(15,0) DECIMAL(15) NOT NULL Total number of unresolved issues.
25 PGM_ISS_CRITICAL Number(15,0) DECIMAL(15) NOT NULL Number of Critical Issues
26 PGM_DELV_TOTAL Number(15,0) DECIMAL(15) NOT NULL Total number of deliverables.
27 PC_DELV_OVERDUE Number(4,0) SMALLINT NOT NULL Number of Overdue Deliverables
28 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.
29 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.
30 APPLICATION_AREA Character(10) VARCHAR2(10) NOT NULL The general area in which an application belongs. Examples: "Financials", "Human Resources", etc.
31 TOTAL_RISKS Number(8,0) INTEGER NOT NULL Total Risks
32 RISKS_NO_PLAN Number(8,0) INTEGER NOT NULL Risks without Action Plan