OSS_BI_SNAPSHOT_PERIODS

This entity will have the snapshot period 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_PERIODS_PK

BI_SNAPSHOT_PERIOD_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_SNAPSHOT_PERIOD_ID NUMBER 18 Yes Primary Key based of Sequence
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
PERIOD_START_DATE DATE Period Start Date
PERIOD_END_DATE DATE Period End Date
PERIOD_NAME VARCHAR2 256 Period Name
PRIOR_PERIOD_CODE NUMBER 8 Prior Period Code
RECENT_FLAG VARCHAR2 4 Set to Y for most recent, full period, else set to N
PARTIAL_PERIOD_FLAG VARCHAR2 4 Set to Y for the current partial period, else N
CALENDAR_TYPE VARCHAR2 4 Identify Fnd or Enterprise Calendar
PERIOD_MONTH_CODE NUMBER 8 Period Month Code
PERIOD_QUARTER_CODE NUMBER 8 Period Quarter Code
PERIOD_YEAR_CODE NUMBER 8 Period Year Code
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_PERIODS_U1 Unique FUSION_TS_TX_DATA BI_SNAPSHOT_PERIOD_ID
OSS_BI_SNAPSHOT_PERIODS_U2 Unique FUSION_TS_TX_DATA PERIOD_TYPE, PERIOD_CODE