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


VIEW: APPS.OPI_LOCATORS_V

Object Details
Object Name: OPI_LOCATORS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


Organization Locator Dimension Level view.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (92)
Locator ID (concatenation of locator id - subinventory code - organization id.
VALUE VARCHAR2 (83)
Locator name (concatenation of locator name and name of subinventory to which locator belongs).
SUB_ORG_CODE VARCHAR2 (51)
Dimension level surrogate key of ubinventory to which locator belongs (concatenation of subinventory code and organization ID).
LOCATOR_ID NUMBER

Locator ID.
SUBINVENTORY_CODE VARCHAR2 (10)
Subinventory code of subinventory to which locator belongs.
ORGANIZATION_ID NUMBER

Organization ID of organization to which locator belongs.
Query Text

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


SELECT ID
,      VALUE
,      SUB_ORG_CODE
,      LOCATOR_ID
,      SUBINVENTORY_CODE
,      ORGANIZATION_ID
FROM APPS.OPI_LOCATORS_V;

Dependencies

[top of page]

APPS.OPI_LOCATORS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewMTL_ITEM_LOCATIONS_KFV
ViewOPI_SUBINVENTORIES_V

APPS.OPI_LOCATORS_V is not referenced by any database object