[Home] [Help]
2472: end;
2473: elsif (p_batch_type = C_BATCH_ENTITY_VS) then
2474: begin
2475: select value_set_id into l_entity_id
2476: from EGO_VALUE_SETS_V
2477: where value_set_id = l_pk1_value;
2478: exception
2479: when no_data_found then
2480: l_valid := false;