Search Results inventory module in oracle apps
The MTL_ITEM_ATTRIBUTES_SEED_INFO
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Inventory module that serves as a foundation for defining and managing item attributes. This table stores seed data for item attributes, which are predefined by Oracle and serve as templates for configuring item master attributes across the organization. These attributes determine how items are classified, validated, and processed throughout various Oracle EBS modules, including Inventory, Purchasing, Order Management, and Manufacturing.
Purpose and Functionality
The primary purpose ofMTL_ITEM_ATTRIBUTES_SEED_INFO
is to provide a standardized set of item attributes that can be leveraged during item setup. These seed attributes define the behavior and characteristics of items, such as whether an item is inventory-tracked, lot-controlled, serialized, or revision-controlled. The table acts as a reference for the MTL_ITEM_ATTRIBUTES
table, where organization-specific attribute configurations are stored. By maintaining seed data separately, Oracle ensures consistency in attribute definitions while allowing flexibility for organizations to tailor attributes to their specific needs.
Key Columns and Structure
The table includes several important columns that define the attributes' properties:- ATTRIBUTE_NAME: The name of the attribute (e.g., "INVENTORY_ITEM_FLAG", "LOT_CONTROLLED").
- DATATYPE: The data type of the attribute (e.g., "CHAR", "NUMBER", "DATE").
- DESCRIPTION: A brief explanation of the attribute's purpose.
- DEFAULT_VALUE: The default value assigned to the attribute if not explicitly set.
- MINIMUM_VALUE and MAXIMUM_VALUE: Define valid ranges for numeric attributes.
- REQUIRED_FLAG: Indicates whether the attribute is mandatory during item creation.
- USER_UPDATEABLE_FLAG: Specifies if the attribute can be modified by users.
Integration with Other Tables
MTL_ITEM_ATTRIBUTES_SEED_INFO
is closely linked to other Inventory tables:
- MTL_ITEM_ATTRIBUTES: Organization-specific attribute configurations derived from seed data.
- MTL_SYSTEM_ITEMS_B: Stores item master records where these attributes are applied.
- MTL_ITEM_ATTRIBUTE_VALUES: Contains actual values assigned to attributes for specific items.
Customization and Extensibility
While the table contains Oracle-seeded data, organizations can extend its functionality by:- Creating custom attributes in
MTL_ITEM_ATTRIBUTES
that reference seed definitions. - Modifying attribute behaviors through profile options and flexfields.
- Using the table as a reference for developing custom item attribute validation rules.
Technical Considerations
In Oracle EBS 12.2.2, the table's structure remains largely consistent with 12.1.1, but performance optimizations in the underlying database layer may affect how queries against this table are processed. The table is typically accessed during:- Item master setup and maintenance.
- Inventory organization definitions.
- Item import processes (e.g., through Open Interface tables).
Best Practices
When working withMTL_ITEM_ATTRIBUTES_SEED_INFO
, consider:
- Never modifying Oracle-seeded records directly; instead, use the appropriate APIs.
- Referencing this table when designing custom item attribute extensions.
- Understanding attribute dependencies before configuring new items.
-
File: Inventory ERD.pdf
12.2.2
product: INV - Inventory , size: 138.649 KBytes , file_type: PDF Diagram ,
-
File: Inventory ERD.pdf
12.1.1
product: INV - Inventory , size: 138.649 KBytes , file_type: PDF Diagram ,
-
Table: MTL_ITEM_ATTRIBUTES_SEED_INFO
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES_SEED_INFO, object_name:MTL_ITEM_ATTRIBUTES_SEED_INFO, status:VALID, product: INV - Inventory , description: MTL_ITEM_ATTRIBUTES_SEED_INFO contains the seed attributes information to be used specifically in the copy item attributes user interface module. , implementation_dba_data: INV.MTL_ITEM_ATTRIBUTES_SEED_INFO ,
-
Table: MTL_ITEM_ATTRIBUTES_SEED_INFO
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_ATTRIBUTES_SEED_INFO, object_name:MTL_ITEM_ATTRIBUTES_SEED_INFO, status:VALID, product: INV - Inventory , description: MTL_ITEM_ATTRIBUTES_SEED_INFO contains the seed attributes information to be used specifically in the copy item attributes user interface module. , implementation_dba_data: INV.MTL_ITEM_ATTRIBUTES_SEED_INFO ,
-
Concurrent Program: MTL_CCEOI_IMPORT
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.IMPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_IMPORT , description: Imports cycle count entries interface data into apps cycle count entry table in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MTL_CCEOI_IMPORT
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.IMPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_IMPORT , description: Imports cycle count entries interface data into apps cycle count entry table in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: MTL_CC_SERIAL_UNIT_STATUSES
12.1.1
product: INV - Inventory , meaning: MTL CC SERIAL UNIT STATUSES ,
-
Lookup Type: MTL_ATP_CODE
12.2.2
product: INV - Inventory , meaning: MTL ATP CODE ,
-
Lookup Type: ORG_INTRANSIT
12.2.2
product: INV - Inventory , meaning: ORG INTRANSIT ,
-
Lookup Type: MTL_CC_SERIAL_UNIT_STATUSES
12.2.2
product: INV - Inventory , meaning: MTL CC SERIAL UNIT STATUSES ,
-
Lookup Type: MTL_ATP_CODE
12.1.1
product: INV - Inventory , meaning: MTL ATP CODE ,
-
Lookup Type: ORG_INTRANSIT
12.1.1
product: INV - Inventory , meaning: ORG INTRANSIT ,
-
Lookup Type: CONSIGN_AGING_ADD_POPLIST
12.1.1
product: INV - Inventory , meaning: Consing Inventory Aging - Add Poplist values , description: Used in Consing Inventory Aging to control Add poplist ,
-
Lookup Type: CONSIGN_AGING_ADD_POPLIST
12.2.2
product: INV - Inventory , meaning: Consing Inventory Aging - Add Poplist values , description: Used in Consing Inventory Aging to control Add poplist ,
-
Lookup Type: CONSIGN_AGING_ADD_POPLIST_ISP
12.1.1
product: INV - Inventory , meaning: Consing Inventory Aging - Add Poplist values for ISP user , description: Used in Consing Inventory Aging to manipulate Add poplist ,
-
Lookup Type: CONSIGN_AGING_ADD_POPLIST_ISP
12.2.2
product: INV - Inventory , meaning: Consing Inventory Aging - Add Poplist values for ISP user , description: Used in Consing Inventory Aging to manipulate Add poplist ,
-
Lookup Type: MTL_ONHAND_FLAG
12.2.2
product: INV - Inventory , meaning: MTL ONHAND FLAG ,
-
Table: MTL_COPY_ORG_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_COPY_ORG_INTERFACE, object_name:MTL_COPY_ORG_INTERFACE, status:VALID, product: INV - Inventory , description: Interface Table for the Copy Inventory Organizations Concurrent Program. The GROUP_CODE column is used in Copy Inventory Organizations Standard Concurrent Request to identify a set of rows that describe the organizations to be generated by , implementation_dba_data: INV.MTL_COPY_ORG_INTERFACE ,
-
Table: MTL_COPY_ORG_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_COPY_ORG_INTERFACE, object_name:MTL_COPY_ORG_INTERFACE, status:VALID, product: INV - Inventory , description: Interface Table for the Copy Inventory Organizations Concurrent Program. The GROUP_CODE column is used in Copy Inventory Organizations Standard Concurrent Request to identify a set of rows that describe the organizations to be generated by , implementation_dba_data: INV.MTL_COPY_ORG_INTERFACE ,
-
Lookup Type: MTL_ONHAND_FLAG
12.1.1
product: INV - Inventory , meaning: MTL ONHAND FLAG ,
-
Lookup Type: MTL_ABC_INVENTORY
12.1.1
product: INV - Inventory , meaning: MTL ABC INVENTORY ,
-
Lookup Type: MTL_ABC_INVENTORY
12.2.2
product: INV - Inventory , meaning: MTL ABC INVENTORY ,
-
Lookup Type: MTL_LOCATION_TYPES
12.1.1
product: INV - Inventory , meaning: Different material locatinos in inventory MWB queries ,
-
Table: MTL_MATERIAL_STATUSES
12.1.1
product: INV - Inventory , description: Inventory status definition - Used by WMS only , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_MATERIAL_STATUSES
12.2.2
product: INV - Inventory , description: Inventory status definition - Used by WMS only , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: MTL_LOCATION_TYPES
12.2.2
product: INV - Inventory , meaning: Different material locatinos in inventory MWB queries ,
-
Lookup Type: ITEM_CHOICES_GUI
12.2.2
product: INV - Inventory , meaning: Item Attribute Group Names ,
-
Lookup Type: INV_COPY_ORG_REPORT_ENTITIES
12.2.2
product: INV - Inventory , meaning: Entities used in Copy Inventory Organization ,
-
Lookup Type: MTL_MASS_DISPOSITION
12.1.1
product: INV - Inventory , meaning: MTL MASS DISPOSITION ,
-
Lookup Type: MTL_MASS_DISPOSITION
12.2.2
product: INV - Inventory , meaning: MTL MASS DISPOSITION ,
-
Lookup Type: ITEM_CHOICES_GUI
12.1.1
product: INV - Inventory , meaning: Item Attribute Group Names ,
-
Lookup Type: INV_COPY_ORG_REPORT_ENTITIES
12.1.1
product: INV - Inventory , meaning: Entities used in Copy Inventory Organization ,
-
Concurrent Program: INVAOPR
12.1.1
execution_filename: INVSROPT , product: INV - Inventory , user_name: INVSROPT , description: Inventory Options Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Lookup Type: ITEM_CHOICES
12.2.2
product: INV - Inventory , meaning: ITEM CHOICES ,
-
Concurrent Program: INVINPSR
12.1.1
execution_filename: INVINPSR , product: INV - Inventory , user_name: INVINPSR , description: Inventory Packing Slip , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVCHGPU
12.2.2
execution_filename: INVCHGPU , product: INV - Inventory , user_name: INVCHGPU , description: Inventory Charges and Product Usage Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVINPSR
12.2.2
execution_filename: INVINPSR , product: INV - Inventory , user_name: INVINPSR , description: Inventory Packing Slip , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPTP
12.2.2
execution_filename: INVARPTP , product: INV - Inventory , user_name: INVARPTP , description: Physical Inventory Tags , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPSL
12.2.2
execution_filename: INVARPSL , product: INV - Inventory , user_name: INVARPSL , description: Physical Inventory Stores List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPSL
12.1.1
execution_filename: INVARPSL , product: INV - Inventory , user_name: INVARPSL , description: Physical Inventory Stores List , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPTG
12.1.1
execution_filename: INVARPMT , product: INV - Inventory , user_name: INVARPMT , description: Physical Inventory Missing Tag Listing , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPIA
12.2.2
execution_filename: INVARPIA , product: INV - Inventory , user_name: INVARPIA , description: Physical Inventory Item Accuracy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPTP
12.1.1
execution_filename: INVARPTP , product: INV - Inventory , user_name: INVARPTP , description: Physical Inventory Tags , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPTG
12.2.2
execution_filename: INVARPMT , product: INV - Inventory , user_name: INVARPMT , description: Physical Inventory Missing Tag Listing , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPMT
12.1.1
execution_filename: INVARPMT , product: INV - Inventory , user_name: INVARPMT , description: Physical Inventory Missing Tag Listing , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPAR
12.1.1
execution_filename: INVARPAR , product: INV - Inventory , user_name: INVARPAR , description: Physical Inventory Adjustment Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARPAR
12.2.2
execution_filename: INVARPAR , product: INV - Inventory , user_name: INVARPAR , description: Physical Inventory Adjustment Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: ITEM_CHOICES
12.1.1
product: INV - Inventory , meaning: ITEM CHOICES ,
-
Concurrent Program: INVAOPR
12.2.2
execution_filename: INVSROPT , product: INV - Inventory , user_name: INVSROPT , description: Inventory Options Report , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: INCAPP
12.2.2
execution_filename: INCAPP , product: INV - Inventory , user_name: Physical Inventory Purge , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,