[Home] [Help]
[Dependency Information]
| Object Name: | OKX_INV_COMPONENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_INV_COMPONENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Displays information about bills of material components.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPONENT_SEQUENCE_ID | NUMBER | Yes | Component unique identifier | |
| BILL_SEQUENCE_ID | NUMBER | Yes | Bill of material unique identifier | |
| COMPONENT_QUANTITY | NUMBER | Yes | Quantity of component in bill of material | |
| COMPONENT_ITEM_ID | NUMBER | Component item identifier | ||
| EFFECTIVITY_DATE | DATE | Yes | Effective date | |
| DISABLE_DATE | DATE | Disable date |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_SEQUENCE_ID
, BILL_SEQUENCE_ID
, COMPONENT_QUANTITY
, COMPONENT_ITEM_ID
, EFFECTIVITY_DATE
, DISABLE_DATE
FROM APPS.OKX_INV_COMPONENTS_V;
APPS
BOM_INVENTORY_COMPONENTS
APPS.OKX_INV_COMPONENTS_V is not referenced by any database object
|
|
|
|