DBA Data[Home] [Help]

APPS.INV_EGO_REVISION_VALIDATE dependencies on EGO_GTIN_PVT

Line 978: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,

974: OR((cur.weight_uom_code IS NOT NULL) AND (NVL(cur.weight_uom_code,-1) <> NVL(l_old_weight_uom_code,-1))))
975: AND cur.transaction_type = 'UPDATE'
976: AND cur.gdsn_outbound_enabled_flag = 'Y')
977: THEN
978: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,
979: p_org_id => cur.organization_id );
980:
981: IF (l_valid <> FND_API.G_TRUE) THEN
982: l_unit_wt_disp_name := Get_Attr_Display_Name('EGO_MASTER_ITEMS', 'PhysicalAttributes' , 'UNIT_WEIGHT');

Line 1285: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id

1281: END IF;
1282:
1283: IF l_error_status <> 1 THEN
1284: /* For update of Trade Item Descriptor GDSN Post Processing is triggered */
1285: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id
1286: ,p_organization_id => cur.organization_id
1287: ,p_trade_item_desc => cur.trade_item_descriptor
1288: ,x_return_status => x_return_status
1289: ,x_msg_count => x_msg_count

Line 1404: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,

1400: OR((cur.weight_uom_code IS NOT NULL) AND (NVL(cur.weight_uom_code,-1) <> NVL(l_old_weight_uom_code,-1))))
1401: AND cur.transaction_type = 'UPDATE'
1402: AND cur.gdsn_outbound_enabled_flag = 'Y')
1403: THEN
1404: l_valid := EGO_GTIN_PVT.Validate_Unit_Wt_Uom(p_inventory_item_id => cur.inventory_item_id,
1405: p_org_id => cur.organization_id );
1406:
1407: IF (l_valid <> FND_API.G_TRUE) THEN
1408: FND_MESSAGE.SET_NAME ( 'EGO', 'EGO_ATTR_NOT_EDITABLE');

Line 1668: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id

1664: END IF;
1665:
1666: IF l_error_status <> 1 THEN
1667: /* For update of Trade Item Descriptor GDSN Post Processing is triggered */
1668: EGO_GTIN_PVT.process_gtid_update ( p_inventory_item_id => cur.inventory_item_id
1669: ,p_organization_id => cur.organization_id
1670: ,p_trade_item_desc => cur.trade_item_descriptor
1671: ,x_return_status => x_return_status
1672: ,x_msg_count => x_msg_count

Line 2946: ,p_object_name => 'EGO_GTIN_PVT') ='Y') THEN

2942: l_suppress_flag VARCHAR2(10);
2943: BEGIN
2944: IF (INV_Item_Util.g_Appl_Inst.EGO <> 0 AND
2945: INV_ITEM_UTIL.Object_Exists(p_object_type => 'PACKAGE'
2946: ,p_object_name => 'EGO_GTIN_PVT') ='Y') THEN
2947: --Bug:4174218 BOM rollup code is calling ego-pvt with supress_rollup
2948: IF NVL(G_PROCESS_CONTROL,'N') <> 'SUPPRESS_ROLLUP' THEN
2949: l_suppress_flag := 'N';
2950: ELSE

Line 2954: ' EGO_GTIN_PVT.PROCESS_UCCNET_ATTRIBUTES( '||

2950: ELSE
2951: l_suppress_flag := 'Y';
2952: END IF;
2953: l_sql := 'BEGIN '||
2954: ' EGO_GTIN_PVT.PROCESS_UCCNET_ATTRIBUTES( '||
2955: ' P_Prog_AppId => :P_Prog_AppId, '||
2956: ' P_Prog_Id => :P_Prog_Id, '||
2957: ' P_Request_Id => :P_Request_Id, '||
2958: ' P_User_Id => :P_User_Id, '||