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


TABLE: APPS.ENI_DBI_PART_COUNT_MV

Object Details
Object Name: ENI_DBI_PART_COUNT_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableENI.ENI_DBI_PART_COUNT_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ENI_DBI_PART_COUNT_MV_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnORGANIZATION_ID
ColumnASSEMBLY_ITEM_ID
ColumnEFFECTIVITY_DATE
ColumnDISABLE_DATE
ColumnMAX_BOM_LEVEL
ColumnPART_COUNT
I_SNAP$_ENI_DBI_PART_COUNT FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnSYS_OP_MAP_NONNULL("ASSEMBLY_ITEM_ID")
ColumnSYS_OP_MAP_NONNULL("ORGANIZATION_ID")
ColumnSYS_OP_MAP_NONNULL("EFFECTIVITY_DATE")
ColumnSYS_OP_MAP_NONNULL("DISABLE_DATE")
Columns
Name Datatype Length Mandatory Comments
ASSEMBLY_ITEM_ID NUMBER

Item id of the assembly (or Bill)
ORGANIZATION_ID NUMBER

Organization id of the assembly (or Bill)
EFFECTIVITY_DATE DATE

Effectivity date
DISABLE_DATE DATE

Disable date
MAX_BOM_LEVEL NUMBER

Max BOM Level of the components of the assembly that are effective between effectivity_date and disable_date
PART_COUNT NUMBER

Number of components of the assembly effective between effectivity_date and disable_date
Query Text

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


SELECT ASSEMBLY_ITEM_ID
,      ORGANIZATION_ID
,      EFFECTIVITY_DATE
,      DISABLE_DATE
,      MAX_BOM_LEVEL
,      PART_COUNT
FROM APPS.ENI_DBI_PART_COUNT_MV;

Dependencies

[top of page]

APPS.ENI_DBI_PART_COUNT_MV does not reference any database object

APPS.ENI_DBI_PART_COUNT_MV is referenced by following:

SchemaAPPS
Materialized ViewENI_DBI_PART_COUNT_MV