4512: -- l_return_value := TRUE;
4513: BEGIN
4514: SELECT '1'
4515: INTO l_temp_id
4516: FROM mtl_secondary_inventories
4517: WHERE secondary_inventory_name = p_subinventory AND
4518: organization_id = p_organization_id;
4519: l_return_value := TRUE;
4520: