ZCA_EXP_MAP_ATTRS

The table contains one record per attribute contained in a bulk export map

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_EXP_MAP_ATTRS_PK

MAP_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
MAP_ATTR_ID NUMBER 18 Yes Primary Key.
MAP_ATTR_NUMBER VARCHAR2 290 Alternate Key for Map Attrs
MAP_VIEW_ID NUMBER 18 Yes Mapping id. Foreign key to ZZZ_EXT_MAP_VIEWS.MAP_VIEW_ID
MAP_OBJECT_ID NUMBER 18 Refers to the map_object_id of zca_exp_map_objects table.
DISPLAY_SEQ NUMBER 10 Yes Display sequence. 1 based
ATTR_NAME VARCHAR2 120 Yes The name of the attribute
HEADER_TEXT VARCHAR2 120 Yes The display name of the attribute
ENABLED VARCHAR2 1 If 'Y' the attribute will be included in the output.
UI_FLAG VARCHAR2 1 Determines if the attribute is displayed to the end user. Y - show, N is do not show
IS_TRANSIENT VARCHAR2 1 If 'Y' the attribute is transient.
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.
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
ZCA_EXP_MAP_ATTRS zca_exp_map_views MAP_VIEW_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_EXP_MAP_ATTRS_N1 Non Unique Default MAP_ATTR_ID, LAST_UPDATE_DATE
ZCA_EXP_MAP_ATTRS_U1 Unique Default MAP_ATTR_ID, ORA_SEED_SET1
ZCA_EXP_MAP_ATTRS_U11 Unique Default MAP_ATTR_ID, ORA_SEED_SET2
ZCA_EXP_MAP_ATTRS_U2 Unique Default MAP_VIEW_ID, ATTR_NAME, ORA_SEED_SET1
ZCA_EXP_MAP_ATTRS_U21 Unique Default MAP_VIEW_ID, ATTR_NAME, ORA_SEED_SET2
ZCA_EXP_MAP_ATTRS_U3 Unique Default MAP_VIEW_ID, DISPLAY_SEQ, ORA_SEED_SET1
ZCA_EXP_MAP_ATTRS_U31 Unique Default MAP_VIEW_ID, DISPLAY_SEQ, ORA_SEED_SET2