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


TABLE: INV.MTL_ABC_CLASSES

Object Details
Object Name: MTL_ABC_CLASSES
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_ABC_CLASSES
Subobject Name:
Status: VALID


MTL_ABC_CLASSES contains information about ABC Classes. Each row in
this table defines an ABC Class.
.
An ABC Class is a category under which items with similar metrics are
put together. The Compile ABC Analysis form allows the user to specify
the criterion to be used for defining such metrics. A given ABC Class
can be used in more than one ABC Group, but not more than once in
a given group.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_ABC_CLASSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnABC_CLASS_ID
MTL_ABC_CLASSES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnABC_CLASS_NAME
Columns
Name Datatype Length Mandatory Comments
ABC_CLASS_ID NUMBER
Yes Class identifier
ABC_CLASS_NAME VARCHAR2 (40) Yes Class name
ORGANIZATION_ID NUMBER
Yes Organization identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
DESCRIPTION VARCHAR2 (50)
Description of class
DISABLE_DATE DATE

Date on which class is no longer valid
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

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


SELECT ABC_CLASS_ID
,      ABC_CLASS_NAME
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      DESCRIPTION
,      DISABLE_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM INV.MTL_ABC_CLASSES;

Dependencies

[top of page]

INV.MTL_ABC_CLASSES does not reference any database object

INV.MTL_ABC_CLASSES is referenced by following:

SchemaAPPS
SynonymMTL_ABC_CLASSES