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


TABLE: BIS.EDW_FACT_FLEX_FK_MAPS

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


This table stores the mapping information between fact tables and user defined dimensions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
FACT_SHORT_NAME VARCHAR2 (30) Yes Description
FK_PHYSICAL_NAME VARCHAR2 (30) Yes Description
DIMENSION_SHORT_NAME VARCHAR2 (30) Yes Description
ENABLED_FLAG VARCHAR2 (1) Yes Description
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
Query Text

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


SELECT FACT_SHORT_NAME
,      FK_PHYSICAL_NAME
,      DIMENSION_SHORT_NAME
,      ENABLED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM BIS.EDW_FACT_FLEX_FK_MAPS;

Dependencies

[top of page]

BIS.EDW_FACT_FLEX_FK_MAPS does not reference any database object

BIS.EDW_FACT_FLEX_FK_MAPS is referenced by following:

SchemaAPPS
SynonymEDW_FACT_FLEX_FK_MAPS