E-mail IPQ Tecnologia
           
                  Amigos,

                  estou executando um select por meio de um saltblpopulate, na 
base de apenas um cliente é retornado o erro:
                  SQL Application Programming Interface (API) recursively 
entered
                  Number: 111 (rolled back)

                  O cliente em questão usa o banco de dados oracle 10, mas já 
testei em outras bases do oracle e funciona corretamente. 

                  Executei o select direto na query e funcionou, só da o erro 
executando pelo centura.

                  O select está em anexo a mensagem.

                  Alguma sugestão? 
           
                  George Hilton
                  Desenvolvimento 
                  [EMAIL PROTECTED] 
                  www.ipqtecnologia.com.br
                  +55 (71) 3340-3200    
           
     

Attachment: top_ipq.gif
Description: GIF image

Attachment: siemens.gif
Description: GIF image

Attachment: furukawa.gif
Description: GIF image

Attachment: agOi.gif
Description: GIF image

Select trpp_cod,
        trpp_trpg_cod  ||  '/'  ||  trpp_sigla,
        forn_nome,
        trpp_valprev,
        trpp_dtvenc,
        trpp_trpg_cod  ||  '/'  ||  trpp_sigla  ||  '/'  || 
        trpp_obs,
        cere_sigla,
        trpg_num_doc,
        trpp_obs,
        itpc_sigla
 
from    fornecedor,
        centro_resultado,
        item_pcg,
        transacao_pg,
        tr_parcela_pg
        

where  exists (select 1 from centro_resultado 
               where trpp_cere_cod = cere_cod and cere_grcr_cod = 'GERAL')
and    not exists (select 1 from selecao_cheque where sech_trpp_cod = trpp_cod)
and    trpp_lopa_cod is null 
and     trpp_reme_cod is null
and      trpp_sttr_cod = 'NO'
and    ( trpp_ind_previsao != 'S' or  trpp_ind_previsao is null )
and      trpg_cod = trpp_trpg_cod
and      forn_cod = trpg_forn_cod
and      trpp_cere_cod = cere_cod
and      trpp_itpc_cod = itpc_cod
and      trpp_dtvenc >= '30-mar-07'
and      trpp_dtvenc <= '30-mar-07'  ORDER BY   forn_nome, trpp_dtvenc 

Responder a