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


VIEW: APPS.BOM_PRODUCTFAMILY_MEM_V

Object Details
Object Name: BOM_PRODUCTFAMILY_MEM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.BOM_PRODUCTFAMILY_MEM_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization identifier
COMPONENT_ITEM_ID NUMBER

Component item identifier
BILL_SEQUENCE_ID NUMBER
Yes Bill of material unique identifier
FORECAST_CONTROL VARCHAR2 (80)
Type of forecast control for product family member
PLANNING_METHOD VARCHAR2 (80)
Type of Planning Method for product family member
BOM_ITEM_TYPE VARCHAR2 (80) Yes Type of item
Query Text

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


SELECT ORGANIZATION_ID
,      COMPONENT_ITEM_ID
,      BILL_SEQUENCE_ID
,      FORECAST_CONTROL
,      PLANNING_METHOD
,      BOM_ITEM_TYPE
FROM APPS.BOM_PRODUCTFAMILY_MEM_V;

Dependencies

[top of page]

APPS.BOM_PRODUCTFAMILY_MEM_V references the following:

SchemaAPPS
ViewBOM_BILL_OF_MATERIALS
ViewBOM_INVENTORY_COMPONENTS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewMFG_LOOKUPS
SynonymMTL_SYSTEM_ITEMS

APPS.BOM_PRODUCTFAMILY_MEM_V is not referenced by any database object