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


TABLE: ICX.ICX_CAT_STORE_CATALOGS

Object Details
Object Name: ICX_CAT_STORE_CATALOGS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.ICX_CAT_STORE_CATALOGS
Subobject Name:
Status: VALID


This table is obsolete since R12.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_CAT_STORE_CATALOGS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTORE_ID
ICX_CAT_STORE_CATALOGS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_SOURCE_ID
Columns
Name Datatype Length Mandatory Comments
STORE_ID NUMBER
Yes The Store Identifier. Foreign Key reference to the Column ICX_CAT_STORES_B.
ITEM_SOURCE_ID NUMBER
Yes The Item Source Identifier. Foreign Key reference to the Column ICX_POR_ITEM_SOURCES.ITEM_SOURCE_ID.
SEQUENCE_NUMBER NUMBER

Sequence in which the Catalog is ordered within a Store. Allows duplicates and null values.
DISPLAY_ALWAYS_FLAG VARCHAR2 (1)
Indicates the catalog to appear within the store always during the search results in the Shopping Home.
CREATED_BY NUMBER
Yes Standard Who column: the user who created this record. (References FND_USERS.user_id.)
CREATION_DATE DATE
Yes Standard Who column: date when this record was created
LAST_UPDATED_BY NUMBER
Yes Standard Who column: the user who last updated this record. (References FND_USERS.user_id.)
LAST_UPDATE_DATE DATE
Yes Standard Who column: date when this record was last updated
LAST_UPDATE_LOGIN NUMBER

Standard Who column: identifies sign-on audit information of the user who last updated this record. (References FND_LOGINS.login_id.)
DEFAULT_TEMPLATE_FLAG VARCHAR2 (1)
Marks the current Non-Catalog Request Template as the default one within this store.
Query Text

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


SELECT STORE_ID
,      ITEM_SOURCE_ID
,      SEQUENCE_NUMBER
,      DISPLAY_ALWAYS_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DEFAULT_TEMPLATE_FLAG
FROM ICX.ICX_CAT_STORE_CATALOGS;

Dependencies

[top of page]

ICX.ICX_CAT_STORE_CATALOGS does not reference any database object

ICX.ICX_CAT_STORE_CATALOGS is referenced by following:

SchemaAPPS
SynonymICX_CAT_STORE_CATALOGS