DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BOM_STRUCTURES_OCV

Object Details
Object Name: BOM_STRUCTURES_OCV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.BOM_STRUCTURES_OCV
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


BOM_STRUCTURES_OCV stores information to display bom structure type.


[View Source]

Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CODE
,      MEANING
,      LANGUAGE
FROM APPS.BOM_STRUCTURES_OCV;

Dependencies

[top of page]

APPS.BOM_STRUCTURES_OCV references the following:

SchemaAPPS
ViewBOM_STRUCTURE_TYPES_VL

APPS.BOM_STRUCTURES_OCV is not referenced by any database object