CST_CP_TXN_COUNTS

This table stores the summary of various types of transactions processed by a particular instance of the Cost Processor. The table also stores the date, total duration, and the number of errors and warnings for each request.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: ARCHIVE

Primary Key

Name Columns

CST_CP_TXN_COUNTS_PK

REQ_ID

Columns

Name Datatype Length Precision Not-null Comments
REQ_ID NUMBER 18 Yes Indicates the request ID of the job that created or last updated the row.
RUN_CONTROL VARCHAR2 30 Yes Identifies the Run Control used for cost processing.
START_DATE TIMESTAMP Identifies the start date of the request.
END_DATE TIMESTAMP Identifies the end date of the request.
RUN_TIME_MINS NUMBER Indicates the total run time taken in minutes by the job i.e. END_DATE - START_DATE.
RUN_STATUS VARCHAR2 1000 Identifies the Cost Process run status or the diagnostic exception information if an error occurred.
ERRORS NUMBER Identifies the total number of errors in CST_CP_ERRORS for the request.
WARNINGS NUMBER Identifies the total number of errors raised by the process for the request.
INV_INTERFACE NUMBER Indicates the number of inventory transactions from the inventory interface.
TXNS_IN_CT NUMBER Indicates the number of inventory transactions processed.
TRADE_EVENTS NUMBER Indicates the number of trade events processed.
RESOURCE_TXNS NUMBER Indicates the number of resource transactions processed.
INVOICES NUMBER Indicates the number of invoice distributions processed.
COGS NUMBER Indicates the number of revenue recognition events processed.
DIST_HEADERS NUMBER Indicates the number of cost distribution headers processed.
DIST_LINES NUMBER Indicates the number of cost distribution lines processed.
SLA_EVENTS NUMBER Indicates the number of subledger accounting events created.
XFR_LOOPS NUMBER Indicates the number of loops executed within the process.
PAC_LOOPS NUMBER Indicates the number of loops executed by the PAC processor to converge manufacturing costs.
INV_VAL_DTLS NUMBER Indicates the number of inventory valuation records processed.
LCM_ESTIMATES NUMBER Indicates the number landed cost estimate records processed.
LCM_ACTUALS NUMBER Indicates the number landed cost actual records processed.
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
CST_CP_TXN_COUNTS_U1 Unique Default REQ_ID