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


TABLE: INV.MTL_DEFAULT_CATEGORY_SETS

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


MTL_DEFAULT_CATEGORY_SETS stores the identifier of the category set
that acts as the default for a particular functional area. This
information is used to determine the mandatory category sets for an
item. It is also used to provide a default category set for forms and
reports that require a category set field value or parameter.
.
The category set for a given functional area is guaranteed to have a
category assignment for each item defined for use by the functional
area. For example, the category set for the Inventory functional area
is mandatory (and defaults) for all items defined as Inventory items.
This ensures that for a given functional area, there will be a
category set that contains all of the items for that functional area.
.
Additionally, Oracle Inventory defaults the specified category set for
a product's reports which use category information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_DEFAULT_CATEGORY_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNCTIONAL_AREA_ID
ColumnZD_EDITION_NAME
MTL_DEFAULT_CATEGORY_SETS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_SET_ID
Columns
Name Datatype Length Mandatory Comments
FUNCTIONAL_AREA_ID NUMBER
Yes Functional area identifier
CATEGORY_SET_ID NUMBER
Yes Default category set 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
LAST_UPDATE_LOGIN NUMBER

Standard Who column
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT FUNCTIONAL_AREA_ID
,      CATEGORY_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ZD_EDITION_NAME
FROM INV.MTL_DEFAULT_CATEGORY_SETS;

Dependencies

[top of page]

INV.MTL_DEFAULT_CATEGORY_SETS does not reference any database object

INV.MTL_DEFAULT_CATEGORY_SETS is referenced by following:

SchemaAPPS
Materialized ViewOE_ITEMS_MV
Materialized ViewOZF_EARNING_SUMMARY_MV
SchemaINV
ViewMTL_DEFAULT_CATEGORY_SETS#