[Home] [Help]
[Dependency Information]
| Object Name: | EDW_FACT_FLEX_FK_MAPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.EDW_FACT_FLEX_FK_MAPS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
EDW_FACT_FLEX_FK_MAPS_V
| 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. |
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;
APPS
EDW_FACT_FLEX_FK_MAPS
APPS.EDW_FACT_FLEX_FK_MAPS_V is not referenced by any database object
|
|
|
|