PC_CPY_PSTA_TAO(SQL Table) |
Index Back |
---|---|
Project StatusTo change the status of the project, simply insert a new effective dated row with the new status. Interest Factor is used in AFUDC interest calculations. If you want to calculate 50% of normal interest for In Service projects, simply enable the field change peoplecode on the Project Status field. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: PROJECT.BUSINESS_UNIT |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Prompt Table: PROJECT |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
5 | PC_CPY_UNIQUEID | Character(15) | VARCHAR2(15) NOT NULL | Copy Unique ID |
6 | PROJECT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Project Status
B=Budgeted C=Closed H=Hold O=Open P=Proposed Prompt Table: %EDITTABLE3 |
7 | PROJECT_PRIORITY | Number(3,0) | SMALLINT NOT NULL | Project Priority |
8 | PERCENT_COMPLETE | Number(6,2) | DECIMAL(5,2) NOT NULL | % Complete |
9 | INTEREST_FACTOR | Signed Number(5,2) | DECIMAL(3,2) NOT NULL | Interest Calculation Factor |
10 | DESCRLONG | Long Character | CLOB | Long Description |