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


VIEW: APPS.MTL_QOH_REV_V

Object Details
Object Name: MTL_QOH_REV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewINV.MTL_QOH_REV_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes
INVENTORY_ITEM_ID NUMBER
Yes
REVISION VARCHAR2 (3)

TOTAL_QOH NUMBER


RESERVED_QOH NUMBER


AVAILABLE_QOH NUMBER


ITEM_DESCRIPTION VARCHAR2 (240)

PRIMARY_UOM_CODE VARCHAR2 (3)

ORGANIZATION_CODE VARCHAR2 (3)

ORGANIZATION_NAME VARCHAR2 (240) Yes
Query Text

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


SELECT ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      REVISION
,      TOTAL_QOH
,      RESERVED_QOH
,      AVAILABLE_QOH
,      ITEM_DESCRIPTION
,      PRIMARY_UOM_CODE
,      ORGANIZATION_CODE
,      ORGANIZATION_NAME
FROM APPS.MTL_QOH_REV_V;

Dependencies

[top of page]

APPS.MTL_QOH_REV_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code
SynonymMTL_PARAMETERS
SynonymMTL_QOH_REV_TMP
SynonymMTL_SYSTEM_ITEMS

APPS.MTL_QOH_REV_V is not referenced by any database object