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


VIEW: APPS.OPI_SUBINVENTORIES_V

Object Details
Object Name: OPI_SUBINVENTORIES_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.


Subinventory dimension level view for DBI.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (51)
Subinventory unique id (Concatened key of subinventory code and organization id)
VALUE VARCHAR2 (80)
Subinventory value (Concatenated key of subinventory code and organization for display)
DESCRIPTION VARCHAR2 (240)
Subinventory Description
SUBINVENTORY_CODE VARCHAR2 (10)
Subinventory Code
ORGANIZATION_ID NUMBER

Organization identifier
ASSET_INVENTORY NUMBER

Asset inventory marker (1 = asset, 2 = expense)
Query Text

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


SELECT ID
,      VALUE
,      DESCRIPTION
,      SUBINVENTORY_CODE
,      ORGANIZATION_ID
,      ASSET_INVENTORY
FROM APPS.OPI_SUBINVENTORIES_V;

Dependencies

[top of page]

APPS.OPI_SUBINVENTORIES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymMTL_PARAMETERS
SynonymMTL_SECONDARY_INVENTORIES
APPS.OPI_SUBINVENTORIES_V is referenced by following:

SchemaAPPS
ViewOPI_LOCATORS_V