PJT_AGILE_DAILY_SNAPSHOT
Table to store the snap shot of agile status every day in a sprint
Details
-
Schema: FUSION
-
Object owner: PJT
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJT_AGILE_DAILY_SNAPSHOT_PK |
AGILE_SNAPSHOT_ID, ENTERPRISE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Enterprise Id for the table | |
AGILE_SNAPSHOT_ID | NUMBER | 18 | Yes | Sequence generated primary key | |
PRODUCT_ID | NUMBER | 18 | Product Id for the investment area line entered in the snapshot table | ||
SPRINT_ID | NUMBER | 18 | Sprint Id for the investment area line entered in the snapshot table | ||
INVESTMENT_AREA_ID | NUMBER | 18 | Investment Area Id for the investment area line entered in the snapshot table | ||
PROJECT_ID | NUMBER | 18 | Project Id for the investment area line entered in the snapshot table | ||
SNAPSHOT_DATE | DATE | Yes | Sprint Id for the investment area line entered in the snapshot table | ||
ETC_EFFORT | NUMBER | 18 | Estimate to Complete effort in hours for the investment area line | ||
IDEAL_ETC_EFFORT | NUMBER | 18 | Ideal Estimate to Complete effort in hours for the investment area line | ||
STORY_POINTS_ACHIEVED | NUMBER | 18 | Story Points achieved for the investment area in the sprint | ||
STORY_POINTS_UNACHIEVED | NUMBER | 18 | Story Points achieved for the investment area in the sprint | ||
TOTAL_STORY_POINTS | NUMBER | 18 | Total Story Points for the investment area in the sprint | ||
CUMULATIVE_STORY_POINTS | NUMBER | 18 | Cumulative Story Points for the investment area till this sprint | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJT_AGILE_DAILY_SNAPSHOT_U1 | Unique | Default | AGILE_SNAPSHOT_ID, ENTERPRISE_ID |