Search Results o que faz o import cx_oracle
The EGO_ITEM_PEOPLE_INTF
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 serves as a critical interface table for managing item assignments to people (suppliers, employees, or other stakeholders) during the item creation or maintenance process. It is part of the Oracle Product Lifecycle Management (PLM) module, specifically within the Engineering (ENG) and Product Hub (EGO) applications. This table facilitates the bulk import of item-person relationships, ensuring seamless integration with external systems or data migration processes.
Purpose and Functionality
The primary purpose ofEGO_ITEM_PEOPLE_INTF
is to stage data related to item-person associations before validation and processing into the transactional tables. It supports the following key functionalities:
- Bulk Data Loading: Enables high-volume imports of item-person relationships via Oracle Open Interface (OOI) or Data Conversion (DCT) processes.
- Error Handling: Captures validation errors during processing, allowing corrective actions before committing to the main tables.
- Flexible Assignments: Supports assigning people to items with roles such as suppliers, designers, or approvers.
Key Columns and Structure
The table includes columns to define the relationship between items and people, along with metadata for processing:- Transaction Identifiers:
TRANSACTION_ID
,BATCH_ID
for tracking interface records. - Item References:
INVENTORY_ITEM_ID
,ORGANIZATION_ID
, orITEM_NUMBER
to identify the item. - Person References:
PERSON_ID
,PARTY_ID
, orSUPPLIER_ID
to link to people/entities. - Role and Dates:
ROLE_CODE
(e.g., 'SUPPLIER'),START_DATE
, andEND_DATE
for validity periods. - Status Flags:
PROCESS_STATUS
(PENDING, ERROR, PROCESSED) andERROR_MESSAGE
for troubleshooting.
Integration and Processing Flow
Data flows throughEGO_ITEM_PEOPLE_INTF
in a multi-step process:
- Data Staging: External systems or scripts populate the table with item-person records.
- Validation: The concurrent program "Import Item People" validates data against reference tables (e.g.,
EGO_ITEMS_B
,HZ_PARTIES
). - Processing: Valid records are transferred to base tables like
EGO_ITEM_PEOPLE
; errors remain flagged for correction. - Cleanup: Processed records may be purged or archived post-import.
Common Use Cases
- Supplier Assignments: Linking items to approved suppliers during procurement setup.
- Design Collaboration: Assigning engineers or designers to items in PLM workflows.
- Data Migration: Bulk-loading historical item-person relationships during system implementations.
Technical Considerations
- Indexing: Optimal performance requires indexes on
TRANSACTION_ID
,ITEM_NUMBER
, andPROCESS_STATUS
. - Concurrency: Batch processing minimizes locks during high-volume imports.
- Error Resolution: The
EGO_INTF_ERRORS
table often complements error analysis.
Conclusion
TheEGO_ITEM_PEOPLE_INTF
table is a pivotal component in Oracle EBS for managing item-person relationships efficiently. Its design ensures data integrity during imports while providing robust error handling. Proper utilization of this interface streamlines item master maintenance, particularly in complex supply chain or PLM environments, making it indispensable for implementations requiring high data volume processing.
-
Lookup Type: EGO_IMPORT_CHG_ORDER_CREATION
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import Change Order Creation ,
-
Lookup Type: EGO_IMPORT_CHG_ORDER_CREATION
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import Change Order Creation ,
-
Lookup Type: EGO_EF_FUNC_PARAM_TYPE
12.2.2
product: EGO - Advanced Product Catalog , meaning: Function Parameter Types , description: Function Parameter Types ,
-
Lookup Type: EGO_EF_FUNC_PARAM_TYPE
12.1.1
product: EGO - Advanced Product Catalog , meaning: Function Parameter Types , description: Function Parameter Types ,
-
Lookup Type: EGO_EF_FUNC_PARAM_DATA_TYPE_J
12.1.1
product: EGO - Advanced Product Catalog , meaning: Java Function Parameter Data Types , description: Java Function Parameter Data Types ,
-
Lookup Type: EGO_EF_FUNC_PARAM_DATA_TYPE_J
12.2.2
product: EGO - Advanced Product Catalog , meaning: Java Function Parameter Data Types , description: Java Function Parameter Data Types ,
-
View: EGO_PAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_PAGES_V, object_name:EGO_PAGES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains the User-Defined Pages , implementation_dba_data: APPS.EGO_PAGES_V ,
-
View: EGO_ROLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ROLES_V, object_name:EGO_ROLES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains all the Roles defined , implementation_dba_data: APPS.EGO_ROLES_V ,
-
View: EGO_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ROLES_V, object_name:EGO_ROLES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains all the Roles defined , implementation_dba_data: APPS.EGO_ROLES_V ,
-
View: EGO_PAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_PAGES_V, object_name:EGO_PAGES_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains the User-Defined Pages , implementation_dba_data: APPS.EGO_PAGES_V ,
-
View: EGO_OBJ_ATTR_GRP_ASSOCS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_OBJ_ATTR_GRP_ASSOCS_V, object_name:EGO_OBJ_ATTR_GRP_ASSOCS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains Attribute Group to Object Association , implementation_dba_data: APPS.EGO_OBJ_ATTR_GRP_ASSOCS_V ,
-
View: EGO_OBJ_ATTR_GRP_ASSOCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_OBJ_ATTR_GRP_ASSOCS_V, object_name:EGO_OBJ_ATTR_GRP_ASSOCS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View contains Attribute Group to Object Association , implementation_dba_data: APPS.EGO_OBJ_ATTR_GRP_ASSOCS_V ,
-
Concurrent Program: EGOIOIMP
12.1.1
execution_filename: EGO_ITEM_ORG_BULKLOAD_PVT.PROCESS_ITEM_ORG_ASSIGNMENTS , product: EGO - Advanced Product Catalog , user_name: Item Org Import , description: Item Organization Assignment Import , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_IMPORT_BATCH_ACTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import batch actions , description: Import batch actions ,
-
Lookup Type: EGO_BATCH_IMPORTED_TYPE
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import Statuses ,
-
Lookup Type: EGO_IMPORT_BATCH_ACTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import batch actions , description: Import batch actions ,
-
Lookup Type: EGO_IMPORT_CROSS_REFERENCES
12.2.2
product: EGO - Advanced Product Catalog , meaning: Cross References Import Options , description: Cross References Import Options ,
-
Concurrent Program: EGOIPI
12.1.1
execution_filename: EGO_ITEM_PEOPLE_IMPORT_PKG.LOAD_INTERFACE_LINES , product: EGO - Advanced Product Catalog , user_name: Item People Import , description: Item People Import , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EGOMATCH
12.1.1
execution_filename: EgoItemBatchMatchConcProg , product: EGO - Advanced Product Catalog , user_name: EGO Item Import Batch Matching Engine , description: EGO Bulk matching engine of the item import process , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: EGOIPI
12.2.2
execution_filename: EGO_ITEM_PEOPLE_IMPORT_PKG.LOAD_INTERFACE_LINES , product: EGO - Advanced Product Catalog , user_name: Item People Import , description: Item People Import , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_IMPORT_CROSS_REFERENCES
12.1.1
product: EGO - Advanced Product Catalog , meaning: Cross References Import Options , description: Cross References Import Options ,
-
Concurrent Program: EGOIOIMP
12.2.2
execution_filename: EGO_ITEM_ORG_BULKLOAD_PVT.PROCESS_ITEM_ORG_ASSIGNMENTS , product: EGO - Advanced Product Catalog , user_name: Item Org Import , description: Item Organization Assignment Import , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_BATCH_IMPORTED_TYPE
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import Statuses ,
-
Concurrent Program: EGOMATCH
12.2.2
execution_filename: EgoItemBatchMatchConcProg , product: EGO - Advanced Product Catalog , user_name: EGO Item Import Batch Matching Engine , description: EGO Bulk matching engine of the item import process , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: EGO_IMPORT_STRUCTURE_CONTENT
12.2.2
product: EGO - Advanced Product Catalog , meaning: Structure Content for Import ,
-
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_IMPORT_STRUCTURE_CONTENT
12.1.1
product: EGO - Advanced Product Catalog , meaning: Structure Content for Import ,
-
Concurrent Program: EGOIMDCP
12.2.2
execution_filename: EGO_METADATA_BULKLOAD_PVT.import_metadata , product: EGO - Advanced Product Catalog , user_name: EGOIMDCP , description: Executable for EGO Import Metadata Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
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_BATCH_CONTENTS_NAV_ACTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Navigation Actions on Update Batch Contents Page ,
-
Concurrent Program: EGOXREF
12.2.2
execution_filename: MTL_CROSS_REFERENCES_PVT.Process_XRef_Intf_Rows , product: EGO - Advanced Product Catalog , user_name: Import Item Cross References , description: Import Cross References from the interface table , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_BATCH_CONTENTS_NAV_ACTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Navigation Actions on Update Batch Contents Page ,
-
Lookup Type: EGO_RESFMT_GTIN_ATTR_GRP
12.1.1
product: EGO - Advanced Product Catalog , meaning: GTIN Attributes to show while defining Import Format , description: GTIN Attributes to show while defining Import Format ,
-
Lookup Type: EGO_IMPORT_BATCH_STATUS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import Batch Status , description: Import Batch Status ,
-
Lookup Type: EGO_RESFMT_GTIN_ATTR_GRP
12.2.2
product: EGO - Advanced Product Catalog , meaning: GTIN Attributes to show while defining Import Format , description: GTIN Attributes to show while defining Import Format ,
-
Lookup Type: EGO_IMPORT_BATCH_STATUS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import Batch Status , description: Import Batch Status ,
-
Lookup Type: EGO_AUTO_IMPORT_OPTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Options for Automatically Import on Data Load , description: Options for Automatically Import on Data Load ,
-
Lookup Type: EGO_AUTO_IMPORT_OPTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Options for Automatically Import on Data Load , description: Options for Automatically Import on Data Load ,
-
Lookup Type: EGO_IMPORT_EXCLUDED_ACTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import Workbench Excluded Status and Unexclude Action , description: Import Workbench Excluded Status and Unexclude Action ,
-
Concurrent Program: EGO_ITEM_CAT_ASSIGN_OI
12.2.2
execution_filename: EGO_ITEM_OPEN_INTERFACE_PVT.process_Item_Category_records , product: EGO - Advanced Product Catalog , user_name: Import Catalog Categories , description: Import Catalog Categories Assignments from the Open Interface table , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_IMPORT_EXCLUDED_ACTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import Workbench Excluded Status and Unexclude Action , description: Import Workbench Excluded Status and Unexclude Action ,
-
Lookup Type: EGO_IMPORT_UNCONF_ACTIONS
12.1.1
product: EGO - Advanced Product Catalog , meaning: Import Item Actions (Unconfirmed Tab) , description: Import Item Actions (Unconfirmed Tab) ,
-
Concurrent Program: EGO_ITEM_CAT_ASSIGN_OI
12.1.1
execution_filename: EGO_ITEM_OPEN_INTERFACE_PVT.process_Item_Category_records , product: EGO - Advanced Product Catalog , user_name: Import Catalog Categories , description: Import Catalog Categories Assignments from the Open Interface table , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: EGO_IMPORT_UNCONF_ACTIONS
12.2.2
product: EGO - Advanced Product Catalog , meaning: Import Item Actions (Unconfirmed Tab) , description: Import Item Actions (Unconfirmed Tab) ,
-
Table: EGO_ITEM_PEOPLE_INTF
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_PEOPLE_INTF, object_name:EGO_ITEM_PEOPLE_INTF, status:VALID, product: EGO - Advanced Product Catalog , description: This is the Interface table used for Item People Grants Import. , implementation_dba_data: EGO.EGO_ITEM_PEOPLE_INTF ,
-
Table: EGO_IMPORT_BATCHES_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMPORT_BATCHES_B, object_name:EGO_IMPORT_BATCHES_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores information on import batches , implementation_dba_data: EGO.EGO_IMPORT_BATCHES_B ,
-
Table: EGO_IMPORT_OPTION_SETS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMPORT_OPTION_SETS, object_name:EGO_IMPORT_OPTION_SETS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores default options for a source system or an import batch , implementation_dba_data: EGO.EGO_IMPORT_OPTION_SETS ,
-
Table: EGO_IMPORT_BATCHES_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMPORT_BATCHES_B, object_name:EGO_IMPORT_BATCHES_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores information on import batches , implementation_dba_data: EGO.EGO_IMPORT_BATCHES_B ,
-
Table: EGO_ITEM_PEOPLE_INTF
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_PEOPLE_INTF, object_name:EGO_ITEM_PEOPLE_INTF, status:VALID, product: EGO - Advanced Product Catalog , description: This is the Interface table used for Item People Grants Import. , implementation_dba_data: EGO.EGO_ITEM_PEOPLE_INTF ,