DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UOM_CONVERSIONS

Line 1035: from mtl_uom_conversions

1031: into uom_conv
1032: from dual
1033: where exists
1034: ( select 'x'
1035: from mtl_uom_conversions
1036: where inventory_item_id = p_item_id
1037: and uom_code = p_primary_uom_code
1038: );
1039:

Line 1055: (select 'x' from mtl_uom_conversions

1051: select count(1)
1052: into uom_other_conv
1053: from sys.dual
1054: where exists
1055: (select 'x' from mtl_uom_conversions
1056: where inventory_item_id = p_item_id)
1057: or exists
1058: (select 'x' from mtl_uom_class_conversions
1059: where inventory_item_id = p_item_id);