DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 293: FROM mtl_system_items_b

289:
290: -- nsinghi bug#5724815 Added new cursor to fetch the secondary uom code for item
291: CURSOR c_get_sec_uom IS
292: SELECT tracking_quantity_ind, secondary_uom_code
293: FROM mtl_system_items_b
294: WHERE inventory_item_id = p_item_id
295: AND organization_id = p_org_id;
296:
297: l_debug number;