MSC_APA_PROD_PLAN_PUB_DETS
This table stores the publish details of a plan for aggregated production analysis.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_APA_PROD_PLAN_PUB_DETS_PK |
PRODUCTION_PLAN_ID, SEGMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PRODUCTION_PLAN_ID | NUMBER | 18 | Yes | This is the unique identifier of the plan for aggregate production analysis. | |
| SEGMENT_ID | NUMBER | 18 | Yes | Indicates the identifier of selected segment during publish. | |
| PUBLISH_RANGE_START | NUMBER | Indicates start Julian date of specified publish range. | |||
| PUBLISH_RANGE_END | NUMBER | Indicates end Julian date of specified publish range. | |||
| PUBLISH_STATUS | NUMBER | 2 | Indicates the status of integration with Supply Planning. 1 means published; 2 means accepted; others None. | ||
| PUBLISH_STATUS_MESSAGE | VARCHAR2 | 256 | Message pertain to publish status. Typically "OK", "Fail","Working". | ||
| PUBLISH_REQUEST_ID | NUMBER | 18 | Indicates the identifier of the request to publish the plan. | ||
| PUBLISH_PAYLOAD | CLOB | This stores the generated planned order payload for publishing. | |||
| SOURCE_PLAN_ID | NUMBER | 18 | Indicates the identifier of the Supply Planning plan being published to. | ||
| PUBLISHED_BY | VARCHAR2 | 64 | Indicates user who initiated Publish action in Analysis page. | ||
| PUBLISHED_DATE | TIMESTAMP | Indicates time the Publish action was initiated in Analysis page. | |||
| ACCEPTED_BY | VARCHAR2 | 64 | Indicates user who initiated Accept Production Plan action. | ||
| ACCEPTED_DATE | TIMESTAMP | Indicates time the Accept Production Plan action was initiated. | |||
| 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_PROD_PLAN_PUB_DETS_U1 | Unique | Default | PRODUCTION_PLAN_ID, SEGMENT_ID |