FND_SUGGEST_GROUPS_B

Definition of Search Suggest Groups as used by Global Search.

Details

  • Schema: SEARCH

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_SUGGEST_GROUPS_B_PK

SUGGEST_GROUP_ID, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
SUGGEST_GROUP_ID NUMBER 18 Yes SUGGEST_GROUP_ID - Unique internal id for primary key.
SUGGEST_GROUP_CODE VARCHAR2 40 Yes SUGGEST_GROUP_CODE - A unique code for identifying this group.
PILLAR VARCHAR2 20 Yes PILLAR - Where the Options will be used.
MODULE_ID VARCHAR2 32 Yes 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.
GROUP_CREATION_EXPRESSION VARCHAR2 200 Yes GROUP_CREATION_EXPRESSION - Either a fully qualified class name of an AbstrachSuggestGroup, an EL expression that create an AbstractSearchSuggestGroup, or one of the Applcore default groups.
GROUP_ENABLED_FLAG VARCHAR2 1 Yes GROUP_ENABLED_FLAG - Is this option enabled (Y/N).
HEADING_ENA VARCHAR2 10 Yes HEADING_ENA is the group heading enabled? Valid values 'on' or 'off'.
HEADING_ICON_URL VARCHAR2 2000 HEADING_ICON_URL - The Icon to be shown in the group heading, if any.
CONTEXT_CODE VARCHAR2 30 CONTEXT_CODE - Optional code for supplying additional data to the group.
OBJECT_TYPE VARCHAR2 30 OBJECT_TYPE - a sub classification of CONTEXT_CODE for supplying additional data to the group.
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_suggest_groups_tl fnd_suggest_groups_b ENTERPRISE_ID, SUGGEST_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
FND_SUGGEST_GROUPS_B_U1 Unique Default ENTERPRISE_ID, SUGGEST_GROUP_ID, ORA_SEED_SET1
FND_SUGGEST_GROUPS_B_U11 Unique Default ENTERPRISE_ID, SUGGEST_GROUP_ID, ORA_SEED_SET2
FND_SUGGEST_GROUPS_B_U2 Unique Default ENTERPRISE_ID, SUGGEST_GROUP_CODE, ORA_SEED_SET1
FND_SUGGEST_GROUPS_B_U21 Unique Default ENTERPRISE_ID, SUGGEST_GROUP_CODE, ORA_SEED_SET2