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


TABLE: BOM.BOM_LISTS

Object Details
Object Name: BOM_LISTS
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.BOM_LISTS
Subobject Name:
Status: VALID


BOM_LISTS stores a list of items, bills, or routings that the list
builder (BMLFLX) generates for a range of items.


Temporary Table Details

BOM.BOM_LISTS is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
BOM_LISTS_U1 NORMAL UNIQUE Tablespace ColumnSEQUENCE_ID
ColumnASSEMBLY_ITEM_ID
ColumnALTERNATE_DESIGNATOR
BOM_LISTS_N1 NORMAL NONUNIQUE Tablespace ColumnSEQUENCE_ID
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
SEQUENCE_ID NUMBER

List identifier
ASSEMBLY_ITEM_ID NUMBER

Assembly item identifier
ALTERNATE_DESIGNATOR VARCHAR2 (10)
Alternate bill/routing designator
ASSEMBLY_TYPE NUMBER

Indicates whether manufacturing or engineering assembly
CONC_FLEX_STRING VARCHAR2 (240)
Concatenated item flex segments
ORGANIZATION_ID NUMBER

Organization identifier
Query Text

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


SELECT SEQUENCE_ID
,      ASSEMBLY_ITEM_ID
,      ALTERNATE_DESIGNATOR
,      ASSEMBLY_TYPE
,      CONC_FLEX_STRING
,      ORGANIZATION_ID
FROM BOM.BOM_LISTS;

Dependencies

[top of page]

BOM.BOM_LISTS does not reference any database object

BOM.BOM_LISTS is referenced by following:

SchemaAPPS
SynonymBOM_LISTS