CA_MILESTONE(SQL Table) |
Index Back |
---|---|
Contract Milestone Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL |
Contract
Prompt Table: CA_BU_SP_NONVW |
2 | MS_SEQNUM | Number(3,0) | SMALLINT NOT NULL |
Milestone Number
Default Value: 1 |
3 | MILESTONE_ID | Character(6) | VARCHAR2(6) NOT NULL |
Milestone_ID identifies the milestones that can be referenced from multiple functional areas.
Prompt Table: CA_MS_DEFN_VW |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | MILESTONE_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Milestone Status
C=Completed P=Pending R=Ready X=Cancelled Default Value: P |
6 | MS_COND_FLG | Character(3) | VARCHAR2(3) NOT NULL |
# of Reqd Conditions
ALL=All conditions must be true ANY=One condition must be true Default Value: ALL |
7 | ESTIMATED_COMP_DT | Date(10) | DATE | Estimated Completion Date |
8 | COMPLETION_DATE | Date(10) | DATE | Completion Date |
9 | SYSTEM_COMP_DT | Date(10) | DATE | System Completed Date |
10 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
11 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
12 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |