DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CS_SR_INV_COMPONENTS_V

Object Details
Object Name: CS_SR_INV_COMPONENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCS.CS_SR_INV_COMPONENTS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.CS_SR_INV_COMPONENTS_V references the following:

SchemaAPPS
ViewBOM_BILL_OF_MATERIALS
ViewBOM_INVENTORY_COMPONENTS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymMTL_SYSTEM_ITEMS
ViewMTL_SYSTEM_ITEMS_VL
APPS.CS_SR_INV_COMPONENTS_V is referenced by following:

SchemaAPPS
Package BodyCS_SR_FUL_PKG - show dependent code
ViewCS_SR_INV_SUBCOMPONENTS_V