DBA Data[Home] [Help]

APPS.GMD_QM_UOM dependencies on MTL_LOT_NUMBERS

Line 218: from mtl_lot_numbers

214:
215: --SCHANDRU INVCONV END
216: cursor get_child_lots (l_item_id_in number, l_organization_id_in number,l_parent_lot_number_in varchar2) is
217: select lot_number
218: from mtl_lot_numbers
219: where parent_lot_number = l_parent_lot_number_in and
220: organization_id = l_organization_id_in and
221: inventory_item_id = l_item_id_in ;
222: