DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on MTL_ONHAND_QUANTITIES_DETAIL

Line 207: from mtl_onhand_quantities_detail moq,

203: cursor c_org_items is
204: select distinct moq.inventory_item_id,
205: nvl(msib.max_minmax_quantity,0) max,
206: revision_qty_control_code
207: from mtl_onhand_quantities_detail moq,
208: mtl_system_items_b msib
209: where moq.organization_id = p_organization_id
210: and msib.organization_id = moq.organization_id
211: and msib.inventory_item_id = moq.inventory_item_id