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


VIEW: APPS.EDW_LOCAL_FACT_FLEX_FK_MAPS_V

Object Details
Object Name: EDW_LOCAL_FACT_FLEX_FK_MAPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.EDW_LOCAL_FACT_FLEX_FK_MAPS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


EDW_LOCAL_FACT_FLEX_FK_MAPS_V


[View Source]

Columns
Name Datatype Length Mandatory Comments
FACT_FLEX_FK_ID NUMBER (10)
comment
FACT_SHORT_NAME VARCHAR2 (30)
comment
FK_PHYSICAL_NAME VARCHAR2 (30)
comment
DIMENSION_SHORT_NAME VARCHAR2 (30)
comment
ENABLED_FLAG VARCHAR2 (1)
comment
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
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_FLEX_FK_ID
,      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 APPS.EDW_LOCAL_FACT_FLEX_FK_MAPS_V;

Dependencies

[top of page]

APPS.EDW_LOCAL_FACT_FLEX_FK_MAPS_V references the following:

SchemaAPPS
SynonymEDW_LOCAL_FACT_FLEX_FK_MAPS
APPS.EDW_LOCAL_FACT_FLEX_FK_MAPS_V is referenced by following:

SchemaAPPS
Package BodyEDW_FLEX_MAPPING - show dependent code