[Home] [Help]
[Dependency Information]
Object Name: | MTL_DEFAULT_CATEGORY_SETS |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_DEFAULT_CATEGORY_SETS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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
FROM INV.MTL_DEFAULT_CATEGORY_SETS;
INV.MTL_DEFAULT_CATEGORY_SETS does not reference any database object
INV.MTL_DEFAULT_CATEGORY_SETS is referenced by following:
|
|
|