DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RES_ENGINE dependencies on MTL_SYSTEM_ITEMS_B

Line 43: from mtl_system_items_b

39: lot_number, serial_number, insp_result;
40:
41: CURSOR item_uom_cur(l_item NUMBER, l_org NUMBER) IS
42: select primary_unit_of_measure
43: from mtl_system_items_b
44: where inventory_item_id = l_item
45: and organization_id = l_org;
46:
47: l_lpn_id NUMBER;