[Home] [Help]
[Dependency Information]
| Object Name: | WSM_COMPONENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WSM.WSM_COMPONENTS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 ) |
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;
APPS
BOM_BILL_OF_MATERIALS
BOM_INVENTORY_COMPONENTS
BOM_SUBSTITUTE_COMPONENTS
FND_GLOBAL
- show dependent code
MTL_SYSTEM_ITEMS
APPS
WSMPLBJT
- show dependent code
|
|
|
|