DBA Data[Home] [Help] [Dependency Information]


TABLE: MSC.MSC_ONLINE_REPLAN_ITEMS

Object Details
Object Name: MSC_ONLINE_REPLAN_ITEMS
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


Table for storing the list of items which are being replanned in the online planner when we are replanning a group of items. Has the plan id, item id, plan id and organization id.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_ONLINE_REPLAN_ITEMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnSR_INSTANCE_ID
ColumnORGANIZATION_ID
ColumnINVENTORY_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Plan identifier
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier of the item org
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLAN_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      SR_INSTANCE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM MSC.MSC_ONLINE_REPLAN_ITEMS;

Dependencies

[top of page]

MSC.MSC_ONLINE_REPLAN_ITEMS does not reference any database object

MSC.MSC_ONLINE_REPLAN_ITEMS is referenced by following:

SchemaAPPS
SynonymMSC_ONLINE_REPLAN_ITEMS