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


VIEW: APPS.EDW_MTL_LOCATOR_FKV

Object Details
Object Name: EDW_MTL_LOCATOR_FKV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOPI.EDW_MTL_LOCATOR_FKV
Subobject Name:
Status: VALID

View Type

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


Foreign Key View for the Locator level in the Inventory Locator Dimension. The view will return the DataWarehouse Foreign key corresponding to the OLTP locator. You can also use the get_locator_fk API to do the same.


[View Source]

Columns
Name Datatype Length Mandatory Comments
INVENTORY_LOCATION_ID NUMBER

Inventory Location Identifier
ORGANIZATION_ID NUMBER

Inventory Organization Identifier
SUBINVENTORY_CODE VARCHAR2 (10)
Sub-Inventory code
LOCATOR_FK VARCHAR2 (58)
Locator Foreign Key
Query Text

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


SELECT INVENTORY_LOCATION_ID
,      ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      LOCATOR_FK
FROM APPS.EDW_MTL_LOCATOR_FKV;

Dependencies

[top of page]

APPS.EDW_MTL_LOCATOR_FKV references the following:

SchemaAPPS
SynonymEDW_LOCAL_INSTANCE
ViewMTL_ITEM_LOCATIONS_KFV
SynonymMTL_PARAMETERS
SynonymMTL_SECONDARY_INVENTORIES

APPS.EDW_MTL_LOCATOR_FKV is not referenced by any database object