[Home] [Help]
[Dependency Information]
Object Name: | OPI_INV_CC_CLS_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 Class Dimension level view for DBI.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | VARCHAR2 | (122) | Cycle Count Class unique ID (concatenated key of organization id, cycle count header id and class id) | |
VALUE | VARCHAR2 | (90) | Cycle Count Class value (Concatenated key of organization, cycle count header and class for display) | |
DESCRIPTION | VARCHAR2 | (240) | Cycle Count Class description | |
CC_FK_KEY | VARCHAR2 | (81) | Surrogate key to parent cycle count in the cycle count dimension view |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, DESCRIPTION
, CC_FK_KEY
FROM APPS.OPI_INV_CC_CLS_V;
APPS.OPI_INV_CC_CLS_V is not referenced by any database object
|
|
|