Histórico da Página
...
Atributo | Tipo | Formato | Descrição | Obrig. | Evol. |
ttv_ind_niv_operac_apb | character | X(10) | 1 = Movimento 2 = Titulo |
|
|
ttv_ind_tip_operac_apb | character | X(12) | 1 = Estorno 2 = Cancelamento |
|
|
tta_cod_estab | character | x(3) / x(5)* | Estabelecimento |
|
|
tta_num_id_tit_ap | integer | 1E+10 | Token Tit AP |
|
|
tta_num_id_movto_tit_ap | integer | 1E+10 | Token Movto Tit AP |
|
|
tta_cod_refer | character | x(10) | Referência |
|
|
tta_dat_transacao | date | 99/99/9999 | Data Transação |
|
|
tta_cod_histor_padr | character | x(8) | Histórico Padrão |
|
|
ttv_des_histor | character | x(40) | Contém |
|
|
ttv_ind_tip_estorn | character | X(10) | 1 = Parcial 2 = Total |
|
|
tta_cod_portador | character | x(5) | Portador |
|
|
ttv_cod_estab_reembol | character | x(8) | Estabelecimento Reembolso |
|
|
ttv_log_reaber_item | logical | Sim/Não | Reabre Item |
|
|
ttv_log_reembol | logical | Sim/Não | Reembolso |
|
|
ttv_log_estorn_impto_retid | logical | Sim/Não | Estorna Imposto |
|
|
tta_cod_estab_ext | character | x(8) | Estabelecimento Externo |
|
|
ttv_rec_tit_ap | recid | >>>>>>9 | Recid Título |
|
|
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 |
|
|
ttv_log_estorn_todos_mov | logical | Sim/Não | Estorna Todos os Movimentos do Título ? |
def temp-table tt_cancelamento_estorno_apb_2 no-undo
field ttv_ind_niv_operac_apb as character format "X(10)"
field ttv_ind_tip_operac_apb as character format "X(12)"
field tta_cod_estab as character format "x(5)" label "Estabelecimento" column-label "Estab"
field tta_num_id_tit_ap as integer format "9999999999" initial 0 label "Token Tit AP" column-label "Token Tit AP"
field tta_num_id_movto_tit_ap as integer format "9999999999" initial 0 label "Token Movto Tit AP" column-label "Id Tit AP"
field tta_cod_refer as character format "x(10)" label "Referência" column-label "Referência"
field tta_dat_transacao as date format "99/99/9999" initial today label "Data Transação" column-label "Dat Transac"
field tta_cod_histor_padr as character format "x(8)" label "Histórico Padrão" column-label "Histórico Padrão"
field ttv_des_histor as character format "x(40)" label "Contém" column-label "Histórico"
field ttv_ind_tip_estorn as character format "X(10)"
field tta_cod_portador as character format "x(5)" label "Portador" column-label "Portador"
field ttv_cod_estab_reembol as character format "x(8)"
field ttv_log_reaber_item as logical format "Sim/Não" initial yes
field ttv_log_reembol as logical format "Sim/Não" initial yes
field ttv_log_estorn_impto_retid as logical format "Sim/Não" initial yes
field tta_cod_estab_ext as character format "x(8)" label "Estabelecimento Exte" column-label "Estabelecimento Ext"
field ttv_rec_tit_ap as recid format ">>>>>>9" initial ?
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 tta_cod_ser_docto as character format "x(5)" label "Série Documento" column-label "Série"
field tta_cod_tit_ap as character format "x(16)" label "Título" column-label "Título"
field tta_cod_parcela as character format "x(02)" label "Parcela" column-label "Parc"
field ttv_log_estorn_todos_mov as logical format "Sim/Não" initial no
.
...