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


TABLE: MSC.MSC_CATEGORY_SET_ID_LID

Object Details
Object Name: MSC_CATEGORY_SET_ID_LID
Object Type: TABLE
Owner: MSC
FND Design Data: TableMSC.MSC_CATEGORY_SET_ID_LID
Subobject Name:
Status: VALID


This table is used by the collection program to maintain the correspondence between the source instances identifiers and the planning identifiers for category sets.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_CATEGORY_SET_ID_LID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_INSTANCE_ID
ColumnSR_CATEGORY_SET_ID
Columns
Name Datatype Length Mandatory Comments
SR_CATEGORY_SET_ID NUMBER
Yes Category set identifier from source application instance
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier
CATEGORY_SET_ID NUMBER
Yes Category set identifier generated at planning server
Query Text

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


SELECT SR_CATEGORY_SET_ID
,      SR_INSTANCE_ID
,      CATEGORY_SET_ID
FROM MSC.MSC_CATEGORY_SET_ID_LID;

Dependencies

[top of page]

MSC.MSC_CATEGORY_SET_ID_LID does not reference any database object

MSC.MSC_CATEGORY_SET_ID_LID is referenced by following:

SchemaMSC
ViewMSC_CATEGORY_SET_ID_LID#