OSS_BI_COHORTS_SUMMARY

This entity will have the snapshot cohorts summary records for New, Active and Churned Customers in a period.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_BI_COHORTS_SUMMARY_PK

BI_COHORTS_SUMMARY_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_COHORTS_SUMMARY_ID NUMBER 18 Yes Primary Key based of Sequence
BI_SNAPSHOT_PERIOD_ID NUMBER 18 Yes FK to oss_bi_snapshots_cust
PERIOD_TYPE VARCHAR2 4 Yes Values: 'GM': Gregorian Month, 'GQ': Gregorian Quarter, 'GY': Gregorian Year
PERIOD_CODE NUMBER 8 Yes FK to FND_CAL_MONTH/FND_CAL_QUARTER/FND_CAL_YEAR
NUM_ACTIVE NUMBER Number of Active Customers in the Period
NUM_CHURNED NUMBER Number of Churned Customers in the Period
NUM_NEW NUMBER Number of New Customers in the Period
NUM_REACTIVATED NUMBER Number of Reactivated Customers in the Period
MRR_REACTIVATED NUMBER MRR of Reactivated Customers in the Period
MRR_ACTIVE NUMBER MRR of Active Customers in the Period
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
OSS_BI_COHORTS_SUMMARY_N1 Non Unique Default PERIOD_TYPE, PERIOD_CODE
OSS_BI_COHORTS_SUMMARY_N2 Non Unique Default BI_SNAPSHOT_PERIOD_ID
OSS_BI_COHORTS_SUMMARY_U1 Unique Default BI_COHORTS_SUMMARY_ID