CST_I_INCOMING_TXN_COSTS

Interface table to hold transaction cost entries. Transaction cost is expected by cost component.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_I_INCOMING_TXN_COSTS_PK

EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, EXTERNAL_SYSTEM_SOURCE, LOAD_REQUEST_ID, COST_COMPONENT_CODE

Columns

Name Datatype Length Precision Not-null Comments
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes Reference Information from an External system (external to Cost Management).
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes Stores a value that uniquely identifies a certain instance of an object within the external system.
LOAD_REQUEST_ID NUMBER 18 Yes Used by Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.
EXTERNAL_SYSTEM_SOURCE VARCHAR2 30 Yes This column identifies the source of the incoming costs. It could have 3 possible values; C - SAAS Inventory Transactions import. I - Inventory Transactions Open Interface, U - Inserted via the Miscellaneous Transactions User Interface.
COST_COMPONENT_CODE VARCHAR2 30 Yes Identifies the cost component. Values are based on the seeded cost components in the lookup type CST_COMPONENT_CODES.
INVENTORY_ORG_ID NUMBER 18 Identifier for the inventory organization for the incoming transaction costs.
USE_ITEM_COST_FLAG VARCHAR2 1 Indicates whether to use item cost (expected only for Misc txns)
COST NUMBER Unit cost
CURRENCY_CODE VARCHAR2 15 Identifies the currency of the incoming cost. Its the ledger currency of the inventory organization.
CURRENCY_CONVERSION_TYPE VARCHAR2 30 Conversion type that should be used for currency conversion.
CURRENCY_CONVERSION_DATE DATE The date to be used to determine the exchange rates for currency conversion.
CURRENCY_CONVERSION_RATE NUMBER Optional user specified currency conversion rate.
ERROR_CODE VARCHAR2 30 ERROR_CODE
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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CODE_COMBINATION_ID NUMBER 18 Contains the Code combination of the account entered by the users while creating costs (IMT outbound taxes).

Indexes

Index Uniqueness Tablespace Columns
CST_I_INCOMING_TXN_COSTS_UK1 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, EXTERNAL_SYSTEM_SOURCE, LOAD_REQUEST_ID, COST_COMPONENT_CODE