OSS_ASSET_FULFILLMENT_LINES

Table for asset fulfillment lines.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_ASSET_FULFILLMENT_LIN_PK

FULFILLMENT_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
FULFILLMENT_LINE_ID NUMBER 18 Yes Primary key for asset fulfillment lines table.
FULFILLMENT_LINE_NUMBER VARCHAR2 120 Yes Alternate key for asset fulfillment lines.
FULFILLMENT_LINE_SEQUENCE NUMBER 18 Fulfillment line sequence
TRANSACTION_ID NUMBER 18 Foreign key to asset transaction.
FULFILLMENT_TYPE VARCHAR2 30 Decides the type of the fulfillment.
FULFILLMENT_DATE DATE Date of asset fulfillment.
ASSET_ID NUMBER 18 Identifier of the customer asset
QUANTITY NUMBER Customer asset fulfilled quantity.
UOM VARCHAR2 3 Unit of measure of the customer asset.
TRANSACTED_ROOT_ASSET VARCHAR2 3 Transacted root asset
ORDER_SYSTEM_TYPE VARCHAR2 30 Decides whether the sales order system is internal or external.
ORDER_SYSTEM VARCHAR2 30 Identifier of the sales or return order system.
ORDER_ID NUMBER 18 Identifier of the sales or return order.
ORDER_LINE_ID NUMBER 18 Identifier of the sales or return order line.
ORDER_NUMBER VARCHAR2 120 Alternate key of the sales or return order.
ORDER_LINE_NUMBER VARCHAR2 120 Alternate key of the sales or return order line.
ORDER_FULFILL_LINE_ID NUMBER 18 Identifier of the fulfillment line.
CSE_TRANSACTION_ID NUMBER 18 Identifier of the customer asset transaction.
CSE_SOURCE_TIMESTAMP TIMESTAMP Source time stamp of customer asset transaction.
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_ASSET_FULFILL_LINES_N1 Non Unique Default TRANSACTION_ID
OSS_ASSET_FULFILL_LINES_U1 Unique Default FULFILLMENT_LINE_ID
OSS_ASSET_FULFILL_LINES_U2 Unique Default FULFILLMENT_LINE_NUMBER