OSS_BI_COHORTS_RETENTION

This entity will have the snapshot cohorts retention summary records in a reporting period.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_BI_COHORTS_RETENTION_PK

BI_COHORTS_RETENTION_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_COHORTS_RETENTION_ID NUMBER 18 Yes Primary Key based of Sequence
COHORT_PERIOD_CODE NUMBER 8 Yes FK to FND_CAL_MONTH/FND_CAL_QUARTER/FND_CAL_YEAR
COHORT_NAME VARCHAR2 256 Identifier of Cohort base Period
PERIOD_TYPE VARCHAR2 4 Yes Values: 'GM': Gregorian Month, 'GQ': Gregorian Quarter, 'GY': Gregorian Year
COHORT_PERIOD_ID NUMBER 18 Yes FK to oss_bi_snapshots_cust
REPORTING_PERIOD_CODE NUMBER 8 Yes Reporting Period
REPORTING_PERIOD_NAME VARCHAR2 256 Identifier of Reporting Period in "distance" to Cohort Period. i.e. Month 00, Month 01...
REPORTING_PERIOD_PREFIX VARCHAR2 256 Lookup Code from Lookup_Type ORA_OSS_TIME_UNIT
REPORTING_PERIOD_NUMBER NUMBER 8 Identifier of Reporting Period Number in "distance" to Cohort Period. i.e. Month 00, Month 01...
MONTHLY_RECURRING_REVENUE NUMBER Monthly Recurring Revenue in the Period
TCV NUMBER Total Contract Value in the Period
NUM_CUSTOMERS NUMBER Number of 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_RETENTION_N1 Non Unique Default PERIOD_TYPE, COHORT_PERIOD_CODE, REPORTING_PERIOD_CODE, REPORTING_PERIOD_NAME
OSS_BI_COHORTS_RETENTION_N2 Non Unique Default COHORT_PERIOD_ID, REPORTING_PERIOD_CODE, REPORTING_PERIOD_NAME
OSS_BI_COHORTS_RETENTION_U1 Unique Default BI_COHORTS_RETENTION_ID