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


TABLE: FII.EDW_TIME_DAY_LSTG

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


This is the interface table for day level table. Data from multiple transactional systems is staged here for verification and cleansing, before loading it into the dimension level table.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EDW_TIME_DAY_LSTG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnDAY_PK
Columns
Name Datatype Length Mandatory Comments
DAY_OF_YEAR NUMBER

Indicates the day of the year. Example, this column stores the number one for January 1st .
HALF_MONTH_FK_KEY NUMBER

System generated foreign key to the half month level
JULIAN_DAY NUMBER

Indicate the date in Julian format.
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
TIMESPAN NUMBER

The duration of this time period
WEEK_FK_KEY NUMBER

System generated foreign key to the week level
COLLECTION_STATUS VARCHAR2 (40)
Collection status code for the record
DAY VARCHAR2 (80)
The date
DAY_OF_WEEK VARCHAR2 (40)
Indicates the day of the week. Stores values such as Monday, Tuesday, ... etc
DAY_PK VARCHAR2 (20)
The unique identifier of the date
ERROR_CODE VARCHAR2 (2000)
Code used to store error messages
HALF_MONTH_FK VARCHAR2 (20)
Foreign key to the half month level
INSTANCE VARCHAR2 (40)
Instance identifier
NAME VARCHAR2 (2000)
The date
OPERATION_CODE VARCHAR2 (30)
Code used by the collection program to determine whether to insert/update/delete this record
ROW_ID ROWID (10)
Row identifier
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
WEEKEND_FLAG VARCHAR2 (40)
Indicates if this day is Saturday or Sunday
WEEK_FK VARCHAR2 (20)
Foreign key to the week level
DELETION_DATE DATE

Deletion date of the record
END_DATE DATE

The end date of this time period
START_DATE DATE

The start date of this time period
Query Text

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


SELECT DAY_OF_YEAR
,      HALF_MONTH_FK_KEY
,      JULIAN_DAY
,      REQUEST_ID
,      TIMESPAN
,      WEEK_FK_KEY
,      COLLECTION_STATUS
,      DAY
,      DAY_OF_WEEK
,      DAY_PK
,      ERROR_CODE
,      HALF_MONTH_FK
,      INSTANCE
,      NAME
,      OPERATION_CODE
,      ROW_ID
,      USER_ATTRIBUTE1
,      USER_ATTRIBUTE2
,      USER_ATTRIBUTE3
,      USER_ATTRIBUTE4
,      USER_ATTRIBUTE5
,      WEEKEND_FLAG
,      WEEK_FK
,      DELETION_DATE
,      END_DATE
,      START_DATE
FROM FII.EDW_TIME_DAY_LSTG;

Dependencies

[top of page]

FII.EDW_TIME_DAY_LSTG does not reference any database object

FII.EDW_TIME_DAY_LSTG is referenced by following:

SchemaAPPS
SynonymEDW_TIME_DAY_LSTG