CSE_COST_TXN_MC_DTLS

This entity gathers all the cost transaction details in the alternate and mutli currency ledgers for transactions that orginate from various source applications.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_COST_TXN_MC_DTLS_PK

COST_TXN_MC_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
COST_TXN_MC_DETAIL_ID NUMBER 18 Yes The cost transaction multi currency detail identifier. This is the primary key of the entity.
COST_TXN_DETAIL_ID NUMBER 18 Yes The cost transaction detail identifier. The foreign key column.
LEDGER_ID NUMBER 18 The alternate ledger or the multi reporting currency ledger.
CURRENCY_CODE VARCHAR2 15 The currency code used in posting the amounts in the ledger.
LEDGER_AMOUNT NUMBER The ledger amount that we read from the sub ledger events.
UNIT_AMOUNT NUMBER The ledger amount per unit that we read from the receipt accounting distribution.
EXCHANGE_RATE NUMBER The exchange rate used by sub ledger application in generating the ledger events.
FA_INTERFACED_FLAG VARCHAR2 1 Yes Flag indicating whether the fixed assets have been interfaced or not for this transaction.
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.

Indexes

Index Uniqueness Tablespace Columns
CSE_COST_TXN_MC_DTLS_U01 Unique Default COST_TXN_MC_DETAIL_ID