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


TABLE: MSC.MSC_PLAN_PROFILES

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

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_PLAN_PROFILES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnPROFILE_CODE
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Plan Id
PROFILE_CODE VARCHAR2 (80) Yes Profile Code
PROFILE_VALUE VARCHAR2 (240)
Profile Value
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
Query Text

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


SELECT PLAN_ID
,      PROFILE_CODE
,      PROFILE_VALUE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM MSC.MSC_PLAN_PROFILES;

Dependencies

[top of page]

MSC.MSC_PLAN_PROFILES does not reference any database object

MSC.MSC_PLAN_PROFILES is referenced by following:

SchemaMSC
ViewMSC_PLAN_PROFILES#