Check:
if :BL_CLIENTE.NM_CLIENTE IS NULL then
PR_INFORMACAO('Não é permitido abrir essa tela enquanto registro não for pesquisado.');
else
if ( :bl_cliente.nm_cliente is null ) then
ln_mens := fu_alerta('Favor pesquisar um registro.',1);
raise form_trigger_failure;
end if;
.
.
.
end if;