OSS_BI_SNAPSHOTS

This entity will have the snapshot for Customer and Product extracted from OSS transaction entities for each snapshot record in oss_bi_snapshot_periods.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_BI_SNAPSHOTS_PK

BI_SNAPSHOT_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_SNAPSHOT_ID NUMBER 18 Yes Primary Key based of Sequence
BI_SNAPSHOT_PERIOD_ID NUMBER 18 Yes FK to oss_bi_snapshots
PERIOD_TYPE VARCHAR2 4 Yes Period Type
PERIOD_CODE NUMBER 8 Yes Period Code
PRIMARY_PARTY_ID NUMBER 18 Yes Customer Id
INVENTORY_ITEM_ID NUMBER 18 Yes FK to EGP_SYSTEM_ITEMS_VL
ORGANIZATION_ID NUMBER 18 Yes FK to EGP_SYSTEM_ITEMS_VL
ITEM_UOM VARCHAR2 30 Yes Item UOM
BILLING_FREQ VARCHAR2 30 Billing frequency
CURRENCY VARCHAR2 30 Subscription's transaction currency
GLOBAL_CURR_CONV_RATE NUMBER Currency Conversion Rate
NUM_SUBSCRIPTIONS NUMBER Computed as count of product lines for the period
PRODUCT_NET_PRICE NUMBER Sum of product net price
PRODUCT_TOTAL NUMBER Sum of product total
ESTIMATED_TAX NUMBER Sum of estimated tax
INVOICED_AMOUNT NUMBER Sum of invoiced amount
CLOSED_AMOUNT NUMBER Sum of closed amount
CREDITED_AMOUNT NUMBER Sum of credited amount
SUPPRESSED_CREDIT_AMOUNT NUMBER Sum of suppressed credit amount
MONTHLY_RECURRING_REVENUE NUMBER Sum of monthly recurring revenue
MRR_CHURN_RENEW_LAPSES NUMBER Computed as The total MRR of lines which expired without any renewal line created for them
MRR_RENEW_CHURN NUMBER Computed as The Total MRR of lines which were renewed but have been cancelled in this period
MRR_NEW_SUBSCRIPTIONS NUMBER Computed as The total MRR of lines which have no previous relationship and which started in this period
NUM_NEW_SUBSCRIPTIONS NUMBER Computed as The total count of lines which have no previous relationship and which started in this period
MRR_AMEND_EXPANSIONS NUMBER Computed as The difference in MRR between a target and source of an amendment relationship where the target MRR > Source MRR and the target start date falls within this period and not in Draft
MRR_AMEND_CONTRACTIONS NUMBER Computed as The difference in MRR between a target and source of an amendment relationship where the target MRR < Source MRR and the target start date falls within this period and not in Draft
MRR_CLOSED_SUBSCRIPTIONS NUMBER Computed as The total MRR of lines which were closed in this period
NUM_CLOSED_SUBSCRIPTIONS NUMBER Computed as The total count of lines closed in the period
DISCOUNT_AMOUNT NUMBER Computed as Sum of discounts given as bill adjustments
TOTAL_QUANTITY NUMBER Total Product Quantity
MRR_DUE_RENEWAL NUMBER The total MRR of lines which are expiring in that period and which have not been amended/closed/suspended/renewed
MRR_RENEW_ACTIVE NUMBER The total MRR of lines which are targets in a renewal relationship and which start in that period and where the target line status is not draft or canceled
NUM_RENEWED_SUBSCRIPTIONS NUMBER The count of lines which are targets in a renewal relationship and which start in that period and where the target line status is not draft or canceled
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_SNAPSHOTS_N1 Non Unique Default BI_SNAPSHOT_PERIOD_ID, PRIMARY_PARTY_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, ITEM_UOM, BILLING_FREQ, CURRENCY
OSS_BI_SNAPSHOTS_N2 Non Unique Default PERIOD_TYPE, PERIOD_CODE, PRIMARY_PARTY_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, ITEM_UOM, BILLING_FREQ, CURRENCY
OSS_BI_SNAPSHOTS_N3 Non Unique Default REQUEST_ID
OSS_BI_SNAPSHOTS_U1 Unique FUSION_TS_TX_DATA BI_SNAPSHOT_ID