CN_TP_CREDIT_METRICS_ALL

Contains a hisotry of Transaction-Credit Ratio and Transactions amounts to identify anomalies.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_CREDIT_METRICS_ALL_PK

CREDIT_METRIC_ID

Columns

Name Datatype Length Precision Not-null Comments
CREDIT_METRIC_ID NUMBER 18 Yes Generated from the sequence
PERIOD_ID NUMBER 18 Period ID of source event date
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
METRIC_TYPE VARCHAR2 100 Metric Type possible values: ORA_CN_TRX_CRD_RATIO_DIST, ORA_CN_TRX_AMT_DIST
METRIC_BUCKET VARCHAR2 100 Metric Bucket values depends on metric type. For ORA_CN_TRX_CRD_RATIO_DIST possible values are: ORA_CN_RATIO_* For ORA_CN_TRX_AMT_DIST possible values are: ORA_CN_TRX_AMT_*
NUMBER_OF_TRANSACTIONS NUMBER Count of transactions for an specific bucket.
TRANSACTION_AMT_CALC_CURR NUMBER Transaction amount in Calculation currency
CREDIT_AMT_CALC_CURR NUMBER Credit amount in Calculation currency
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.
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
CN_TP_CREDIT_METRICS_N1 Non Unique Default ORG_ID, PERIOD_ID, METRIC_TYPE
CN_TP_CREDIT_METRICS_U1 Unique Default CREDIT_METRIC_ID