DBA Data[Home] [Help]

APPS.OKL_ETO_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 144: FROM mtl_system_items_b

140: ,p_eto_rec IN okl_eto_rec) IS
141:
142: CURSOR item_exists_csr IS
143: SELECT 'x'
144: FROM mtl_system_items_b
145: WHERE inventory_item_id = p_eto_rec.inventory_item_id;
146: l_dummy_var VARCHAR2(1) := '?';
147:
148: BEGIN