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


TABLE: MSC.MSC_ATP_SRC_PROFILE_TEMP

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


Added to transfer ATP Profiles from source to destination


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_ATP_SRC_PROFILE_TEMP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSESSION_ID
ColumnPROFILE_NAME
Columns
Name Datatype Length Mandatory Comments
SESSION_ID NUMBER
Yes ATP session id
PROFILE_NAME VARCHAR2 (255) Yes Hold the names of profile
PROFILE_VALUE VARCHAR2 (255)
Value of Profiles
CREATION_DATE DATE

Standard who column
CREATED_BY NUMBER

Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER

Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
Query Text

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


SELECT SESSION_ID
,      PROFILE_NAME
,      PROFILE_VALUE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM MSC.MSC_ATP_SRC_PROFILE_TEMP;

Dependencies

[top of page]

MSC.MSC_ATP_SRC_PROFILE_TEMP does not reference any database object

MSC.MSC_ATP_SRC_PROFILE_TEMP is referenced by following:

SchemaMSC
ViewMSC_ATP_SRC_PROFILE_TEMP#