[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_INV_COMPONENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|