[Home] [Help]
[Dependency Information]
Object Name: | OPI_INV_CC_LVL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Cycle Count dimension level view for DBI.
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 |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, DESCRIPTION
, ORG_ID
FROM APPS.OPI_INV_CC_LVL_V;
APPS.OPI_INV_CC_LVL_V is not referenced by any database object
|
|
|