FND_EVB_DICTIONARY_LINKS

This table stores the information about the linked dictionaries of one dictionary . These linked dictionaries are used in the web services to execute the rules of the dictionary.

Details

  • Schema: EVBBUSINESSRULES

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FND_EVB_DICT_LINKS_PK

MAIN_DICTIONARY_ID, LINKED_DICTIONARY_ID

Columns

Name Datatype Length Precision Not-null Comments
MAIN_DICTIONARY_ID NUMBER 18 Yes Identifier for the main dictionary.
LINKED_DICTIONARY_ID NUMBER 18 Yes Identifier for the linked dictionary.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FND_EVB_DICTIONARY_LINKS fnd_evb_dictionary_id MAIN_DICTIONARY_ID

Indexes

Index Uniqueness Tablespace Columns
FND_EVB_DICTIONARY_LINKS_U1 Unique Default MAIN_DICTIONARY_ID, LINKED_DICTIONARY_ID