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


TABLE: MSC.MSC_DERIVED_ORDER_TYPES

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


seeded table to derive different supply/demand order type for DRP plans


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ORIG_BASE_TABLE VARCHAR2 (20) Yes original source table names
DERIVED_BASE_TABLE VARCHAR2 (20) Yes derived source table names
ORIG_ORDER_TYPE NUMBER
Yes Original order type in base tables
DERIVED_ORDER_TYPE NUMBER
Yes derived order type in base tables
LAST_UPDATE_DATE DATE

Standare Who Column
LAST_UPDATED_BY NUMBER

Standare Who Column
CREATION_DATE DATE

Standare Who Column
CREATED_BY NUMBER

Standare Who Column
LAST_UPDATE_LOGIN NUMBER

Standare Who Column
Query Text

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


SELECT ORIG_BASE_TABLE
,      DERIVED_BASE_TABLE
,      ORIG_ORDER_TYPE
,      DERIVED_ORDER_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM MSC.MSC_DERIVED_ORDER_TYPES;

Dependencies

[top of page]

MSC.MSC_DERIVED_ORDER_TYPES does not reference any database object

MSC.MSC_DERIVED_ORDER_TYPES is referenced by following:

SchemaAPPS
SynonymMSC_DERIVED_ORDER_TYPES