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


TABLE: MSC.MSC_GROUP_IDS

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


Table for storing the group ids of the items being replanned. Used while scanning through the modified supplies in the online planner.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_GROUP_IDS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnGROUP_ID
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Plan Identifier
GROUP_ID NUMBER
Yes Group ID for items being replanned
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
,      GROUP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM MSC.MSC_GROUP_IDS;

Dependencies

[top of page]

MSC.MSC_GROUP_IDS does not reference any database object

MSC.MSC_GROUP_IDS is referenced by following:

SchemaAPPS
SynonymMSC_GROUP_IDS