ZCA_ES_ENTITY_USAGES

This table is used to store the associations that comprise an entity

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_ES_ENTITY_USAGES_PK

META_MODEL_VERSION_UUID, ENTITY_USAGE_UUID

Columns

Name Datatype Length Precision Not-null Comments
ENTITY_USAGE_UUID VARCHAR2 36 Yes the primary key for an entity usage within the meta-data version
META_MODEL_VERSION_UUID VARCHAR2 36 Yes the meta-data version for this entity usage
ENTITY_UUID VARCHAR2 36 Yes the uuid of for this entity that this entity usage is for
ENTITY_USAGE_NAME VARCHAR2 30 Yes the name of for this entity usage that this entity usage is for
EO_FULL_DEF_NAME VARCHAR2 254 Yes the fully qualified EO definition for the entity usage
VO_FULL_DEF_NAME VARCHAR2 254 the fully qualified VO defintion for the entity usage that receives customizations, if any
TABLE_NAME VARCHAR2 64 Yes the table name for this entity usage
MANDATORY_FLAG VARCHAR2 1 Yes 'Y' to indicate that this entoty usage is mandatory and 'N' otherwise. If the entoty usage is mandatory, then an inner join will be used during crawling, otherwise a left outer join will be used
LANGUAGE_COLUMN_NAME VARCHAR2 32 the name of the language column if this entity usage corresponds to a translatable entity usage
SUBTYPE_COLUMNS_FILTER VARCHAR2 500 the json string for a deserialized map that identifies the subtype when the column filter, if any, is satisfied
SUBTYPE_COLUMNS_FILTER_EXPR VARCHAR2 500 the json string for a deserialized map with an embedded expression that is used to initialize the subtype columns filter.
SOFT_DELETE_COLUMNS_FILTER VARCHAR2 500 the json string for a deserialized map that identified a soft delete, if any
READ_PRIVILEGE VARCHAR2 64 NULL if the entity is not secured, otherwise the name of the read privilege, which can be 'read', but, more typically, is a more specific name, such as 'ZCM_VIEW_SALES_PARTY_DATA'
DELETED_FLAG VARCHAR2 1 Yes Y iff the row was deleted, otherwise N
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_ES_ENTITY_USAGES_PK Unique FUSION_TS_SEED META_MODEL_VERSION_UUID, ENTITY_USAGE_UUID, ORA_SEED_SET1
ZCA_ES_ENTITY_USAGES_PK1 Unique FUSION_TS_SEED META_MODEL_VERSION_UUID, ENTITY_USAGE_UUID, ORA_SEED_SET2
ZCA_ES_ENTITY_USAGES_U1 Unique FUSION_TS_SEED META_MODEL_VERSION_UUID, ENTITY_UUID, ENTITY_USAGE_NAME, ORA_SEED_SET1
ZCA_ES_ENTITY_USAGES_U11 Unique FUSION_TS_SEED META_MODEL_VERSION_UUID, ENTITY_UUID, ENTITY_USAGE_NAME, ORA_SEED_SET2