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


TABLE: MSC.MSC_CTO_BOM

Object Details
Object Name: MSC_CTO_BOM
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


This table contains run time bom for a CTO model.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_CTO_BOM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSESSION_ID
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER

Destination Inventory Item Id
LINE_ID NUMBER

Sales Order Line ID
TOP_MODEL_LINE_ID NUMBER

Lie ID of the top model
ATO_PARENT_MODEL_LINE_ID NUMBER

Line id of the parent ATO model
ATO_MODEL_LINE_ID NUMBER

Line id of the top ATO model
MATCH_ITEM_ID NUMBER

Source Inventory Item id of the matched item
WIP_SUPPLY_TYPE NUMBER

Wip Supply type
SESSION_ID NUMBER

Session Id
BOM_ITEM_TYPE NUMBER

Bom Item Type
QUANTITY NUMBER

Quantity Ordered
PARENT_LINE_ID NUMBER

Line id of the parent
SR_INVENTORY_ITEM_ID NUMBER

Source Inventory Item ID
CREATED_BY NUMBER

ID of the user who created the row
CREATION_DATE DATE

Creation date of record
LAST_UPDATED_BY NUMBER

ID of the user who last updated tthe record
LAST_UPDATE_DATE DATE

Date on which record was updated last
SR_INSTANCE_ID NUMBER

Source Instance ID
OSS_ERROR_CODE NUMBER

Option Specific Sourcing error code
REFRESH_NUMBER NUMBER

Refresh Number for ATP call
PLAN_ID NUMBER

Plan id against which this line is processes.
Query Text

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


SELECT INVENTORY_ITEM_ID
,      LINE_ID
,      TOP_MODEL_LINE_ID
,      ATO_PARENT_MODEL_LINE_ID
,      ATO_MODEL_LINE_ID
,      MATCH_ITEM_ID
,      WIP_SUPPLY_TYPE
,      SESSION_ID
,      BOM_ITEM_TYPE
,      QUANTITY
,      PARENT_LINE_ID
,      SR_INVENTORY_ITEM_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      SR_INSTANCE_ID
,      OSS_ERROR_CODE
,      REFRESH_NUMBER
,      PLAN_ID
FROM MSC.MSC_CTO_BOM;

Dependencies

[top of page]

MSC.MSC_CTO_BOM does not reference any database object

MSC.MSC_CTO_BOM is referenced by following:

SchemaMSC
ViewMSC_CTO_BOM#