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


TABLE: MSD.MSD_DEM_BOM_COMPONENTS

Object Details
Object Name: MSD_DEM_BOM_COMPONENTS
Object Type: TABLE
Owner: MSD
Subobject Name:
Status: VALID


This table stores the components used in a bill of material created at source applications.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SR_INSTANCE_ID NUMBER

Source application instance identifier
SR_ORGANIZATION_ID NUMBER

Source Organization identifier
SR_ASSEMBLY_ITEM_ID NUMBER

Source Identifier of the item being assembled
SR_COMPONENT_ITEM_ID NUMBER

Source Identifier of the component item
EFFECTIVITY_DATE DATE

Date of effectivity for this component
DISABLE_DATE DATE

End of effectivity for this component
QUANTITY_PER NUMBER

Quantity of the component to build one unit of item
PLANNING_FACTOR NUMBER

Planning factor for this component (percent)
OPTIONAL_FLAG NUMBER

Yes/No flag if optional use planning factor to determine demand
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER
Yes Standard WHO column
Query Text

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


SELECT SR_INSTANCE_ID
,      SR_ORGANIZATION_ID
,      SR_ASSEMBLY_ITEM_ID
,      SR_COMPONENT_ITEM_ID
,      EFFECTIVITY_DATE
,      DISABLE_DATE
,      QUANTITY_PER
,      PLANNING_FACTOR
,      OPTIONAL_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM MSD.MSD_DEM_BOM_COMPONENTS;

Dependencies

[top of page]

MSD.MSD_DEM_BOM_COMPONENTS does not reference any database object

MSD.MSD_DEM_BOM_COMPONENTS is referenced by following:

SchemaMSD
ViewMSD_DEM_BOM_COMPONENTS#