Histórico da Página
...
Tabela Temporária | Descrição | Entrada/Saída | ||
tt_titvinc_apan_vlx_compdo | Conterá as informações necessárias para encontrar a provisão ou previsão dentro do APB e irá retornar o valor que está comprometido para aquela provisão ou previsão informada. | tit | Informações das Antecipações e Títulos que serão vinculados. | EntradaEntrada e Saída |
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. | ||||||||||||||||||||
tta_cod_estab | character | x(3) / x(5)* | Estabelecimento | tta_cdn_fornecedor | Integer | >>>,>>>,>>9 | Fornecedor | tta_cod_espec_docto | character | x(3) | Espécie Documento | tta_cod_ser_docto | character | x(3)/x(5)** | Série Documento | tta_cod_tit_ap | character | x(10)/x(16)** | Título | tta_cod_parcela | character | x(02) | Parcela | ||
tta_val_comprtdo_tit_ap | decimal | ->>>,>>>,>>9.99 | Valor Comprometido | ||||||||||||||||||||||
tta_val_sdo_tit_ap | decimal | ->>>,>>>,>>9.99 | Valor Saldo | ||||||||||||||||||||||
ttv_log_existe_tit | logical | Sim/Não |
def temp-table tt_titvinc_apan_vlx_compdo tit no-undo
field tta field ttv_cod_estab as estab_ant as character format "x(53)" label "Estabelecimento" column-label "Estab"
field tta_cdn_fornecedor as Integer format ">>>,>>>,>>9" initial 0 label "Fornecedor" column-label "Fornecedor"
field tta_cod_espec_docto as character format "x(3)" label "Espécie Documento" column-label "Espécie"
field ttv_num_id_ant as integer format ">>>>,>>9"
field ttv_cod_estab_tit_ap field tta_cod_ser_docto as character format "x(3)" label "Série Documento" column-label "Série" field tta_cod_tit_ap as character format "x(10)" label "Título8)"
field ttv_num_id_tit_ap as integer format "999999999" initial 0 label "Token Tít AP" column-label "Título" field tta_cod_parcela as character format "x(02)" label "ParcelaToken Tít AP"
field ttv_val_vincul as decimal format "->>,>>>,>>>,>>9.99" decimals 2 label "Comissão Vinculada" column-label "Parc" field ttaComissão Vinculada"
field ttv_val_comprtdocotac_titindic_ap econ as decimal format "->>,>>>,>>>,>>9.999999999999" decimals 2 initial 0 10 label "Valor Comprometido dCotação" column-label "Valor Comprometido d" field tta_val_sdo_tit_ap as decimal format "->>>,>>>,>>9.99" decimals 2 initial 0 label "Valor SaldoCotação"
field ttv_des_text_histor as character format "x(2000)" label "Histórico" column-label "Valor Saldo"
field ttv_log_existe_tit as logical format "Sim/NÆo" initial no
Histórico"
index tt_id is primary unique
ttv_cod_estab_ant ascending
ttv_num_id_ant ascending
ttv_cod_estab_tit_ap ascending
ttv_num_id_tit_ap ascending.