Search Results supplier sites table in ebs
The EGO_SUPPLIERSITE_TMP
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a temporary staging table primarily used within the Oracle Supplier Hub (part of the Oracle Supplier Lifecycle Management module) to facilitate the bulk import or processing of supplier site data. This table acts as an intermediary storage area where data can be validated, transformed, or enriched before being transferred to the permanent supplier site tables such as AP_SUPPLIER_SITES_ALL
and related entities. Below is a detailed breakdown of its purpose, structure, and usage:
### **Purpose of EGO_SUPPLIERSITE_TMP**
1. **Data Staging**: The table temporarily holds supplier site data during bulk import processes, such as those initiated via Oracle's Supplier Hub or external integration tools (e.g., Oracle Data Integrator or web services).
2. **Validation & Transformation**: Before data is committed to permanent tables, it undergoes validation checks (e.g., mandatory fields, referential integrity) and transformations (e.g., address standardization).
3. **Error Handling**: Records with validation failures are flagged in this table, allowing users to review and correct issues before reprocessing.
4. **Performance Optimization**: By segregating bulk operations from transactional tables, it minimizes locking and performance overhead on critical AP (Accounts Payable) tables.
### **Key Columns and Structure**
The EGO_SUPPLIERSITE_TMP
table typically includes columns mirroring the structure of AP_SUPPLIER_SITES_ALL
, along with metadata for processing. Common columns include:
- **Transaction Identifiers**:
- TRANSACTION_ID
: Unique identifier for the import batch.
- BATCH_ID
: Groups related records for batch processing.
- **Supplier/Site Attributes**:
- VENDOR_ID
or SUPPLIER_ID
: Links to the parent supplier (PO_VENDORS
or AP_SUPPLIERS
).
- VENDOR_SITE_CODE
: Unique site identifier.
- ADDRESS_LINES
, CITY
, COUNTRY
: Physical address details.
- PHONE
, EMAIL
: Contact information.
- **Processing Metadata**:
- STATUS_FLAG
: Indicates record status (e.g., 'PENDING', 'PROCESSED', 'ERROR').
- ERROR_MESSAGE
: Describes validation failures.
- CREATION_DATE
, LAST_UPDATE_DATE
: Timestamps for auditing.
### **Integration with Oracle EBS Modules**
1. **Supplier Hub (EGO)**: The table is central to Supplier Hub's data ingestion workflows, often populated via Oracle's File-Based Data Import (FBDI) templates or APIs.
2. **Accounts Payable (AP)**: Validated records are pushed to AP_SUPPLIER_SITES_ALL
, enabling procurement and payment processes.
3. **Purchasing (PO)**: Supplier sites become available for procurement activities (e.g., purchase orders, RFQs).
### **Typical Workflow**
1. **Data Loading**: Data is inserted into EGO_SUPPLIERSITE_TMP
via SQL*Loader, APIs, or UI uploads.
2. **Validation**: Oracle's concurrent programs or PL/SQL packages validate data against business rules (e.g., duplicate checks, valid country codes).
3. **Error Resolution**: Users query the table to identify and fix errors (filtering on STATUS_FLAG='ERROR'
).
4. **Commit to Production**: Valid records are processed into permanent tables via dedicated programs (e.g., "Import Supplier Sites").
### **Technical Considerations**
- **Purge Policies**: Temporary records should be purged periodically to avoid bloating.
- **Indexing**: Transaction-specific indexes (TRANSACTION_ID
, BATCH_ID
) improve query performance during validation.
- **Custom Extensions**: Customers may extend the table with custom columns for additional attributes.
### **Conclusion**
The EGO_SUPPLIERSITE_TMP
table is a critical component in Oracle EBS for managing supplier site data imports efficiently while ensuring data quality. Its design supports high-volume operations, error handling, and seamless integration with core AP and PO modules, making it indispensable for organizations leveraging Oracle Supplier Hub or bulk data migration tools.
-
Table: EGO_SUPPLIERSITE_TMP
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_SUPPLIERSITE_TMP, object_name:EGO_SUPPLIERSITE_TMP, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the search results of supplier/sites during item association creation , implementation_dba_data: EGO.EGO_SUPPLIERSITE_TMP ,
-
Table: EGO_SUPPLIERSITE_TMP
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_SUPPLIERSITE_TMP, object_name:EGO_SUPPLIERSITE_TMP, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the search results of supplier/sites during item association creation , implementation_dba_data: EGO.EGO_SUPPLIERSITE_TMP ,
-
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 ,
-
Table: EGO_REPORT_DELIVERABLES
12.1.1
product: EGO - Advanced Product Catalog , description: This table is used to store Deliverable Task information for the Report , implementation_dba_data: Not implemented in this database ,
-
Table: EGO_UOM_MAPPING_MASTER
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_UOM_MAPPING_MASTER, object_name:EGO_UOM_MAPPING_MASTER, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store UOM Mapping for a given Source System. , implementation_dba_data: EGO.EGO_UOM_MAPPING_MASTER ,
-
Table: EGO_MASSUPDATE_ORG_TMP
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_MASSUPDATE_ORG_TMP, object_name:EGO_MASSUPDATE_ORG_TMP, status:VALID, product: EGO - Advanced Product Catalog , description: This table holds the Organization data for mass update flows , implementation_dba_data: EGO.EGO_MASSUPDATE_ORG_TMP ,
-
Table: EGO_GLOBAL_BUTTON
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_GLOBAL_BUTTON, object_name:EGO_GLOBAL_BUTTON, status:VALID, product: EGO - Advanced Product Catalog , description: Table for Global Buttons (This table is obsolete) , implementation_dba_data: EGO.EGO_GLOBAL_BUTTON ,
-
Table: EGO_PAGES_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PAGES_B, object_name:EGO_PAGES_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores information about User-Defined Pages , implementation_dba_data: EGO.EGO_PAGES_B ,
-
Table: EGO_ITEM_TP_ATTRS_EXT_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_TP_ATTRS_EXT_TL, object_name:EGO_ITEM_TP_ATTRS_EXT_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the Translatable Trading Partner specific attribute values for an Item. This table is used in UCCnet Industry extensions. , implementation_dba_data: EGO.EGO_ITEM_TP_ATTRS_EXT_TL ,
-
Table: EGO_CAT_GRP_RPT_TEMPLATES
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_CAT_GRP_RPT_TEMPLATES, object_name:EGO_CAT_GRP_RPT_TEMPLATES, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store associations between item catalog groups and XML publisher templates , implementation_dba_data: EGO.EGO_CAT_GRP_RPT_TEMPLATES ,
-
Table: EGO_RULE_SETS_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_RULE_SETS_TL, object_name:EGO_RULE_SETS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the translatable entries in Ruleset metadata. , implementation_dba_data: EGO.EGO_RULE_SETS_TL ,
-
Table: EGO_ITM_GTN_MUL_ATTRS_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITM_GTN_MUL_ATTRS_B, object_name:EGO_ITM_GTN_MUL_ATTRS_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the multi row, untranslated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITM_GTN_MUL_ATTRS_B ,
-
Table: EGO_USER_RULES_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_USER_RULES_B, object_name:EGO_USER_RULES_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the individual rules metadata. , implementation_dba_data: EGO.EGO_USER_RULES_B ,
-
Table: EGO_LCPHASE_ITEM_STATUS
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_LCPHASE_ITEM_STATUS, object_name:EGO_LCPHASE_ITEM_STATUS, status:VALID, product: EGO - Advanced Product Catalog , description: This table contains phases and all possible statuses in this phase , implementation_dba_data: EGO.EGO_LCPHASE_ITEM_STATUS ,
-
Table: EGO_DATA_LEVEL_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_DATA_LEVEL_TL, object_name:EGO_DATA_LEVEL_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the translatable information of data level metadata information. , implementation_dba_data: EGO.EGO_DATA_LEVEL_TL ,
-
Table: EGO_OBJECT_ROLES
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_OBJECT_ROLES, object_name:EGO_OBJECT_ROLES, status:VALID, product: EGO - Advanced Product Catalog , implementation_dba_data: EGO.EGO_OBJECT_ROLES ,
-
Table: EGO_ATTR_GROUP_DL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ATTR_GROUP_DL, object_name:EGO_ATTR_GROUP_DL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the data level information enabled for an attribute group. , implementation_dba_data: EGO.EGO_ATTR_GROUP_DL ,
-
Table: EGO_ITEM_GTN_ATTRS_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_GTN_ATTRS_B, object_name:EGO_ITEM_GTN_ATTRS_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the single row, untranslated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITEM_GTN_ATTRS_B ,
-
Table: EGO_RULE_ATTRIBUTE_USAGES
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_RULE_ATTRIBUTE_USAGES, object_name:EGO_RULE_ATTRIBUTE_USAGES, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the attributes that are refered/used in a rule , implementation_dba_data: EGO.EGO_RULE_ATTRIBUTE_USAGES ,
-
Table: EGO_FUNCTIONS_TL
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_FUNCTIONS_TL, object_name:EGO_FUNCTIONS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores transalatable information about User-Defined Functions. Base table is EGO_FUNCTIONS_B , implementation_dba_data: EGO.EGO_FUNCTIONS_TL ,
-
Table: EGO_FUNC_PARAMS_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_FUNC_PARAMS_B, object_name:EGO_FUNC_PARAMS_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the parameters defined for a User-Defined Functions , implementation_dba_data: EGO.EGO_FUNC_PARAMS_B ,
-
Table: EGO_FND_DESC_FLEXS_EXT
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_FND_DESC_FLEXS_EXT, object_name:EGO_FND_DESC_FLEXS_EXT, status:VALID, product: EGO - Advanced Product Catalog , description: This is an extension table on FND_DESCR_FLEX_CONTEXTS , implementation_dba_data: EGO.EGO_FND_DESC_FLEXS_EXT ,
-
Table: EGO_TRANS_ATTR_VERS_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_TRANS_ATTR_VERS_B, object_name:EGO_TRANS_ATTR_VERS_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the transaction attribute values for an item. , implementation_dba_data: EGO.EGO_TRANS_ATTR_VERS_B ,
-
Table: EGO_ITEM_ASSOCIATIONS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_ASSOCIATIONS, object_name:EGO_ITEM_ASSOCIATIONS, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store item associations , implementation_dba_data: EGO.EGO_ITEM_ASSOCIATIONS ,
-
Table: EGO_CUSTOMIZATION_EXT
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_CUSTOMIZATION_EXT, object_name:EGO_CUSTOMIZATION_EXT, status:VALID, product: EGO - Advanced Product Catalog , description: This is an extension table of AK_CUSTOMIZATIONS; it adds classifications1,2,3 , implementation_dba_data: EGO.EGO_CUSTOMIZATION_EXT ,
-
Table: EGO_PUB_BAT_STATUS_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PUB_BAT_STATUS_B, object_name:EGO_PUB_BAT_STATUS_B, status:VALID, product: EGO - Advanced Product Catalog , implementation_dba_data: EGO.EGO_PUB_BAT_STATUS_B ,
-
Table: EGO_ATTR_GROUP_COLS_INTF
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ATTR_GROUP_COLS_INTF, object_name:EGO_ATTR_GROUP_COLS_INTF, status:VALID, product: EGO - Advanced Product Catalog , description: EGO_ATTR_GROUP_COLS_INTF temporarily stores the definitions for attributes before loading this information into Oracle Advanced Product Catalog. This table contains user friendly columns which allow you to easily enter your data as well a , implementation_dba_data: EGO.EGO_ATTR_GROUP_COLS_INTF ,
-
Table: EGO_PAGE_ENTRIES_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PAGE_ENTRIES_B, object_name:EGO_PAGE_ENTRIES_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table contains the Entries in a User-Defined Page , implementation_dba_data: EGO.EGO_PAGE_ENTRIES_B ,
-
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_TP_ATTRS_EXT_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITEM_TP_ATTRS_EXT_TL, object_name:EGO_ITEM_TP_ATTRS_EXT_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the Translatable Trading Partner specific attribute values for an Item. This table is used in UCCnet Industry extensions. , implementation_dba_data: EGO.EGO_ITEM_TP_ATTRS_EXT_TL ,
-
Table: EGO_PUB_WS_FLAT_RECS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PUB_WS_FLAT_RECS, object_name:EGO_PUB_WS_FLAT_RECS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores all entities to be published as output xml for a given xml input. , implementation_dba_data: EGO.EGO_PUB_WS_FLAT_RECS ,
-
Table: EGO_UOM_MAPPING_ROWS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_UOM_MAPPING_ROWS, object_name:EGO_UOM_MAPPING_ROWS, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store mapping row for each UOM. , implementation_dba_data: EGO.EGO_UOM_MAPPING_ROWS ,
-
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 ,
-
Table: EGO_IMAGES
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_IMAGES, object_name:EGO_IMAGES, status:VALID, product: EGO - Advanced Product Catalog , description: Information about the Images (This table is obsolete) , implementation_dba_data: EGO.EGO_IMAGES ,
-
Table: EGO_ACTIONS_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ACTIONS_TL, object_name:EGO_ACTIONS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table contains TL related information about User-Defined Actions. Base table is EGO_ACTIONS_B , implementation_dba_data: EGO.EGO_ACTIONS_TL ,
-
Table: EGO_ITM_GTN_MUL_ATTRS_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITM_GTN_MUL_ATTRS_B, object_name:EGO_ITM_GTN_MUL_ATTRS_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the multi row, untranslated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITM_GTN_MUL_ATTRS_B ,
-
Table: EGO_SKU_VARIANT_ATTR_USAGES
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_SKU_VARIANT_ATTR_USAGES, object_name:EGO_SKU_VARIANT_ATTR_USAGES, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the concatenated value of all variant attributes for a SKU item , implementation_dba_data: EGO.EGO_SKU_VARIANT_ATTR_USAGES ,
-
Table: EGO_PRODUCT_CAT_SET_EXT
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PRODUCT_CAT_SET_EXT, object_name:EGO_PRODUCT_CAT_SET_EXT, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store sales and marketing attribute group values for product catalog , implementation_dba_data: EGO.EGO_PRODUCT_CAT_SET_EXT ,
-
Table: EGO_LCPHASE_POLICY
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_LCPHASE_POLICY, object_name:EGO_LCPHASE_POLICY, status:VALID, product: EGO - Advanced Product Catalog , description: Table is obsoleted , implementation_dba_data: EGO.EGO_LCPHASE_POLICY ,
-
Table: EGO_ITM_GTN_MUL_ATTRS_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ITM_GTN_MUL_ATTRS_TL, object_name:EGO_ITM_GTN_MUL_ATTRS_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores the multi row, translated global trading item number atttributes , implementation_dba_data: EGO.EGO_ITM_GTN_MUL_ATTRS_TL ,
-
Table: EGO_GTN_MUL_ATTR_CHG_TL
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_GTN_MUL_ATTR_CHG_TL, object_name:EGO_GTN_MUL_ATTR_CHG_TL, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes Developer Defined Multirow Attr Groups Translatable Information , implementation_dba_data: EGO.EGO_GTN_MUL_ATTR_CHG_TL ,
-
Table: EGO_INCLUDED_RULESETS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_INCLUDED_RULESETS, object_name:EGO_INCLUDED_RULESETS, status:VALID, product: EGO - Advanced Product Catalog , description: This table stores which the inclusions of one ruleset in another ruleset , implementation_dba_data: EGO.EGO_INCLUDED_RULESETS ,
-
Table: EGO_PUB_WS_CONFIG
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_PUB_WS_CONFIG, object_name:EGO_PUB_WS_CONFIG, status:VALID, product: EGO - Advanced Product Catalog , implementation_dba_data: EGO.EGO_PUB_WS_CONFIG ,
-
Table: EGO_OBJTYPE_ATTACH_CATS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_OBJTYPE_ATTACH_CATS, object_name:EGO_OBJTYPE_ATTACH_CATS, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store object type - attachment category associations. , implementation_dba_data: EGO.EGO_OBJTYPE_ATTACH_CATS ,
-
Table: EGO_ATTR_GROUPS_DL_INTERFACE
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_ATTR_GROUPS_DL_INTERFACE, object_name:EGO_ATTR_GROUPS_DL_INTERFACE, status:VALID, product: EGO - Advanced Product Catalog , description: EGO_ATTR_GROUPS_DL_INTERFACE temporarily stores the definitions for attribute group data level before loading this information into Oracle Advanced Product Catalog. This table contains user friendly columns which allow you to easily enter , implementation_dba_data: EGO.EGO_ATTR_GROUPS_DL_INTERFACE ,
-
Table: EGO_FND_DF_COL_USGS_EXT
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_FND_DF_COL_USGS_EXT, object_name:EGO_FND_DF_COL_USGS_EXT, status:VALID, product: EGO - Advanced Product Catalog , description: This table contains metadata information about Attributes , implementation_dba_data: EGO.EGO_FND_DF_COL_USGS_EXT ,
-
Table: EGO_VS_VALUES_DISP_ORDER
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_VS_VALUES_DISP_ORDER, object_name:EGO_VS_VALUES_DISP_ORDER, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store the display order for value set values , implementation_dba_data: EGO.EGO_VS_VALUES_DISP_ORDER ,
-
Table: EGO_GENERIC_TEMP
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_GENERIC_TEMP, object_name:EGO_GENERIC_TEMP, status:VALID, product: EGO - Advanced Product Catalog , description: This table is for internal use by the EGO UI , implementation_dba_data: EGO.EGO_GENERIC_TEMP ,
-
Table: EGO_CATG_MAP_DTLS
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_CATG_MAP_DTLS, object_name:EGO_CATG_MAP_DTLS, status:VALID, product: EGO - Advanced Product Catalog , description: This table contains the category mapping imformation. , implementation_dba_data: EGO.EGO_CATG_MAP_DTLS ,