OSS_BI_SNAPSHOT_COHORTS

This entity will have the snapshot cohorts records in month, quarter and year.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_BI_SNAPSHOT_COHORTS_PK

BI_SNAPSHOT_COHORT_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_SNAPSHOT_COHORT_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
COHORT_TYPE VARCHAR2 4 Yes Active During the period: 'A', Drop-offs or Chruns from Previous Period: 'C', New this Period: 'N', Reactivated this Period: 'R'
PRIMARY_PARTY_ID NUMBER 18 Yes Customer Id
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_SNAPSHOT_COHORTS_N1 Non Unique Default PERIOD_TYPE, PERIOD_CODE, COHORT_TYPE
OSS_BI_SNAPSHOT_COHORTS_N2 Non Unique Default BI_SNAPSHOT_PERIOD_ID, COHORT_TYPE
OSS_BI_SNAPSHOT_COHORTS_U1 Unique Default BI_SNAPSHOT_COHORT_ID