PROJECT_STATUS

(SQL Table)
Index Back

Project Status

To 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.

  • Parent record: PROJECT
  • # 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 PROJECT_STATUS Character(1) VARCHAR2(1) NOT NULL Project Status
    B=Budgeted
    C=Closed
    H=Hold
    O=Open
    P=Proposed

    Prompt Table: %EDITTABLE3

    6 PROJECT_PRIORITY Number(3,0) SMALLINT NOT NULL Project Priority
    7 PERCENT_COMPLETE Number(6,2) DECIMAL(5,2) NOT NULL % Complete
    8 INTEREST_FACTOR Signed Number(5,2) DECIMAL(3,2) NOT NULL Interest Calculation Factor
    9 DESCRLONG Long Character CLOB Long Description