FND_EVB_DICTIONARY_ID
This table stores the dictionary primary identifiers. These primary identifiers 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_DICTIONARY_ID_PK |
DICTIONARY_NAMESPACE, DICTIONARY_PACKAGE_NAME, DICTIONARY_NAME |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DICTIONARY_NAMESPACE | VARCHAR2 | 256 | Namespace of the dictionary. | ||
DICTIONARY_PACKAGE_NAME | VARCHAR2 | 256 | Name of the dictionary package. | ||
DICTIONARY_NAME | VARCHAR2 | 256 | Yes | Name of the dictionary. | |
DICTIONARY_ID | NUMBER | 18 | Yes | Dictionary identifier. | |
LAST_MODIFIED_TIME | TIMESTAMP | Time stamp indicating updates to the rule 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. | ||
LAST_UPDATED_NUMBER | NUMBER | Version to which the dictionary is updated. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
fnd_evb_dictionary_links | fnd_evb_dictionary_id | MAIN_DICTIONARY_ID |
fnd_evb_dictionary_fact | fnd_evb_dictionary_id | DICTIONARY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_EVB_DICTIONARY_ID_U1 | Unique | FUSION_TS_TX_DATA | DICTIONARY_NAMESPACE, DICTIONARY_PACKAGE_NAME, DICTIONARY_NAME |
FND_EVB_DICTIONARY_ID_U2 | Unique | FUSION_TS_TX_DATA | DICTIONARY_ID |