MSC_SP_CTB_ORDER_COMPONENTS
This table used to hold the order componets for CTB
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SP_CTB_ORDER_COMPONEN_PK |
MAKE_ORDER_TRANSACTION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | Unique Id of the plan which is associated to the planning cycle | |
| MAKE_ORDER_TRANSACTION_ID | NUMBER | Yes | Make orders Transaction id of the type of supplies that mark the record as unique identifier along with plan id | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Indicates the id of the Inventory item identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier of the organization owning the plan | |
| COMPONENT_QUANTITY | NUMBER | This column indicates that Order component quantity | ||
| PEGGED_ON_HAND_QUANTITY | NUMBER | This column indicates that the make Orders Pegged onhand quntity | ||
| TOTAL_COMPONENT_ON_HAND | NUMBER | This column indicates that the total component onhand of make order | ||
| PERCENT_PEGGED_BY_ON_HAND | NUMBER | This column indicates that the percentage pegged by the onhand | ||
| PERCENT_OF_ON_HAND | NUMBER | This column indicates that the percentage of onhand | ||
| MAXIMUM_CTB_PERCENT | NUMBER | This column indicates that the maxumum clear to build percent | ||
| CTB_PRIORITY | NUMBER | This column indicates that the clear to build priority is tru or false | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
| 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_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_SP_CTB_ORDER_COMP_U1 | Unique | Default | MAKE_ORDER_TRANSACTION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID |