Search Results items
The EGO_MY_ITEMS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Engineering (ENG) and Product Lifecycle Management (PLM) modules. It serves as a repository for item-related information, particularly focusing on user-specific item data, such as personal favorites, frequently accessed items, or customized views. This table is part of the Oracle E-Business Suite's Engineering Foundation (EGO) schema, which underpins item master management, catalog administration, and product data governance.
Key Attributes of EGO_MY_ITEMS
TheEGO_MY_ITEMS
table typically includes the following columns:
- ITEM_ID: References the primary key from
MTL_SYSTEM_ITEMS_B
, linking to the core item master data. - USER_ID: Identifies the FND_USER to whom the item record is associated, enabling personalized item views.
- ORGANIZATION_ID: Specifies the inventory organization context for the item.
- CATEGORY_ID: Optional field linking to
EGO_ITEM_CAT_B
for categorized item groupings. - CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record lifecycle.
- ATTRIBUTE_CATEGORY and ATTRIBUTE_n: Flexfield columns for extensible custom attributes.
Functional Role in Oracle EBS
The table supports these key functionalities:- Personalized Item Access: Stores user-specific item preferences, allowing quick access to frequently used items in Self-Service applications.
- Workbench Customization: Enables configuration of Engineering Workbench or Item Master dashboards with user-selected items.
- Collaboration Features: Facilitates shared item lists among team members in PLM workflows.
- Integration Bridge: Acts as a staging area for item data synchronization between Engineering and Inventory modules.
Technical Implementation
In Oracle EBS 12.2.2, the table leverages Oracle Database features including:- Row-level security via VPD (Virtual Private Database) policies
- Indexes on
ITEM_ID
,USER_ID
, and composite keys for performance - Foreign key constraints to
MTL_SYSTEM_ITEMS_B
andFND_USER
- Oracle Application Framework (OAF) integration for UI rendering
Data Relationships
The table maintains critical relationships with:MTL_SYSTEM_ITEMS_B
(core item definition)FND_USER
(user authentication)EGO_ITEM_REVISIONS_B
(revision control)EGO_USER_ATTR_DEFAULTS
(attribute preferences)
Customization Considerations
Implementation teams should note:- Custom triggers on this table require careful validation to maintain data integrity
- Performance impacts when joining with large item master tables
- Migration requirements between EBS 12.1.1 and 12.2.2 due to architectural changes
- Extension via Descriptive Flexfields rather than direct table modification
EGO_MY_ITEMS
table exemplifies Oracle's approach to combining personalization with enterprise data governance, serving as a model for user-specific data management within the constraints of multi-organization EBS implementations.
-
Lookup Type: EGO_IMPORT_ITEM_STATE
12.1.1
product: EGO - Advanced Product Catalog , meaning: EGO Item State in Batch , description: EGO Item State in Batch ,
-
Lookup Type: EGO_IMPORT_ITEM_STATE
12.2.2
product: EGO - Advanced Product Catalog , meaning: EGO Item State in Batch , description: EGO Item State in Batch ,
-
Lookup Type: EGO_CONTRACT_ITEM_TYPE
12.2.2
product: EGO - Advanced Product Catalog , meaning: EGO_CONTRACT_ITEM_TYPE , description: Service Contract Item Type ,
-
Concurrent Program: EGOICI
12.2.2
execution_filename: EgoImportItemsJCP , product: EGO - Advanced Product Catalog , user_name: Import Catalog Items JCP , description: Java Concurrent Program to Bulkload items from the interface table. , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: EGOIREL
12.2.2
execution_filename: MTL_RELATED_ITEMS_PVT.Process_Rel_Items_Rows , product: EGO - Advanced Product Catalog , user_name: Import Related Items , description: Import Related Items / Item Relationships from the interface table , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_ITEMASSOC_ADVSEARCH
12.2.2
product: EGO - Advanced Product Catalog , meaning: EGO Item Association Advanced Search , description: EGO Item Association Advanced Search ,
-
Concurrent Program: EGOICI
12.1.1
execution_filename: EgoImportItemsJCP , product: EGO - Advanced Product Catalog , user_name: Import Catalog Items JCP , description: Java Concurrent Program to Bulkload items from the interface table. , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: EGO_ITEMASSOC_ADVSEARCH
12.1.1
product: EGO - Advanced Product Catalog , meaning: EGO Item Association Advanced Search , description: EGO Item Association Advanced Search ,
-
Lookup Type: EGO_BROWSE_SCOPE
12.1.1
product: EGO - Advanced Product Catalog , meaning: Browse Scope , description: Browse Scope ,
-
Lookup Type: ITEM_CREATION_FLOW
12.2.2
product: EGO - Advanced Product Catalog , meaning: New Item ,
-
Lookup Type: ITEM_CREATION_FLOW
12.1.1
product: EGO - Advanced Product Catalog , meaning: New Item ,
-
Lookup Type: EGO_BROWSE_SCOPE
12.2.2
product: EGO - Advanced Product Catalog , meaning: Browse Scope , description: Browse Scope ,
-
Lookup Type: EGO_IMPORT_CONF_ACTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Inline Batch Item Actions (Confirmed Items) , description: Inline Batch Item Actions (Confirmed Items) ,
-
Lookup Type: EGO_IMPORT_CONF_ACTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Inline Batch Item Actions (Confirmed Items) , description: Inline Batch Item Actions (Confirmed Items) ,
-
Lookup Type: EGO_PDH_ENTITY_TYPES
12.1.1
product: EGO - Advanced Product Catalog , meaning: Entity Types for Product Data Hub , description: Entity Types for Product Data Hub ,
-
Lookup Type: EGO_PDH_ENTITY_TYPES
12.2.2
product: EGO - Advanced Product Catalog , meaning: Entity Types for Product Data Hub , description: Entity Types for Product Data Hub ,
-
Lookup Type: EGO_EF_DATA_LEVEL
12.2.2
product: EGO - Advanced Product Catalog , meaning: Data Level , description: Data Level ,
-
Table: EGO_MY_ITEMS
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MY_ITEMS, object_name:EGO_MY_ITEMS, status:VALID, product: EGO - Advanced Product Catalog , description: Table used to store favorite items of users. , implementation_dba_data: EGO.EGO_MY_ITEMS ,
-
Table: EGO_IMPORT_EXCLUDED_SS_ITEMS
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS, object_name:EGO_IMPORT_EXCLUDED_SS_ITEMS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the excluded source system items , implementation_dba_data: EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS ,
-
Table: EGO_MY_ITEMS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MY_ITEMS, object_name:EGO_MY_ITEMS, status:VALID, product: EGO - Advanced Product Catalog , description: Table used to store favorite items of users. , implementation_dba_data: EGO.EGO_MY_ITEMS ,
-
Table: EGO_IMPORT_EXCLUDED_SS_ITEMS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS, object_name:EGO_IMPORT_EXCLUDED_SS_ITEMS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the excluded source system items , implementation_dba_data: EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS ,
-
Table: EGO_ITEM_PROJECTS
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_PROJECTS, object_name:EGO_ITEM_PROJECTS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the associations between items/revisions and projects/tasks. , implementation_dba_data: EGO.EGO_ITEM_PROJECTS ,
-
Table: EGO_MTL_SY_ITEMS_CHG_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_B, object_name:EGO_MTL_SY_ITEMS_CHG_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes information for the Items , implementation_dba_data: EGO.EGO_MTL_SY_ITEMS_CHG_B ,
-
Table: EGO_MTL_SY_ITEMS_CHG_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_B, object_name:EGO_MTL_SY_ITEMS_CHG_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes information for the Items , implementation_dba_data: EGO.EGO_MTL_SY_ITEMS_CHG_B ,
-
Table: EGO_MTL_SY_ITEMS_CHG_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_TL, object_name:EGO_MTL_SY_ITEMS_CHG_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes Translatable information for the Items , implementation_dba_data: EGO.EGO_MTL_SY_ITEMS_CHG_TL ,
-
Lookup Type: EGO_APPLICATION_LIST
12.2.2
product: EGO - Advanced Product Catalog , meaning: EGO Application List , description: EGO Appliation List ,
-
Table: EGO_MTL_SY_ITEMS_CHG_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_TL, object_name:EGO_MTL_SY_ITEMS_CHG_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes Translatable information for the Items , implementation_dba_data: EGO.EGO_MTL_SY_ITEMS_CHG_TL ,
-
Table: EGO_ITEM_MATCHES
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_MATCHES, object_name:EGO_ITEM_MATCHES, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores all the matched items for a source system item within a batch. , implementation_dba_data: EGO.EGO_ITEM_MATCHES ,
-
Table: EGO_ITEM_MATCHES
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_MATCHES, object_name:EGO_ITEM_MATCHES, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores all the matched items for a source system item within a batch. , implementation_dba_data: EGO.EGO_ITEM_MATCHES ,
-
Lookup Type: EGO_APPLICATION_LIST
12.1.1
product: EGO - Advanced Product Catalog , meaning: EGO Application List , description: EGO Appliation List ,
-
Table: EGO_ITEM_PROJECTS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_PROJECTS, object_name:EGO_ITEM_PROJECTS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the associations between items/revisions and projects/tasks. , implementation_dba_data: EGO.EGO_ITEM_PROJECTS ,
-
View: EGO_ITEM_ICV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_ICV, object_name:EGO_ITEM_ICV, status:VALID, product: EGO - Advanced Product Catalog , description: Item Classification View (ICV) for Items. , implementation_dba_data: APPS.EGO_ITEM_ICV ,
-
Table: EGO_LOGIN_ITEMS_TEMP
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_LOGIN_ITEMS_TEMP, object_name:EGO_LOGIN_ITEMS_TEMP, status:VALID, product: EGO - Advanced Product Catalog , description: This is a temporary table used during Item People Grants Import, to store the items accessible by the Login user , implementation_dba_data: EGO.EGO_LOGIN_ITEMS_TEMP ,
-
View: EGO_ITEM_ICV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_ICV, object_name:EGO_ITEM_ICV, status:VALID, product: EGO - Advanced Product Catalog , description: Item Classification View (ICV) for Items. , implementation_dba_data: APPS.EGO_ITEM_ICV ,
-
Table: EGO_LOGIN_ITEMS_TEMP
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_LOGIN_ITEMS_TEMP, object_name:EGO_LOGIN_ITEMS_TEMP, status:VALID, product: EGO - Advanced Product Catalog , description: This is a temporary table used during Item People Grants Import, to store the items accessible by the Login user , implementation_dba_data: EGO.EGO_LOGIN_ITEMS_TEMP ,
-
Table: EGO_DEFAULT_OPTIONS
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_DEFAULT_OPTIONS, object_name:EGO_DEFAULT_OPTIONS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores default values for various option_codes used for defining the system behavior during vaious assign operations like assigning items to organization. , implementation_dba_data: EGO.EGO_DEFAULT_OPTIONS ,
-
Table: EGO_DEFAULT_OPTIONS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_DEFAULT_OPTIONS, object_name:EGO_DEFAULT_OPTIONS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores default values for various option_codes used for defining the system behavior during vaious assign operations like assigning items to organization. , implementation_dba_data: EGO.EGO_DEFAULT_OPTIONS ,
-
Lookup Type: EGO_BATCH_CONFIRMED_TYPE
12.2.2
product: EGO - Advanced Product Catalog , meaning: Batch Confirmed Type , description: Batch Confirmed Type ,
-
Lookup Type: EGO_BATCH_CONFIRMED_TYPE
12.1.1
product: EGO - Advanced Product Catalog , meaning: Batch Confirmed Type , description: Batch Confirmed Type ,
-
Lookup Type: EGO_IMPORT_OBJ_NAMES
12.2.2
product: EGO - Advanced Product Catalog , meaning: Spreadsheet Importable Object Names , description: Spreadsheet Importable Object Names ,
-
Lookup Type: EGO_IMPORT_OBJ_NAMES
12.1.1
product: EGO - Advanced Product Catalog , meaning: Spreadsheet Importable Object Names , description: Spreadsheet Importable Object Names ,
-
Concurrent Program: EGOIUAIP
12.1.1
execution_filename: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data , product: EGO - Advanced Product Catalog , user_name: Item/Item Revision User Attributes Import , description: For importing User Attributes for Items and Item Revisions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_ITEM_SHORTCUTS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Ego Item Shortcuts ,
-
Concurrent Program: EGOIUAIP
12.2.2
execution_filename: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data , product: EGO - Advanced Product Catalog , user_name: Item/Item Revision User Attributes Import , description: For importing User Attributes for Items and Item Revisions , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_ITEM_SHORTCUTS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Ego Item Shortcuts ,