[Home] [Help]
[Dependency Information]
| Object Name: | CST_SC_BOM_STRUCTURES |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.CST_SC_BOM_STRUCTURES
|
| Subobject Name: | |
| Status: | VALID |
CST_SC_BOM_STRUCTURES stores the Indented Supply Chain Bill of Material Structures for all item-organization combinations that have been computed during Supply Chain Rolled process.
ROLLUP_ID identifies all rows generated by a Supply Chain Rollup.
Rows in the table are deleted for only those item-organization combinations which have been previously supply chain rolledup for the same cost type as the current rollup.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CST_SC_BOM_STRUCTURES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ROLLUP_ID
TOP_INVENTORY_ITEM_ID
TOP_ORGANIZATION_ID
SORT_ORDER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROLLUP_ID | NUMBER | (15) | Yes | Supply Chain Rollup identifier |
| TOP_INVENTORY_ITEM_ID | NUMBER | (15) | Yes | Item identifier of top level item |
| TOP_ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier of top level item |
| SORT_ORDER | NUMBER | (15) | Yes | Sorting sequence for the report structure |
| BOM_LEVEL | NUMBER | (15) | Yes | Level in bill |
| ASSEMBLY_ITEM_ID | NUMBER | (15) | Yes | Assembly item identifier |
| ASSEMBLY_ORGANIZATION_ID | NUMBER | (15) | Yes | Assembly organization identifier |
| COMPONENT_SEQUENCE_ID | NUMBER | (15) | Bill identifier of this component | |
| COMPONENT_ITEM_ID | NUMBER | (15) | Yes | Component item identifier |
| COMPONENT_ORGANIZATION_ID | NUMBER | (15) | Yes | Component organization identifier |
| COMPONENT_QUANTITY | NUMBER | Yes | Component quantity per assembly | |
| EXTENDED_QUANTITY | NUMBER | Yes | Extended quantity including quantity per, yield, shrinkage, and sourcing | |
| INCLUDE_IN_COST_ROLLUP | NUMBER | (15) | Flag indicating if component is to be used when rolling up costs | |
| EXTEND_COST_FLAG | NUMBER | (15) | Yes | Flag indicating if component contributes costs to top level item |
| PHANTOM_FLAG | NUMBER | (15) | Yes | Flag indicating if component has phantom routing or supply type |
| ERROR_CODE | NUMBER | (15) | Error code | |
| ERROR_MESG | VARCHAR2 | (100) | Error message | |
| COMPONENT_REVISION | VARCHAR2 | (3) | Component revision | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| REQUEST_ID | NUMBER | (15) | Concurrent Who column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Who column | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Who column | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Who column | ||
| PHANTOM_FACTOR | NUMBER | Yes | Flag indicating if component is part of a phantom subassembly |
Cut, paste (and edit) the following text to query this object:
SELECT ROLLUP_ID
, TOP_INVENTORY_ITEM_ID
, TOP_ORGANIZATION_ID
, SORT_ORDER
, BOM_LEVEL
, ASSEMBLY_ITEM_ID
, ASSEMBLY_ORGANIZATION_ID
, COMPONENT_SEQUENCE_ID
, COMPONENT_ITEM_ID
, COMPONENT_ORGANIZATION_ID
, COMPONENT_QUANTITY
, EXTENDED_QUANTITY
, INCLUDE_IN_COST_ROLLUP
, EXTEND_COST_FLAG
, PHANTOM_FLAG
, ERROR_CODE
, ERROR_MESG
, COMPONENT_REVISION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, PHANTOM_FACTOR
FROM BOM.CST_SC_BOM_STRUCTURES;
BOM.CST_SC_BOM_STRUCTURES does not reference any database object
BOM.CST_SC_BOM_STRUCTURES is referenced by following:
BOM
CST_SC_BOM_STRUCTURES#
|
|
|
|