MSC_APA_PRODUCTION_PLANS
This table stores the definition of a plan for aggregated production analysis.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_APA_PRODUCTION_PLANS_PK |
PRODUCTION_PLAN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PRODUCTION_PLAN_ID | NUMBER | 18 | Yes | This is the unique identifier of the plan for aggregated production analysis. | |
PRODUCTION_PLAN_NAME | VARCHAR2 | 30 | Yes | This is the name of the plan for aggegated production analysis. | |
PRODUCTION_PLAN_DESC | VARCHAR2 | 100 | This is the description of the plan for aggegated production analysis. | ||
SOURCE_PLAN_ID | NUMBER | 18 | Yes | Indicates the identifier of input plan as source of measures. | |
NUMBER_OF_BUCKETS | NUMBER | 5 | Yes | Indicates the number of time buckets used to analyze (start from plan horizon start date). | |
SEGMENT_GROUP_ID | NUMBER | 18 | Yes | Indicates the identifier of select segment group. | |
BOR_SIM_SET_ID | NUMBER | 18 | Indicates the identifier of selected Bill of Resource simulation set. When null it means from plan input. | ||
PRODUCT_HIERARCHY_ID | NUMBER | Indicates the identifier of selected product hierarchy to pull item attributes from. | |||
ADJUSTED | NUMBER | 2 | Yes | Indicates if measures have been adjusted in the plan. | |
COPIED_FROM_NAME | VARCHAR2 | 30 | Indicates the name of the plan this one is copied from. | ||
COPIED_FROM_ID | NUMBER | 18 | Indicates the identifier of the plan this one is copied from. | ||
LAYOUT_PREFERENCE | NUMBER | 2 | Indicates which tabular layout is chosen. 1 means vertical measures and 2 means horizontal. | ||
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. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_APA_PRODUCTION_PLANS_U1 | Unique | Default | PRODUCTION_PLAN_ID |