CA_MILESTONE_H(SQL Table) |
Index Back |
---|---|
Contract Milestone Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PSARCH_ID | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). |
2 | PSARCH_BATCHNUM | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
3 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL |
Contract
Prompt Table: CA_BU_SP_NONVW |
4 | MS_SEQNUM | Number(3,0) | SMALLINT NOT NULL |
Milestone Number
Default Value: 1 |
5 | 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 |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | MILESTONE_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Milestone Status
C=Completed P=Pending R=Ready X=Cancelled Default Value: P |
8 | 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 |
9 | ESTIMATED_COMP_DT | Date(10) | DATE | Estimated Completion Date |
10 | COMPLETION_DATE | Date(10) | DATE | Completion Date |
11 | SYSTEM_COMP_DT | Date(10) | DATE | System Completed Date |
12 | 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. |
13 | 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. |
14 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |