DBA Data[Home] [Help] [Dependency Information]


TABLE: FII.EDW_TIME_EP_CAL_QTR_LTC

Object Details
Object Name: EDW_TIME_EP_CAL_QTR_LTC
Object Type: TABLE
Owner: FII
FND Design Data: TableFII.EDW_TIME_EP_CAL_QTR_LTC
Subobject Name:
Status: VALID


This is the enterprise calendar quarter level table in the time dimension. The enterprise calendar is a designated calendar for the warehouse. Because different transaction systems may have used different fiscal calendars, the enterprise calendar allows us to aggregate transactions from different systems up a standard time hierarchy. This table stores the quarters within the enterprise calendar.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EDW_TIME_EP_CAL_QTR_LTC_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnCAL_QTR_PK_KEY
EDW_TIME_EP_CAL_QTR_LTC_U2 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnCAL_QTR_PK
ColumnCAL_QTR_PK_KEY
EDW_TIME_EP_CAL_QTR_LTC_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnCAL_YEAR_FK_KEY
Columns
Name Datatype Length Mandatory Comments
CAL_QTR_PK_KEY NUMBER

System unique identifier of quarter within the enterprise calendar
CAL_YEAR_FK_KEY NUMBER

System generated foreign key to the enterprise calendar year level
TIMESPAN NUMBER

The duration of this time period
CAL_QTR VARCHAR2 (80)
Display name of the quarter within the enterprise calendar
CAL_QTR_PK VARCHAR2 (120)
The unique identifier of quarter within the enterprise calendar
CAL_YEAR_FK VARCHAR2 (120)
Foreign key to the enterprise calendar year level
INSTANCE VARCHAR2 (40)
Instance identifier
NAME VARCHAR2 (2000)
Display name of the quarter within the enterprise calendar
USER_ATTRIBUTE1 VARCHAR2 (240)
User defined attribute
USER_ATTRIBUTE2 VARCHAR2 (240)
User defined attribute
USER_ATTRIBUTE3 VARCHAR2 (240)
User defined attribute
USER_ATTRIBUTE4 VARCHAR2 (240)
User defined attribute
USER_ATTRIBUTE5 VARCHAR2 (240)
User defined attribute
CREATION_DATE DATE

Standard who column - date when this row was created.
END_DATE DATE

The end date of this time period
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
START_DATE DATE

The start date of this time period
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CAL_QTR_PK_KEY
,      CAL_YEAR_FK_KEY
,      TIMESPAN
,      CAL_QTR
,      CAL_QTR_PK
,      CAL_YEAR_FK
,      INSTANCE
,      NAME
,      USER_ATTRIBUTE1
,      USER_ATTRIBUTE2
,      USER_ATTRIBUTE3
,      USER_ATTRIBUTE4
,      USER_ATTRIBUTE5
,      CREATION_DATE
,      END_DATE
,      LAST_UPDATE_DATE
,      START_DATE
FROM FII.EDW_TIME_EP_CAL_QTR_LTC;

Dependencies

[top of page]

FII.EDW_TIME_EP_CAL_QTR_LTC does not reference any database object

FII.EDW_TIME_EP_CAL_QTR_LTC is referenced by following:

SchemaAPPS
SynonymEDW_TIME_EP_CAL_QTR_LTC