ZCA_CONS_SRCH_CATS
This table stores the mapping of Consumers to Search Categories. A Consumer Search Category can be assigned to a Query Task Flow to perfom a DB Query and also to a Search Group to perform a Keyword Search.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZCA_CONS_SRCH_CATS_PK |
CONS_SRCH_CAT_GUID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONS_SRCH_CAT_GUID | VARCHAR2 | 64 | Yes | Unique Identifier for the Consumer Search Category. Primary Key. | |
| CONSUMER_CODE | VARCHAR2 | 120 | Yes | The Code represeneting the Search Consumer. The Search Consumers are stored in FND_LOOKUPS. | |
| CATEGORY_CODE | VARCHAR2 | 120 | Yes | The Code represeneting the Search Categrory. The Search Categories are stored in FND_LOOKUPS. | |
| ENABLE_KWS_FLG | VARCHAR2 | 1 | Flag column to indicate whether the Consumer Search Category is enabled for a Keyword Search. | ||
| KWS_GROUP_NAME | VARCHAR2 | 1000 | Foreign key to ECSF_SEARCH_INDEX_GROUP.NAME which represents the unique key for an ECSF Search Group. | ||
| ENABLE_QUERY_FLG | VARCHAR2 | 1 | Flag column to indicate whether the Consumer Search Category is enabled for a Database Query. | ||
| QUERY_TASK_FLOW | VARCHAR2 | 1000 | The full path for the local Task Flow to be used to perform the Quick Query for a given Consumer Category. | ||
| MODULE_ID | VARCHAR2 | 32 | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ENABLE_CATEGORY_FLG | VARCHAR2 | 1 | Flag column to indicate whether the Consumer Search Category is enabled for offering. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_CONS_SRCH_CATS_PK | Unique | FUSION_TS_SEED | CONS_SRCH_CAT_GUID |
| ZCA_CONS_SRCH_CATS_U1 | Unique | FUSION_TS_SEED | CONSUMER_CODE, CATEGORY_CODE |