FND_SEARCH_VIEW_OPTIONS
A Mapping table that identifies the GlobalSearchOptions for a given View Id.
Details
-
Schema: SEARCH
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_SEARCH_VIEW_OPTIONS_PK |
SEARCH_VIEW_ID, ENTERPRISE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
SEARCH_VIEW_ID | NUMBER | 18 | Yes | SEARCH_VIEW_ID - Primary key of table. | |
VIEW_TYPE | VARCHAR2 | 10 | Yes | VIEW_TYPE - the type of view the VIEW_ID refers to. Valid vlaues 'page' and 'app'. | |
VIEW_ID | VARCHAR2 | 200 | Yes | VIEW_ID - The View Id of the page these search options are for if VIEW_TYPE is 'page', or the application it is in if VIEW_TYPE is 'app'. | |
SEARCH_OPTION_ID | NUMBER | 18 | Yes | SEARCH_OPTION_ID - Unique internal id for foreign key to FND_SEARCH_OPTIONS_B. | |
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. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Seed data file from which the row originates. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FND_SEARCH_VIEW_OPTIONS | fnd_search_options_b | ENTERPRISE_ID, SEARCH_OPTION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_SEARCH_VIEW_OPTIONS_U1 | Unique | Default | VIEW_TYPE, VIEW_ID, SEARCH_OPTION_ID, ENTERPRISE_ID, ORA_SEED_SET1 |
FND_SEARCH_VIEW_OPTIONS_U11 | Unique | Default | VIEW_TYPE, VIEW_ID, SEARCH_OPTION_ID, ENTERPRISE_ID, ORA_SEED_SET2 |
FND_SEARCH_VIEW_OPTIONS_U2 | Unique | Default | ENTERPRISE_ID, SEARCH_VIEW_ID, ORA_SEED_SET1 |
FND_SEARCH_VIEW_OPTIONS_U21 | Unique | Default | ENTERPRISE_ID, SEARCH_VIEW_ID, ORA_SEED_SET2 |