ZSP_BR_ATTRIBUTES_B

This table is to store the attributes of an entity.

Details

  • Schema: FUSION

  • Object owner: ZSP

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZSP_BR_ATTRIBUTES_B_PK

ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
ATTRIBUTE_ID NUMBER 18 Yes the primary key
ATTRIBUTE_NAME VARCHAR2 80 Yes a language independent name for the attribute that corresponds to the attribute name in the view object
ACTIVE_FLAG VARCHAR2 1 Indicator that shows if the attribute is active.
LIST_FLAG VARCHAR2 1 Yes 1 iff the attribute is a list
ATTRIBUTE_TYPE_NAME VARCHAR2 80 Yes one of 'Entity', 'Boolean', 'Byte', 'Short', 'Integer', 'Long', 'Float', 'Double', 'String', 'BigDecimal', 'Date', 'Time', or 'Timestamp'
PART_OF_PRIMARY_KEY_FLAG VARCHAR2 1 Yes 1 iff the attribute is part of the primary key for the entity
REQUIRED_FLAG VARCHAR2 1 Yes 1 iff the attribute is required
ORDERABLE_FLAG VARCHAR2 1 Yes 1 iff the values are orderable
ENTITY_ID NUMBER 18 Yes the id of the entity that this attribute belongs to
ATTRIBUTE_POSITION NUMBER 3 Yes the 0-based position of the attribute within the entity
LOV_SOURCE_ID NUMBER 18 the id of the LOV that is applicable to this attribute, if any
RESOURCE_KEY VARCHAR2 500 Resource key from extensibility resource bundle.
RESOURCE_BUNDLE_ID VARCHAR2 500 Resource Bundle Id from extensibility resource bundle.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZSP_BR_ATTRIBUTES_B zsp_br_entities_b ENTITY_ID
ZSP_BR_ATTRIBUTES_B zsp_br_lov_sources LOV_SOURCE_ID
zsp_br_bindings zsp_br_attributes_b ATTRIBUTE_ID
zsp_br_attributes_tl zsp_br_attributes_b ATTRIBUTE_ID

Indexes

Index Uniqueness Tablespace Columns Status
ZSP_BR_ATTRIBUTES_B_N1 Non Unique FUSION_TS_TX_IDX ENTITY_ID Obsolete
ZSP_BR_ATTRIBUTES_B_N2 Non Unique FUSION_TS_TX_IDX LOV_SOURCE_ID
ZSP_BR_ATTRIBUTES_B_PK Unique FUSION_TS_TX_IDX ATTRIBUTE_ID, ORA_SEED_SET1
ZSP_BR_ATTRIBUTES_B_PK1 Unique FUSION_TS_TX_IDX ATTRIBUTE_ID, ORA_SEED_SET2
ZSP_BR_ATTRIBUTES_B_U1 Unique FUSION_TS_TX_IDX ATTRIBUTE_NAME, ENTITY_ID, ORA_SEED_SET1
ZSP_BR_ATTRIBUTES_B_U11 Unique FUSION_TS_TX_IDX ATTRIBUTE_NAME, ENTITY_ID, ORA_SEED_SET2
ZSP_BR_ATTRIBUTES_B_U2 Unique FUSION_TS_TX_IDX ENTITY_ID, ATTRIBUTE_POSITION, ORA_SEED_SET1
ZSP_BR_ATTRIBUTES_B_U21 Unique FUSION_TS_TX_IDX ENTITY_ID, ATTRIBUTE_POSITION, ORA_SEED_SET2