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


TABLE: ICX.ICX_CAT_STORE_CONTENTS

Object Details
Object Name: ICX_CAT_STORE_CONTENTS
Object Type: TABLE
Owner: ICX
Subobject Name:
Status: VALID


This table stores the contents (content zones) of the stores.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_CAT_STORE_CONTENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTORE_ID
Columns
Name Datatype Length Mandatory Comments
STORE_ID NUMBER
Yes store ID
CONTENT_ID NUMBER
Yes ID of the content zone that this store has
CONTENT_TYPE VARCHAR2 (20) Yes content zone type
SEQUENCE NUMBER

store sequence
DISPLAY_ALWAYS_FLAG VARCHAR2 (1)
flag to indicate whether to always show this content zone in search results
CREATED_BY NUMBER
Yes created by
CREATION_DATE DATE
Yes creation date
LAST_UPDATED_BY NUMBER
Yes last updated by
LAST_UPDATE_DATE DATE
Yes last update date
LAST_UPDATE_LOGIN NUMBER

last update login
Query Text

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


SELECT STORE_ID
,      CONTENT_ID
,      CONTENT_TYPE
,      SEQUENCE
,      DISPLAY_ALWAYS_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.ICX_CAT_STORE_CONTENTS;

Dependencies

[top of page]

ICX.ICX_CAT_STORE_CONTENTS does not reference any database object

ICX.ICX_CAT_STORE_CONTENTS is referenced by following:

SchemaAPPS
SynonymICX_CAT_STORE_CONTENTS