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


VIEW: APPS.MRP_END_ASSEMBLIES_V

Object Details
Object Name: MRP_END_ASSEMBLIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMRP.MRP_END_ASSEMBLIES_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
INVENTORY_ITEM_ID NUMBER
Yes Inventory item identifier
END_ASSEMBLY_NUMBER VARCHAR2 (40)
End assembly item name
USING_ASSEMBLY_NUMBER VARCHAR2 (40)
Using assembly item name
ORGANIZATION_ID NUMBER
Yes Organization identifier
COMPILE_DESIGNATOR VARCHAR2 (10) Yes MPS, MRP or DRP plan identifier
END_ASSEMBLY_ID NUMBER
Yes End assemby item identifier
USING_ASSEMBLY_ID NUMBER
Yes Using assembly identifier
END_USAGE NUMBER
Yes End usage
SET_BACK_TIME NUMBER
Yes Set back time
USAGE NUMBER
Yes Usage
Query Text

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


SELECT INVENTORY_ITEM_ID
,      END_ASSEMBLY_NUMBER
,      USING_ASSEMBLY_NUMBER
,      ORGANIZATION_ID
,      COMPILE_DESIGNATOR
,      END_ASSEMBLY_ID
,      USING_ASSEMBLY_ID
,      END_USAGE
,      SET_BACK_TIME
,      USAGE
FROM APPS.MRP_END_ASSEMBLIES_V;

Dependencies

[top of page]

APPS.MRP_END_ASSEMBLIES_V references the following:

SchemaAPPS
SynonymMRP_END_ASSEMBLIES
ViewMTL_ITEM_FLEXFIELDS

APPS.MRP_END_ASSEMBLIES_V is not referenced by any database object