MSC_RESERVATIONS
MSC_RESERVATIONS stores information regarding material reservations from the inventory system. Each row represents a portion of inventory that is reserved for a demand. A reservation may be against an inventory. If the reservation is against a nonnettable subinventory, the NONNET_QUANTITY_RESERVED column holds the quantity. If the reservation is against a nettable subinventory or no subinventory is specified, the reservation quantity is stored in RESERVED_QUANTITY. Note that the sum of RESERVED_QUANTITY cannot exceed the nettable subinventories for a part. This could happen if the planner manually sets subinventories to be non-reserved during the planning process. The NONNET_QUANTITY_RESERVED will then store the quantity in excess of the sum of the nettable reserved quantities. MSC_RESERVATIONS is populated during the Snapshot and used by the Planner. It is derived from MTL_DEMAND from source application instances.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_RESERVATIONS_PK |
PLAN_ID, ORGANIZATION_ID, DISPOSITION_TYPE, DISPOSITION_ID, SUPPLY_SOURCE_TYPE_ID, TRANSACTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
TRANSACTION_ID | VARCHAR2 | 250 | Yes | Unique identifier generated from the source application instances | ||
PARENT_DEMAND_ID | NUMBER | Parent demand identifier in the reservation collected. | Obsolete | |||
DEMAND_CLASS | VARCHAR2 | 34 | Class to which the demand is tied. | Obsolete | ||
REVISION | VARCHAR2 | 3 | This value indicates the revision of the reservation. | Obsolete | ||
PROJECT_ID | NUMBER | This column stores the value of Project identifier. | Obsolete | |||
TASK_ID | NUMBER | This value indicates the Task identifier. | Obsolete | |||
PLANNING_GROUP | VARCHAR2 | 30 | This value indicates the planning group of the record. | Obsolete | ||
SUPPLY_SOURCE_HEADER_ID | NUMBER | This stores the supply source header identifier. | Obsolete | |||
REQUIREMENT_DATE | DATE | Yes | Requirement date on the reservation record. | Obsolete | ||
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the inventory item id | ||
PLAN_ID | NUMBER | 18 | Yes | This value indicates the plan identifier for the record. | ||
ORGANIZATION_ID | NUMBER | 18 | Yes | This column indicates the organization identifier. | ||
SR_INSTANCE_ID | NUMBER | 18 | Yes | Source application instance identifier | Obsolete | |
FULFILLMENT_INSTANCE_ID | NUMBER | 18 | Instance id for the fulfillment | |||
R_TYPE | NUMBER | This value indicates the reservation type of the reservation record. | ||||
RESERVATION_DATE | DATE | Effectivity date of reservation | ||||
RESERVED_QUANTITY | NUMBER | Yes | This value indicates the Quantity reserved. | |||
DISPOSITION_TYPE | NUMBER | Yes | Identifies the supply source type | |||
DISPOSITION_ID | VARCHAR2 | 250 | Yes | Identifier which references to source of supply | ||
SUB_INVENTORY_CODE | VARCHAR2 | 10 | Sub inventory code of the reservation record. | |||
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. | |||
NONNET_QUANTITY_RESERVED | NUMBER | Yes | This value indicates the Non nettable reserved quantity. | Obsolete | ||
RESERVATION_TYPE | NUMBER | Yes | Reservation type if demand is linked to dependent demand/supply. | Obsolete | ||
REFRESH_NUMBER | NUMBER | Refresh number populated by the collection program | ||||
SUPPLY_SOURCE_TYPE_ID | NUMBER | Yes | Type of supply : 13 for on Hand, 8 for TO, 1 for PO, 5 for wip jobs | |||
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. | ||
GLOBAL_ATTRIBUTE_NUMBER11 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER12 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER13 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER14 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER15 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER16 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER17 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER18 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER19 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER20 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER21 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER22 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER23 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER24 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
GLOBAL_ATTRIBUTE_NUMBER25 | NUMBER | 18 | Global Descriptive Flexfield: segment of the global descriptive flexfield. | |||
LOT_NUMBER | VARCHAR2 | 80 | Lot number of lot controlled reserved item |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_RESERVATIONS | msc_parameters | ORGANIZATION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_RESERVATIONS_U1 | Unique | Default | PLAN_ID, ORGANIZATION_ID, DISPOSITION_TYPE, DISPOSITION_ID, SUPPLY_SOURCE_TYPE_ID, TRANSACTION_ID |