Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Comentário: Exemplo de criação da tt_param_generic_api (campo safra e numero do contrato)

...

          ttv_cod_campo                    ascending

 

Exemplo Criação temp-table tt_params_generic_api para campo SAFRA:
create tt_params_generic_api.
assign tt_params_generic_api.ttv_rec_id          = (Campo Recid da temp-table) tt_integr_apb_item_lote_fatura.ttv_rec_integr_apb_item_lote
            tt_params_generic_api.ttv_cod_campo = 'Safra':U
            tt_params_generic_api.ttv_cod_tabela  = 'tt_integr_apb_item_lote_fatura':U
            tt_params_generic_api.ttv_cod_valor    = (Valor Da Safra).

Exemplo Criação temp-table tt_params_generic_api para campo NÚMERO DO CONTRATO:
create tt_params_generic_api.
assign tt_params_generic_api.ttv_rec_id          = (Campo Recid da temp-table) tt_integr_apb_item_lote_fatura.ttv_rec_integr_apb_item_lote
            tt_params_generic_api.ttv_cod_campo = 'cod_contrato':U
            tt_params_generic_api.ttv_cod_tabela  = 'tt_integr_apb_item_lote_fatura':U
            tt_params_generic_api.ttv_cod_valor    = (Valor Do COntrato)    .