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


VIEW: APPS.WSM_COMPONENTS_V

Object Details
Object Name: WSM_COMPONENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSM.WSM_COMPONENTS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ASSEMBLY_ITEM_ID NUMBER

COMPONENT_ITEM_ID NUMBER

ORGANIZATION_ID NUMBER

COMPONENT_QUANTITY NUMBER

COMPONENT_YIELD_FACTOR NUMBER

ALTERNATE_BOM_DESIGNATOR VARCHAR2 (10)
BASIS_TYPE NUMBER

Basis type of the component ( null - item, 2- Lot )
Query Text

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


SELECT ASSEMBLY_ITEM_ID
,      COMPONENT_ITEM_ID
,      ORGANIZATION_ID
,      COMPONENT_QUANTITY
,      COMPONENT_YIELD_FACTOR
,      ALTERNATE_BOM_DESIGNATOR
,      BASIS_TYPE
FROM APPS.WSM_COMPONENTS_V;

Dependencies

[top of page]

APPS.WSM_COMPONENTS_V references the following:

SchemaAPPS
ViewBOM_BILL_OF_MATERIALS
ViewBOM_INVENTORY_COMPONENTS
SynonymBOM_SUBSTITUTE_COMPONENTS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymMTL_SYSTEM_ITEMS
APPS.WSM_COMPONENTS_V is referenced by following:

SchemaAPPS
Package BodyWSMPLBJT - show dependent code