PC_CPY_DELV_TAO(SQL Table) |
Index Back |
|---|---|
Activity DeliverableDeliverables for an activity. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: PROJ_ACTIVITY.BUSINESS_UNIT Prompt Table: SP_BU_PC_NONVW |
|
| 2 | Character(15) | VARCHAR2(15) NOT NULL |
Project Id ChartField
Default Value: PROJ_ACTIVITY.PROJECT_ID Prompt Table: SP_PROJ_NONVW |
|
| 3 | Character(15) | VARCHAR2(15) NOT NULL |
Activity ID
Default Value: PROJ_ACTIVITY.ACTIVITY_ID Prompt Table: PROJ_ACT_SRCH |
|
| 4 | Character(15) | VARCHAR2(15) NOT NULL | Unique identifier for an Activity Deliverable. | |
| 5 | Character(15) | VARCHAR2(15) NOT NULL | Copy Unique ID | |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 7 | PC_DELV_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
The Status of a Deliverable.
C=Completed I=In Progress N=Not Started |
| 8 | PC_ASSIGN_TO | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID of the person assigned to a task.
Prompt Table: PROJ_TEAM_VW |
| 9 | EMAIL_TO | Character(254) | VARCHAR2(254) NOT NULL | EMAIL_TO |
| 10 | DUE_DATE | Date(10) | DATE NOT NULL | Delivery Due Date from PO |
| 11 | DESCRLONG | Long Character | CLOB | Long Description |
| 12 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
| 13 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
| 14 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
| 15 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |