CTO_MATCH_HEADERS

This table Represents Match Repository Header Details

Details

  • Schema: FUSION

  • Object owner: CTO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CTO_MATCH_HEADER_PK

HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
HEADER_ID NUMBER 18 Yes Unique identifier assigned to the Match Header record entry
TOP_LEVEL_LINE_ID NUMBER 18 top level LINE_ID of the ATO Configuration
BASE_MODEL_ID NUMBER 18 Yes The item id of the ATO model or option class Item
CONFIG_ITEM_ID NUMBER 18 Yes Configured item???s Inventory Item ID (EGP_SYSTEMS_ITEMS_B) (PK)
MASTER_ORGANIZATION_ID NUMBER 18 Master ORGANIZATION_ID for config id
ATO_COUNT NUMBER 18 Sum of ATOs in this header record
OPTION_CLASS_COUNT NUMBER 18 Sum of OptionClasses in this header
STANDARD_ITEM_COUNT NUMBER 18 Sum of Standard Items in this header
MAX_PARENT_LINE NUMBER 18 Sum of ATO, OPTION CLASS and Standard Items
MATCH_KEY VARCHAR2 400 Unique key generated from configItems
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.
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.
MATCH_ENABLED_FLAG VARCHAR2 1 Yes Denotes whether this particular configured item is enabled for matching
ONE_TIME_CONFIG_FLAG VARCHAR2 1 Contains Y or N. Y: Fulfill the item as a one-time configuration. N: Don't fulfill the item as a one-time configuration
CONFIG_ITEM_VERSION NUMBER 9 Number that identifies the version of a one-time configured item

Indexes

Index Uniqueness Tablespace Columns
CTO_MATCH_HEADERS_N1 Non Unique FUSION_TS_TX_IDX TOP_LEVEL_LINE_ID
CTO_MATCH_HEADERS_N2 Non Unique FUSION_TS_TX_IDX CONFIG_ITEM_ID, BASE_MODEL_ID
CTO_MATCH_HEADERS_N3 Non Unique FUSION_TS_TX_IDX CREATION_DATE
CTO_MATCH_HEADERS_N4 Non Unique Default MATCH_KEY
CTO_MATCH_HEADER_U1 Unique FUSION_TS_TX_IDX HEADER_ID