--application/shared_components/user_interface/lov/housings begin wwv_flow_api.create_list_of_values ( p_id => 12898311751698269 + wwv_flow_api.g_id_offset, p_flow_id => wwv_flow.g_flow_id, p_lov_name => 'HOUSINGS', p_lov_query=> 'select code as display_value, code as return_value'||chr(10)|| 'from housings'||chr(10)|| 'order by code'); null; end; /