DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MTL_LOT_UOM_CLASS_CONVERSIONS

Line 1673: FROM mtl_lot_uom_class_conversions

1669:
1670: -- Check if the conversion already exists
1671: SELECT count(*)
1672: INTO l_count
1673: FROM mtl_lot_uom_class_conversions
1674: WHERE
1675: organization_id = c.organization_id AND
1676: inventory_item_id = l_inventory_item_id AND
1677: lot_number = c.lot_number AND

Line 1702: INSERT INTO mtl_lot_uom_class_conversions(

1698: END IF;
1699:
1700: SELECT MTL_CONVERSION_ID_S.NEXTVAL INTO l_conversion_id FROM DUAL;
1701:
1702: INSERT INTO mtl_lot_uom_class_conversions(
1703: conversion_id,
1704: lot_number,
1705: organization_id,
1706: inventory_item_id,