MSC_PLANNED_EGP_SYSTEM_ITEMS
MSC_PLANNED_EGP_SYSTEM_ITEMS stores the organization items defined at source applications which are required for planning process.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
msc_planned_egp_system_it_PK |
INVENTORY_ITEM_ID, ORGANIZATION_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | Yes | Source Side Identifier of the inventory item. | |
ORGANIZATION_ID | NUMBER | Yes | Source Side Identifier of the Organization. | |
ORGANIZATION_CODE | VARCHAR2 | 18 | Identifies the Organization Code. | |
ITEM_NUMBER | VARCHAR2 | 300 | Identifies the inventory item name. | |
UOM_CODE | VARCHAR2 | 3 | Primary unit of measure code in which the quantity of an item is managed. | |
BASE_ITEM_ID | NUMBER | Attribute indicating the Model from which an ATO configuration was created. | ||
BOM_ITEM_TYPE | NUMBER | Attribute indicating the type of bill of Material the Item can possess such as standard, model, planning, and other. Model(1), Option Class(2), Planning(3), Standard(4), Product Family(5). | ||
WIP_SUPPLY_TYPE | NUMBER | Attribute indicating a supply type for components. | ||
EFFECTIVITY_CONTROL | NUMBER | Attribute indicating the way to calculate lead time from the either of the choices - Date, Model/Unit Number. Date Effectivity(1), Unit Number effectivity(2). | ||
SHRINKAGE_RATE | NUMBER | Attribute indicating the factor that represents the average amount of material you expect to lose during manufacturing or in storage. | ||
AUTO_CREATED_CONFIG_FLAG | NUMBER | Attribute indicating whether the Item is autocreated. Valid Value 1-Yes,2-No. | ||
POSTPROCESSING_LEAD_TIME | NUMBER | Attribute indicating the days required to receive a purchased item into inventory from the initial supplier receipt. | ||
OUTSIDE_PROCESS_SERVICE_FLAG | NUMBER | This attribute indicates whether the item can be added to a outside processing purchase order. | ||
ROUNDING_CONTROL_TYPE | NUMBER | Attribute indicating whether the planning process uses decimal or whole number values when calculating planned order quantities or repetitives rates. | ||
REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | ||
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_PLANNED_EGP_SYSTEM_ITEM_U1 | Unique | Default | INVENTORY_ITEM_ID, ORGANIZATION_ID |