DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MTL_LOT_UOM_CLASS_CONVERSIONS

Line 1765: FROM mtl_lot_uom_class_conversions

1761:
1762: -- Check if the conversion already exists
1763: SELECT count(*)
1764: INTO l_count
1765: FROM mtl_lot_uom_class_conversions
1766: WHERE
1767: organization_id = c.organization_id AND
1768: inventory_item_id = l_inventory_item_id AND
1769: lot_number = c.lot_number AND

Line 1794: INSERT INTO mtl_lot_uom_class_conversions(

1790: END IF;
1791:
1792: SELECT MTL_CONVERSION_ID_S.NEXTVAL INTO l_conversion_id FROM DUAL;
1793:
1794: INSERT INTO mtl_lot_uom_class_conversions(
1795: conversion_id,
1796: lot_number,
1797: organization_id,
1798: inventory_item_id,