[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
FND_LOOKUP_VALUES
IC_RANK_MST
IC_WHSE_MST
MTL_ABC_CLASSES
MTL_CYCLE_COUNT_CLASSES
MTL_CYCLE_COUNT_HEADERS
MTL_PARAMETERS
APPS.OPI_INV_CC_CLS_V is not referenced by any database object
|
|
|
|