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


TABLE: CSM.CSM_CUSTOMIZATION_VIEWS

Object Details
Object Name: CSM_CUSTOMIZATION_VIEWS
Object Type: TABLE
Owner: CSM
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSM_CUSTOMIZATION_VIEWS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUST_VIEW_ID
ColumnZD_EDITION_NAME
CSM_CUSTOMIZATION_VIEWS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAGE_NAME
ColumnREGION_NAME
ColumnCUST_VIEW_KEY
ColumnLEVEL_ID
ColumnLEVEL_VALUE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
CUST_VIEW_ID NUMBER (22) Yes Unique identifier for cust view
PAGE_NAME VARCHAR2 (100) Yes Indicates the value for page name
REGION_NAME VARCHAR2 (100) Yes Indicates the value for region name
CUST_VIEW_KEY VARCHAR2 (240) Yes Indicates the value for cust view key
LEVEL_ID NUMBER
Yes Unique identifier for level
LEVEL_VALUE NUMBER
Yes Indicates the value for level value
MESSAGE_NAME VARCHAR2 (100) Yes Indicates the value for message name
SELECT_STATEMENT VARCHAR2 (4000)
Indicates the value for select statement
WHERE_CONDITION VARCHAR2 (10)
Indicates the value for where condition
WHERE_CLAUSE VARCHAR2 (4000)
Indicates the value for where clause
ORDERBY_CLAUSE VARCHAR2 (4000)
Indicates the value for orderby clause
IS_DEFAULT VARCHAR2 (1)
Indicates the value for default flag
DISPLAY_ROWS NUMBER (22)
Indicates the value for display row
DISPLAY_VIEW VARCHAR2 (1)
Indicates the value for display view
BASE_VO_NAME VARCHAR2 (100)
Indicates the value for Base Vo name
UPDATABLE VARCHAR2 (1) Yes Indicates the value for updatable flag
LAST_UPDATE_DATE DATE

Indicates the Date when the record was last updated
LAST_UPDATED_BY NUMBER (22)
Indicates the user who had done the last update
CREATION_DATE DATE

Indicates the Date when the record was inserted.
CREATED_BY NUMBER (22)
Indicates the user who created the record
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT CUST_VIEW_ID
,      PAGE_NAME
,      REGION_NAME
,      CUST_VIEW_KEY
,      LEVEL_ID
,      LEVEL_VALUE
,      MESSAGE_NAME
,      SELECT_STATEMENT
,      WHERE_CONDITION
,      WHERE_CLAUSE
,      ORDERBY_CLAUSE
,      IS_DEFAULT
,      DISPLAY_ROWS
,      DISPLAY_VIEW
,      BASE_VO_NAME
,      UPDATABLE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      ZD_EDITION_NAME
FROM CSM.CSM_CUSTOMIZATION_VIEWS;

Dependencies

[top of page]

CSM.CSM_CUSTOMIZATION_VIEWS does not reference any database object

CSM.CSM_CUSTOMIZATION_VIEWS is referenced by following:

SchemaCSM
ViewCSM_CUSTOMIZATION_VIEWS#