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


VIEW: APPS.EDW_FACT_FLEX_FK_MAPS_V

Object Details
Object Name: EDW_FACT_FLEX_FK_MAPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.EDW_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_FACT_FLEX_FK_MAPS_V


[View Source]

Columns
Name Datatype Length Mandatory Comments
FACT_SHORT_NAME VARCHAR2 (30) Yes comment
FK_PHYSICAL_NAME VARCHAR2 (30) Yes comment
DIMENSION_SHORT_NAME VARCHAR2 (30) Yes comment
ENABLED_FLAG VARCHAR2 (1) Yes comment
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 APPS.EDW_FACT_FLEX_FK_MAPS_V;

Dependencies

[top of page]

APPS.EDW_FACT_FLEX_FK_MAPS_V references the following:

SchemaAPPS
SynonymEDW_FACT_FLEX_FK_MAPS

APPS.EDW_FACT_FLEX_FK_MAPS_V is not referenced by any database object