[Home] [Help]
[Dependency Information]
| Object Name: | BOM_COMPONENTS_OCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOM_COMPONENTS_OCV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
BOM_COMPONENTS_OCV stores information to display bom structure type.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CODE | NUMBER | Yes | Structure Type Unique Identifier | |
| MEANING | VARCHAR2 | (30) | Yes | Structure Type Name |
| LANGUAGE | VARCHAR2 | (4) | Yes | The language code of the language which the translatable fields are translated to |
Cut, paste (and edit) the following text to query this object:
SELECT CODE
, MEANING
, LANGUAGE
FROM APPS.BOM_COMPONENTS_OCV;
APPS
BOM_STRUCTURE_TYPES_VL
APPS.BOM_COMPONENTS_OCV is not referenced by any database object
|
|
|
|