Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| c_paymentallocate_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| created | timestamp | 29,6 | now() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | now() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| c_payment_id | numeric | 10 | null |
|
|
||||||
| c_invoice_id | numeric | 10 | null |
|
|
||||||
| amount | numeric | 0 | 0 |
|
|
||||||
| discountamt | numeric | 0 | 0 |
|
|
||||||
| writeoffamt | numeric | 0 | 0 |
|
|
||||||
| overunderamt | numeric | 0 | 0 |
|
|
||||||
| invoiceamt | numeric | 0 | √ | 0 |
|
|
|||||
| c_allocationline_id | numeric | 10 | √ | null |
|
|
|||||
| c_paymentallocate_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| c_invoicepayschedule_id | numeric | 10 | √ | null |
|
|
|||||
| cof_interestamt | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_penaltyamt | numeric | 0 | √ | (0)::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_paymentallocate_pkey | Primary key | Asc | c_paymentallocate_id |
| c_paymentallocate_uu_idx | Must be unique | Asc | c_paymentallocate_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_paymentallocate_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |