[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_INV_COMPONENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_SR_INV_COMPONENTS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization Identifier. | |
| COMPONENT_ID | NUMBER | Yes | Component Identifier. | |
| DESCRIPTION | VARCHAR2 | (240) | Component description. | |
| CONCATENATED_SEGMENTS | VARCHAR2 | (40) | Component name. | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Item identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, COMPONENT_ID
, DESCRIPTION
, CONCATENATED_SEGMENTS
, INVENTORY_ITEM_ID
FROM APPS.CS_SR_INV_COMPONENTS_V;
APPS
BOM_BILL_OF_MATERIALS
BOM_INVENTORY_COMPONENTS
FND_GLOBAL
- show dependent code
MTL_SYSTEM_ITEMS
MTL_SYSTEM_ITEMS_VL
APPS
CS_SR_FUL_PKG
- show dependent code
CS_SR_INV_SUBCOMPONENTS_V
|
|
|
|