[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_INV_SUBCOMPONENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_SR_INV_SUBCOMPONENTS_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. | |
| SUBCOMPONENT_ID | NUMBER | Yes | Sub component identifier. | |
| DESCRIPTION | VARCHAR2 | (240) | Subcomponent description. | |
| CONCATENATED_SEGMENTS | VARCHAR2 | (40) | subcomponent name. | |
| COMPONENT_ID | NUMBER | Component Identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, SUBCOMPONENT_ID
, DESCRIPTION
, CONCATENATED_SEGMENTS
, COMPONENT_ID
FROM APPS.CS_SR_INV_SUBCOMPONENTS_V;
APPS
BOM_BILL_OF_MATERIALS
BOM_INVENTORY_COMPONENTS
CS_SR_INV_COMPONENTS_V
FND_GLOBAL
- show dependent code
MTL_SYSTEM_ITEMS_VL
APPS
CS_SR_FUL_PKG
- show dependent code
|
|
|
|