[Home] [Help]
[Dependency Information]
Object Name: | BOM_LISTS |
---|---|
Object Type: | TABLE |
Owner: | BOM |
FND Design Data: | ![]() |
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.
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BOM_LISTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
BOM_LISTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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 |
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;
BOM.BOM_LISTS does not reference any database object
BOM.BOM_LISTS is referenced by following:
|
|
|