[Home] [Help]
[Dependency Information]
Object Name: | ICX_CAT_STORE_CATALOGS |
---|---|
Object Type: | TABLE |
Owner: | ICX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is obsolete since R12.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ICX_CAT_STORE_CATALOGS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
ICX_CAT_STORE_CATALOGS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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. |
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;
ICX.ICX_CAT_STORE_CATALOGS does not reference any database object
ICX.ICX_CAT_STORE_CATALOGS is referenced by following:
|
|
|