DOO_TRANSACTION_ITEM_ATTRIBS

Stores the item attributes that may be associated with the item of a fulfillment line

Details

  • Schema: FUSION

  • Object owner: DOO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

DOO_TRANSACTION_ITEM_ATTR_PK

TRANSACTION_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ATTR_ID NUMBER 18 Yes Unique identifier for the Transaction Item Attribute on the fulfillment line for a given item.
FULFILL_LINE_ID NUMBER 18 Reference to the unique identifier of a fulfillment line
LINE_ID NUMBER 18 Reference to the unique identifier for the orchestration order line
HEADER_ID NUMBER 18 Reference to the unique identifier for the orchestration order
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.
TRANSACTION_ATTR_METADATAID NUMBER 18 Foreign Key to Transaction Item Attributes that holds the metadata
C_ATTR_VALUE VARCHAR2 2000 Item attribute values of type character.
N_ATTR_VALUE NUMBER Item attribute values of type number.
D_ATTR_VALUE DATE Item attribute values of type date.
T_ATTR_VALUE TIMESTAMP T_ATTR_VALUE
ORIG_SYS_TRANSACTION_ATTR_REF VARCHAR2 50 Reference to the original attribute sent by source system
REFERENCE_TRANSACTION_ATTR_ID NUMBER 18 Used by change mgmt to associate the change order's txn attr id with the original order's txn attr id.
DELTA_TYPE NUMBER 18 Internal column used by change processing framework for tracking type of change like update, cancel..etc
MODIFIED_FLAG VARCHAR2 1 Indicates that the row has been modified in the version currently submitted
TRANSACTION_ITEM_ATTR_ID NUMBER 18 Foreign key to Transaction Item Attributes that identifies the attribute

Foreign Keys

Table Foreign Table Foreign Key Column
DOO_TRANSACTION_ITEM_ATTRIBS doo_fulfill_lines_all FULFILL_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
DOO_TRX_ITEM_ATTRIBUTES_FK1 Non Unique Default FULFILL_LINE_ID
DOO_TRX_ITEM_ATTRIBUTES_N1 Non Unique Default REFERENCE_TRANSACTION_ATTR_ID
DOO_TRX_ITEM_ATTRIBUTES_N2 Non Unique Default HEADER_ID
DOO_TRX_ITEM_ATTRIBUTES_PK Unique Default TRANSACTION_ATTR_ID