FND_EVB_DICTIONARY_ATTR_USAGE
This table stores the dictionary attributes that are actually used in in the rule conditions and actions. These attributes will be exposed as a web service at run time. The caller will obtain the list of used attributes and pass to Oracle Business Rules (OBR) engine 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_ATTR_PK |
FACT_ID, ATTRIBUTE_NAME |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FACT_ID | NUMBER | 18 | Yes | Primary identifier for the dictionary. | |
ATTRIBUTE_NAME | VARCHAR2 | 100 | Yes | Name of the dictionary attribute. | |
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_ATTR_USAGE | fnd_evb_dictionary_fact | FACT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_EVB_DICT_ATTR_USAGE_U1 | Unique | FUSION_TS_TX_DATA | FACT_ID, ATTRIBUTE_NAME |