918: OR((cur.weight_uom_code IS NOT NULL) AND (NVL(cur.weight_uom_code,-1) <> NVL(l_old_weight_uom_code,-1))))
919: AND cur.transaction_type = 'UPDATE'
920: AND cur.gdsn_outbound_enabled_flag = 'Y')
921: THEN
922: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,
923: p_org_id => cur.organization_id );
924:
925: IF (l_valid <> FND_API.G_TRUE) THEN
926: l_unit_wt_disp_name := Get_Attr_Display_Name('EGO_MASTER_ITEMS', 'PhysicalAttributes' , 'UNIT_WEIGHT');
1184: END IF;
1185:
1186: IF l_error_status <> 1 THEN
1187: /* For update of Trade Item Descriptor GDSN Post Processing is triggered */
1188: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id
1189: ,p_organization_id => cur.organization_id
1190: ,p_trade_item_desc => cur.trade_item_descriptor
1191: ,x_return_status => x_return_status
1192: ,x_msg_count => x_msg_count
1302: OR((cur.weight_uom_code IS NOT NULL) AND (NVL(cur.weight_uom_code,-1) <> NVL(l_old_weight_uom_code,-1))))
1303: AND cur.transaction_type = 'UPDATE'
1304: AND cur.gdsn_outbound_enabled_flag = 'Y')
1305: THEN
1306: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,
1307: p_org_id => cur.organization_id );
1308:
1309: IF (l_valid <> FND_API.G_TRUE) THEN
1310: FND_MESSAGE.SET_NAME ( 'EGO', 'EGO_ATTR_NOT_EDITABLE');
1566: END IF;
1567:
1568: IF l_error_status <> 1 THEN
1569: /* For update of Trade Item Descriptor GDSN Post Processing is triggered */
1570: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id
1571: ,p_organization_id => cur.organization_id
1572: ,p_trade_item_desc => cur.trade_item_descriptor
1573: ,x_return_status => x_return_status
1574: ,x_msg_count => x_msg_count
2771: l_suppress_flag VARCHAR2(10);
2772: BEGIN
2773: IF (INV_Item_Util.g_Appl_Inst.EGO <> 0 AND
2774: INV_ITEM_UTIL.Object_Exists(p_object_type => 'PACKAGE'
2775: ,p_object_name => 'EGO_GTIN_PVT') ='Y') THEN
2776: --Bug:4174218 BOM rollup code is calling ego-pvt with supress_rollup
2777: IF NVL(G_PROCESS_CONTROL,'N') <> 'SUPPRESS_ROLLUP' THEN
2778: l_suppress_flag := 'N';
2779: ELSE
2779: ELSE
2780: l_suppress_flag := 'Y';
2781: END IF;
2782: l_sql := 'BEGIN '||
2783: ' EGO_GTIN_PVT.PROCESS_UCCNET_ATTRIBUTES( '||
2784: ' P_Prog_AppId => :P_Prog_AppId, '||
2785: ' P_Prog_Id => :P_Prog_Id, '||
2786: ' P_Request_Id => :P_Request_Id, '||
2787: ' P_User_Id => :P_User_Id, '||