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


VIEW: APPS.OPI_INV_CC_LVL_V

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


Cycle Count dimension level view for DBI.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (81)
Cycle Count unique ID (concatenated key of organization id and cycle count header id)
VALUE VARCHAR2 (80)
Cycle Count value (Concatenated key of organization and cycle count header for display)
DESCRIPTION VARCHAR2 (240)
Cycle Count Description
ORG_ID NUMBER

Organization Identifier
Query Text

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


SELECT ID
,      VALUE
,      DESCRIPTION
,      ORG_ID
FROM APPS.OPI_INV_CC_LVL_V;

Dependencies

[top of page]

APPS.OPI_INV_CC_LVL_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
SynonymMTL_CYCLE_COUNT_HEADERS
SynonymMTL_PARAMETERS

APPS.OPI_INV_CC_LVL_V is not referenced by any database object