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


VIEW: APPS.BOM_BILL_OF_MTLS_QF_V

Object Details
Object Name: BOM_BILL_OF_MTLS_QF_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.BOM_BILL_OF_MTLS_QF_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
ALTERNATE_BOM_DESIGNATOR VARCHAR2 (10)
Alternate designator code
ASSEMBLY_TYPE NUMBER
Yes 1=Manufacturing bill 2=Engineering bill
ASSEMBLY_ITEM_ID NUMBER

Inventory item identifier of manufactured assembly
BILL_SEQUENCE_ID NUMBER
Yes Bill of material unique identifier
ITEM_NUMBER VARCHAR2 (40)
Item number
BOM_ENABLED_FLAG VARCHAR2 (1) Yes Flag indicating item may appear on a BOM
BOM_ITEM_TYPE NUMBER
Yes Type of item
Query Text

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


SELECT ORGANIZATION_ID
,      ALTERNATE_BOM_DESIGNATOR
,      ASSEMBLY_TYPE
,      ASSEMBLY_ITEM_ID
,      BILL_SEQUENCE_ID
,      ITEM_NUMBER
,      BOM_ENABLED_FLAG
,      BOM_ITEM_TYPE
FROM APPS.BOM_BILL_OF_MTLS_QF_V;

Dependencies

[top of page]

APPS.BOM_BILL_OF_MTLS_QF_V references the following:

SchemaAPPS
ViewBOM_BILL_OF_MATERIALS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymMTL_SYSTEM_ITEMS_KFV

APPS.BOM_BILL_OF_MTLS_QF_V is not referenced by any database object