uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sto_transference | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
trf_out_dt | TimeStamp |
| Data de Envio | |||||
trf_in_dt | TimeStamp |
| Data do Recebimento | |||||
| trf_request_id | Integer | Requisição |
| ||||
trf_dest_loc_id | SmallInt | Local de Estocagem de Destino |
| |||||
trf_orig_loc_id | SmallInt | Local de Estocagem de Origem |
| |||||
trf_delete_bit | SmallInt | 0 | Bit de Exclusão | |||||
trf_unit_id | Integer | Unidade |
|
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sto_transference_sto_location_dest | URX_PUBLIC.sto_transference | trf_dest_loc_id | ||
ix_sto_transference_sto_location_orig | URX_PUBLIC.sto_transference | trf_orig_loc_id | ||
ix_sto_transference_sto_request | URX_PUBLIC.sto_transference | trf_request_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sto_transference_sto_location_dest | URX_PUBLIC.sto_location | URX_PUBLIC.sto_transference | loc_id | trf_dest_loc_id |
fk_sto_transference_sto_location_orig | URX_PUBLIC.sto_location | URX_PUBLIC.sto_transference | loc_id | trf_orig_loc_id |
fk_sto_transference_sto_request | URX_PUBLIC.sto_request | URX_PUBLIC.sto_transference | req_id | trf_request_id |
fk_sto_transference_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.sto_transference | uni_person_id | trf_unit_id |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
diagramA |