OKC_STI_ASSET_LINES_H_INT

Contracts Service Transaction Asset Lines Interface History Table

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_STI_ASSET_LINES_H_INT_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Id
TXN_ID NUMBER 18 Transaction Id
TSL_ID NUMBER 18 TSL Id
TCL_ID NUMBER 18 TCL Id
TAL_ID NUMBER 18 TAL Id
TXN_STATUS_CODE VARCHAR2 30 Transaction Status Code
TXN_ACTION_CODE VARCHAR2 30 Transaction Action Code
ASSET_ID NUMBER 18 Asset Id
ASSET_INV_ITEM_ID NUMBER 18 Asset Inventory Item Id
ASSET_SHIP_FROM_INV_ORG_ID NUMBER 18 Asset Ship from Inventory Organization Id
ASSET_ITEM_VAL_ORG_ID NUMBER 18 Item Validation Org Id
ASSET_SOLD_BY_BU_ID NUMBER 18 Asset Sold by Business Unit Id
ASSET_SOLD_TO_PARTY_ID NUMBER 18 Asset Sold to Party Id
ASSET_BILL_TO_ACCOUNT_ID NUMBER 18 Asset Bill To Account Id
ASSET_SHIP_TO_PARTY_ID NUMBER 18 Asset Ship To Party Id
ASSET_SHIP_TO_PARTY_SITE_ID NUMBER 18 Asset Ship To Party Site Id
ASSET_SHIP_DATE DATE Asset Ship Date
ASSET_QUANTITY NUMBER Asset Quantity
ASSET_QUANTITY_UOM_CODE VARCHAR2 3 Asset Quantity UOM Code
ASSET_SALES_ORDER_SYSTEM_TYPE VARCHAR2 30 Asset Sales Order System Type
ASSET_SALES_ORDER_SYSTEM VARCHAR2 30 Asset Sales Order System
ASSET_SALES_ORDER_ID NUMBER 18 Asset Sales Order Id
ASSET_SALES_ORDER_LINE_ID NUMBER 18 Asset Sales Order Line Id
ASSET_SALES_ORDER_NUMBER VARCHAR2 120 Asset Sales Order Number
ASSET_SALES_ORDER_LINE_NUM VARCHAR2 120 Asset Sales Order Line Number
ASSET_TXN_EVENT_DATE DATE Asset Transaction Event Date
ASSET_TXN_EVENT_CODE VARCHAR2 60 Asset Transaction Event Code
ASSET_TRANSACTION_ID NUMBER 18 Asset Transaction Id
ASSET_SOURCE_TXN_TIMESTAMP TIMESTAMP Asset Source Transaction Timestamp
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Program Name
PROGRAM_APP_NAME VARCHAR2 50 Program Application Name
ASSET_BILL_TO_ACCOUNT_SITE_ID NUMBER 18 Asset Bill To Account Site Id
ASSET_TXN_HOLD VARCHAR2 1 Asset Transaction Hold
ASSET_BILL_TO_ACT_SITE_USE_ID NUMBER 18 Asset Bill To Account Site Use Id
ASSET_TRANSFERER_PARTY_ID NUMBER 18 Asset Transferer Party id
ASSET_PRIOR_QUANTITY NUMBER Asset Prior Quantity
ASSET_PRIOR_QUANTITY_UOM_CODE VARCHAR2 3 Asset Prior Quantity UOM Code
ASSET_TXN_LOCKED VARCHAR2 1 Asset Transaction Locked
BU_ID NUMBER 18 BU id
ASSET_REPLACED_BY_ID NUMBER 18 Asset Replaced By Id
ASSET_RETURN_DATE DATE Asset Return Date
ASSET_REPLACEMENT_PROCESS VARCHAR2 30 Asset Replacement Process
ASSET_REPLACEMENT_PHASE VARCHAR2 30 Asset Replacement Phase
ASSET_RETURN_ORDER_ID NUMBER 18 Asset Return Order Id
ASSET_RETURN_ORDER_LINE_ID NUMBER 18 Asset Return Order Line Id
ASSET_RETURN_ORDER_NUMBER VARCHAR2 120 Asset Return Order Number
ASSET_RETURN_ORDER_LINE_NUM VARCHAR2 120 Asset Return Order Line Number
ASSET_TXN_NUMBER_OF_STEPS NUMBER 18 Asset transaction number of steps
ASSET_TXN_STEP_NUMBER NUMBER 18 Asset transaction step number
ASSET_TXN_CORRECTION_FLAG VARCHAR2 1 Asset transaction correction flag
ASSET_TXN_LINK_TAL_ID NUMBER 18 Asset transaction link TAL Id
ASSET_TXN_STEP_LINE_NUMBER NUMBER 18 Asset transaction step line number
ASSET_SALES_ORDER_LINE_STATUS VARCHAR2 30 Asset sales order line status

Indexes

Index Uniqueness Tablespace Columns
OKC_STI_ASSET_LINES_H_INT_N1 Non Unique FUSION_TS_INTERFACE TXN_ID
OKC_STI_ASSET_LINES_H_INT_N2 Non Unique Default TRUNC("ASSET_SOURCE_TXN_TIMESTAMP", 'DD')
OKC_STI_ASSET_LINES_H_INT_N3 Non Unique Default TRUNC("ASSET_TXN_EVENT_DATE", 'DD')
OKC_STI_ASSET_LINES_H_INT_N4 Non Unique Default ASSET_ID
OKC_STI_ASSET_LINES_H_INT_N5 Non Unique Default ASSET_SALES_ORDER_LINE_ID, ASSET_SALES_ORDER_ID, ASSET_SALES_ORDER_SYSTEM
OKC_STI_ASSET_LINES_H_INT_N6 Non Unique Default ASSET_RETURN_ORDER_LINE_ID, ASSET_RETURN_ORDER_ID, ASSET_SALES_ORDER_SYSTEM
OKC_STI_ASSET_LINES_H_INT_U1 Unique FUSION_TS_INTERFACE ID