DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 296: FROM mtl_system_items_b

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