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


VIEW: APPS.MSD_EOL_BOM_COMP_V

Object Details
Object Name: MSD_EOL_BOM_COMP_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.

[View Source]

Columns
Name Datatype Length Mandatory Comments
SR_INSTANCE_ID VARCHAR2 (30)
Source Instance Identifier
DEMAND_PLAN_ID NUMBER

EOL plan unique ID
SUPPLY_PLAN VARCHAR2 (240)
Name of the supply plan
COMPONENT_PK NUMBER
Yes component identifier
COMPONENT VARCHAR2 (240) Yes Name of the component
ASSEMBLY_PK NUMBER
Yes Assembly identifier
ASSEMBLY VARCHAR2 (240) Yes Name of the assembly
QUANTITY_PER NUMBER

Usage ratio
LEAD_TIME NUMBER

Lead Time
BOM_TYPE VARCHAR2 (15)
Type of BOM
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SR_INSTANCE_ID
,      DEMAND_PLAN_ID
,      SUPPLY_PLAN
,      COMPONENT_PK
,      COMPONENT
,      ASSEMBLY_PK
,      ASSEMBLY
,      QUANTITY_PER
,      LEAD_TIME
,      BOM_TYPE
FROM APPS.MSD_EOL_BOM_COMP_V;

Dependencies

[top of page]

APPS.MSD_EOL_BOM_COMP_V references the following:

SchemaAPPS
SynonymMSD_ASCP_BOM_COMP
SynonymMSD_DEMAND_PLANS
SynonymMSD_DP_PARAMETERS
SynonymMSD_LEVEL_VALUES
SynonymMSD_SOP_COLLAPSED_BOM_COMP

APPS.MSD_EOL_BOM_COMP_V is not referenced by any database object