[Home] [Help]
[Dependency Information]
Object Name: | OPI_SUBINVENTORIES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Subinventory dimension level view for DBI.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | VARCHAR2 | (51) | Subinventory unique id (Concatened key of subinventory code and organization id) | |
VALUE | VARCHAR2 | (80) | Subinventory value (Concatenated key of subinventory code and organization for display) | |
DESCRIPTION | VARCHAR2 | (240) | Subinventory Description | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory Code | |
ORGANIZATION_ID | NUMBER | Organization identifier | ||
ASSET_INVENTORY | NUMBER | Asset inventory marker (1 = asset, 2 = expense) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, DESCRIPTION
, SUBINVENTORY_CODE
, ORGANIZATION_ID
, ASSET_INVENTORY
FROM APPS.OPI_SUBINVENTORIES_V;
|
|
|