Search Results class_of_dangerous_code
Overview
The EGO_GTN_MUL_ATTR_CHG_B table is an Advanced Product Catalog (EGO) transactional storage object in Oracle E-Business Suite 12.1.1 and 12.2.2. It exists to hold pending changes for developer-defined multirow attribute groups submitted through the Product Information Management (PIM) change management workflow. Rather than writing attribute edits directly into the live item definition, the application stages them here so that they can be reviewed, approved, and subsequently applied to the published item record. Because the table shares the same logical attribute set as the base multirow attribute group structure but is scoped to a change line, it acts as the change-staging counterpart to the production attribute table.
From a dimensional modeling perspective, the mined foreign-key structure classifies this table as standalone, meaning it has no outbound hierarchy to a larger hub or link beyond its two parent references. It is best understood as a change-scoped attribute container: a hub-like anchor keyed by extension and change identifiers, surrounded by business attribute values, rather than a true Data Vault satellite attached to a master hub.
Key Information Stored
The unique index EGO_GTN_MUL_ATTR_CHG_B_U1 covers EXTENSION_ID, CHANGE_LINE_ID, and ACD_TYPE, establishing the business-key candidate that identifies one pending attribute change record. Key columns include:
EXTENSION_ID— the identifier linking the staged attribute row to its owning item extension record; a core component of the unique business key.CHANGE_LINE_ID— the change management line under which the attribute edit was submitted; the second component of the unique key.ACD_TYPE— the attribute change directive type, defining the nature of the pending modification; the third component of the unique key.INVENTORY_ITEM_IDandORGANIZATION_ID— the item and inventory organization context to which the change applies.CHANGE_ID— the parent change order header that groups lines for approval routing.ITEM_CATALOG_GROUP_ID— the catalog group for the item, referencingMTL_ITEM_CATALOG_GROUPS_B.MANUFACTURER_IDandMANUFACTURER_GLN— manufacturer reference and its Global Location Number, with the identifier referencingMTL_MANUFACTURERS.REVISION_ID— the item revision affected by the pending change.ATTR_GROUP_ID— the developer-defined attribute group being modified.MASTER_ORG_EXTENSION_ID— the master organization extension used when propagating changes across orgs.IMPLEMENTATION_DATE— the scheduled or actual date the staged change is applied.- Compliance attributes including
COUNTRY_OF_ORIGIN,HARMONIZED_TARIFF_SYS_ID_CODE,UNITED_NATIONS_DANG_GOODS_NO,DANGEROUS_GOODS_HAZARDOUS_CODE, andFLASH_POINT_TEMPwithUOM_FLASH_POINT_TEMP. - Standard audit columns
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andLAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical uses include auditing pending PIM attribute changes, reconciling changes to their change orders before approval, and reporting on compliance attributes awaiting implementation. A representative query joins staging rows to the change header:
- Pending changes by item:
SELECT CHANGE_LINE_ID, ACD_TYPE, COUNTRY_OF_ORIGIN FROM EGO_GTN_MUL_ATTR_CHG_B WHERE INVENTORY_ITEM_ID = :item_id. - Changes awaiting implementation: filter on
IMPLEMENTATION_DATE IS NULLgrouped byCHANGE_ID. - Manufacturer-restricted attribute review: join
MANUFACTURER_IDtoMTL_MANUFACTURERS.
Related Objects
The most significant related objects, grounded in the documented foreign keys and column semantics, are:
MTL_ITEM_CATALOG_GROUPS_B— joined onITEM_CATALOG_GROUP_ID.MTL_MANUFACTURERS— joined onMANUFACTURER_ID.EGO_GTN_MUL_ATTR_CHG_TL— the translated/detail counterpart typically paired with the_Bstaging table.- The change order tables referenced through
CHANGE_IDandCHANGE_LINE_ID. - The item extension structures referenced through
EXTENSION_IDandMASTER_ORG_EXTENSION_ID.
-
Table: EGO_GTN_MUL_ATTR_CHG_B
12.2.2
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_GTN_MUL_ATTR_CHG_B, object_name:EGO_GTN_MUL_ATTR_CHG_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes Developer Defined Multirow Attr Groups Information , implementation_dba_data: EGO.EGO_GTN_MUL_ATTR_CHG_B ,
-
Table: EGO_GTN_MUL_ATTR_CHG_B
12.1.1
owner:EGO, object_type:TABLE, fnd_design_data:EGO.EGO_GTN_MUL_ATTR_CHG_B, object_name:EGO_GTN_MUL_ATTR_CHG_B, status:VALID, product: EGO - Advanced Product Catalog , description: This table is used to store Pending Changes Developer Defined Multirow Attr Groups Information , implementation_dba_data: EGO.EGO_GTN_MUL_ATTR_CHG_B ,
-
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_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 ,
-
View: EGO_GTN_MUL_ATTR_CHG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTN_MUL_ATTR_CHG_VL, object_name:EGO_GTN_MUL_ATTR_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for GDSN multi row attributes , implementation_dba_data: APPS.EGO_GTN_MUL_ATTR_CHG_VL ,
-
View: EGO_GTN_MUL_ATTR_CHG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTN_MUL_ATTR_CHG_VL, object_name:EGO_GTN_MUL_ATTR_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for GDSN multi row attributes , implementation_dba_data: APPS.EGO_GTN_MUL_ATTR_CHG_VL ,
-
View: EGO_GTIN_HAZMAT_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAZMAT_ATTRS_V, object_name:EGO_GTIN_HAZMAT_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Hazardous information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAZMAT_ATTRS_V ,
-
View: EGO_ITM_GTN_MUL_ATTRS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITM_GTN_MUL_ATTRS_VL, object_name:EGO_ITM_GTN_MUL_ATTRS_VL, status:VALID, product: EGO - Advanced Product Catalog , description: View for multi row gtin attributes , implementation_dba_data: APPS.EGO_ITM_GTN_MUL_ATTRS_VL ,
-
View: EGO_GTIN_HAZMAT_ATTRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_GTIN_HAZMAT_ATTRS_V, object_name:EGO_GTIN_HAZMAT_ATTRS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for Hazardous information gtin attributes , implementation_dba_data: APPS.EGO_GTIN_HAZMAT_ATTRS_V ,
-
View: EGO_ITM_GTN_MUL_ATTRS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITM_GTN_MUL_ATTRS_VL, object_name:EGO_ITM_GTN_MUL_ATTRS_VL, status:VALID, product: EGO - Advanced Product Catalog , description: View for multi row gtin attributes , implementation_dba_data: APPS.EGO_ITM_GTN_MUL_ATTRS_VL ,