uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
fin_invoice_request | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
inv_request_dt | TimeStampWithTimeZone | Data-Hora de geração do arquivo | ||||||
| inv_request_id | Integer |
| nextval('"URX_PUBLIC".fin_invoice_request_id_seq'::regclass) | Identificador | |||
inv_request_number | Integer | Número |
|
|||||
inv_request_file_id | Integer |
| Arquivo |
|
|
|||
inv_request_unit_id | Integer | Unidade |
| |||||
inv_request_account_id | Integer | Conta Bancária |
|
|
||||
inv_request_is_sent | SmallInt | 0 | Enviado ao Banco | |||||
inv_request_count | SmallInt | Nº de Registros | ||||||
inv_request_bank_id | VarChar(3) | Banco |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_fin_invoice_request_account | URX_PUBLIC.fin_account | URX_PUBLIC.fin_invoice_request | acc_id | inv_request_account_id |
fk_fin_invoice_request_bank | URX_PUBLIC.fin_bank | URX_PUBLIC.fin_invoice_request | ban_id | inv_request_bank_id |
fk_fin_invoice_request_sys_file | URX_PUBLIC.sys_file | URX_PUBLIC.fin_invoice_request | fil_id | inv_request_file_id |
fk_fin_invoice_request_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.fin_invoice_request | uni_person_id | inv_request_unit_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_fin_invoice_request | URX_PUBLIC.fin_invoice_request | URX_PUBLIC.fin_invoice | inv_request_id | inv_request_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_fin_invoice_request_create | URX_PUBLIC.fin_invoice_request |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
tg_fin_invoice_request_number | URX_PUBLIC.fin_invoice_request |
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |