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


TABLE: BIS.EDW_INSTANCE_LSTG

Object Details
Object Name: EDW_INSTANCE_LSTG
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.EDW_INSTANCE_LSTG
Subobject Name:
Status: VALID


This is the interface table for Instance 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_INSTANCE_LSTG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINSTANCE_PK
Columns
Name Datatype Length Mandatory Comments
INSTANCE_PK_KEY NUMBER

System generated unique identifier
ALL_FK_KEY NUMBER

System generated foreign key to the top level of the instance dimension
ROW_ID ROWID (10)
Internal row identifier
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).
INSTANCE_PK VARCHAR2 (40)
Unique identifier
INSTANCE_DP VARCHAR2 (240)
Unique instance name
NAME VARCHAR2 (80)
Instance name
ALL_FK VARCHAR2 (40)
Foreign key to the top level of the instance dimension
DESCRIPTION VARCHAR2 (240)
Instance description
COLLECTION_STATUS VARCHAR2 (30)
Collection status code for this record
ERROR_CODE VARCHAR2 (2000)
Code used to store error messages
WAREHOUSE_TO_INSTANCE_LINK VARCHAR2 (240)
Database link from warehouse to source instance
INSTANCE_CODE VARCHAR2 (30)
Instance code
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
OPERATION_CODE VARCHAR2 (30)
Code used by the collection program to determine whether to insert/update/delete this record
CREATION_DATE DATE

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

Standard Who column - date when a user last updated this row.
Query Text

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


SELECT INSTANCE_PK_KEY
,      ALL_FK_KEY
,      ROW_ID
,      REQUEST_ID
,      INSTANCE_PK
,      INSTANCE_DP
,      NAME
,      ALL_FK
,      DESCRIPTION
,      COLLECTION_STATUS
,      ERROR_CODE
,      WAREHOUSE_TO_INSTANCE_LINK
,      INSTANCE_CODE
,      USER_ATTRIBUTE1
,      USER_ATTRIBUTE2
,      USER_ATTRIBUTE3
,      USER_ATTRIBUTE4
,      USER_ATTRIBUTE5
,      OPERATION_CODE
,      CREATION_DATE
,      LAST_UPDATE_DATE
FROM BIS.EDW_INSTANCE_LSTG;

Dependencies

[top of page]

BIS.EDW_INSTANCE_LSTG does not reference any database object

BIS.EDW_INSTANCE_LSTG is referenced by following:

SchemaAPPS
SynonymEDW_INSTANCE_LSTG