FND_EVB_DICTIONARY_FACT
This table stores the dictionary facts. These facts are used in the web service 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_DICTIONARY_FACT_PK |
FACT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FACT_ID | NUMBER | 18 | Yes | Primary identifier for the dictionary. | |
DICTIONARY_ID | NUMBER | 18 | Yes | Dictionary identifier. | |
FACT_NAME | VARCHAR2 | 256 | Yes | Name associated with the FACT_ID of the 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_FACT | fnd_evb_dictionary_id | DICTIONARY_ID |
fnd_evb_dictionary_attr_usage | fnd_evb_dictionary_fact | FACT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_EVB_DICTIONARY_FACT_U1 | Unique | FUSION_TS_TX_DATA | FACT_ID |
FND_EVB_DICTIONARY_FACT_U2 | Unique | FUSION_TS_TX_DATA | DICTIONARY_ID, FACT_NAME |