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


TABLE: FII.EDW_TIME_MONTH_LSTG

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


This is the interface table for month 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_MONTH_LSTG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnMONTH_PK
Columns
Name Datatype Length Mandatory Comments
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
QTR_FK_KEY NUMBER

System generated foreign key to the quarter level
COLLECTION_STATUS VARCHAR2 (40)
Collection status code for the record
ERROR_CODE VARCHAR2 (2000)
Code used to store error messages
INSTANCE VARCHAR2 (40)
Instance identifier
MONTH VARCHAR2 (40)
Month name
MONTH_PK VARCHAR2 (20)
The unique identifier of month
NAME VARCHAR2 (2000)
Month name
OPERATION_CODE VARCHAR2 (40)
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
QTR_FK VARCHAR2 (20)
Foreign key to the quarter 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 REQUEST_ID
,      TIMESPAN
,      QTR_FK_KEY
,      COLLECTION_STATUS
,      ERROR_CODE
,      INSTANCE
,      MONTH
,      MONTH_PK
,      NAME
,      OPERATION_CODE
,      ROW_ID
,      USER_ATTRIBUTE1
,      USER_ATTRIBUTE2
,      USER_ATTRIBUTE3
,      USER_ATTRIBUTE4
,      USER_ATTRIBUTE5
,      QTR_FK
,      DELETION_DATE
,      END_DATE
,      START_DATE
FROM FII.EDW_TIME_MONTH_LSTG;

Dependencies

[top of page]

FII.EDW_TIME_MONTH_LSTG does not reference any database object

FII.EDW_TIME_MONTH_LSTG is referenced by following:

SchemaAPPS
SynonymEDW_TIME_MONTH_LSTG