PC_DELIVERABLES

(SQL Table)
Index Back

Activity Deliverable

Deliverables for an activity.

  • Related Language Record: PC_DELIVER_LANG
  • Parent record: PROJ_ACTIVITY
  • # 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: SP_PROJPT_NONVW

    3 ACTIVITY_ID Character(15) VARCHAR2(15) NOT NULL Activity ID

    Default Value: PROJ_ACTIVITY.ACTIVITY_ID

    Prompt Table: PC_ACTT_SRCH

    4 PC_DELV_ID Character(15) VARCHAR2(15) NOT NULL Unique identifier for an Activity Deliverable.
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 PC_DELV_STATUS Character(1) VARCHAR2(1) NOT NULL The Status of a Deliverable.
    C=Completed
    I=In Progress
    N=Not Started
    7 PC_ASSIGN_TO Character(11) VARCHAR2(11) NOT NULL Employee ID of the person assigned to a task.

    Prompt Table: PROJ_TEAM_VW

    8 EMAIL_TO Character(254) VARCHAR2(254) NOT NULL EMAIL_TO
    9 DUE_DATE Date(10) DATE NOT NULL Delivery Due Date from PO
    10 DESCRLONG Long Character CLOB Long Description
    11 FMS_DTTM_STAMP DateTime(26) TIMESTAMP Specifies the date and time of the original entry.
    12 FMS_OPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the original entry.
    13 FMS_LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry.
    14 FMS_LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry.