CTO_MATCH_LINES

This table Represents Match Repository Line Details

Details

  • Schema: FUSION

  • Object owner: CTO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CTO_MATCH_LINES_PK

LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
LINE_ID NUMBER 18 Yes Unique identifier assigned to the Match Detail record entry
PAYLOAD_LINE_ID NUMBER 18 Payload Line Identifier for this line
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.
HEADER_ID NUMBER 18 Yes The related Match Header entry (parent for this child)
SUB_ITEM_TYPE NUMBER 18 Type of item, ie; model, option class or standard
INVENTORY_ITEM_ID NUMBER 18 Item ID assigned to the model or option class item
PARENT_LINE_ID NUMBER 18 Defines the relationship between the component item and its parent.
UNIT_QTY NUMBER Quantity required for the configuration
UNIT_UOM VARCHAR2 3 Unit of measure for the quantity ordered
LINKED_ATO_LINE_ID NUMBER 18 Gives the associated ATO LINE_ID.
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.

Indexes

Index Uniqueness Tablespace Columns
CTO_MATCH_LINES_N1 Non Unique FUSION_TS_TX_IDX PARENT_LINE_ID
CTO_MATCH_LINES_N2 Non Unique FUSION_TS_TX_IDX LINKED_ATO_LINE_ID
CTO_MCH_LNS_F1 Non Unique FUSION_TS_TX_IDX HEADER_ID, INVENTORY_ITEM_ID
CTO_MCH_LNS_PK Unique FUSION_TS_TX_IDX LINE_ID