334: Select MTL.Name
335: ,MTL.Description
336: ,MTL.Primary_UOM_Code
337: ,MTL.Service_starting_delay
338: From OKX_SYSTEM_ITEMS_V MTL
339: Where MTL.id1 = p_Inventory_id
340: And MTL.Organization_id = okc_context.get_okc_organization_id;
341:
342: Cursor l_org_csr (p_line_id Number) Is