Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_payselectionline_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_payselection_id | numeric | 10 | null |
|
|
|||||||||
line | numeric | 10 | null |
|
|
|||||||||
description | varchar | 255 | √ | null |
|
|
||||||||
paymentrule | bpchar | 1 | null |
|
|
|||||||||
ismanual | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
c_invoice_id | numeric | 10 | null |
|
|
|||||||||
payamt | numeric | 0 | 0 |
|
|
|||||||||
differenceamt | numeric | 0 | 0 |
|
|
|||||||||
c_payselectioncheck_id | numeric | 10 | √ | null |
|
|
||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||
discountamt | numeric | 0 | 0 |
|
|
|||||||||
openamt | numeric | 0 | 0 |
|
|
|||||||||
issotrx | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||
c_payselectionline_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
c_invoicepayschedule_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
writeoffamt | numeric | 0 | '0'::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_payselectionline_pkey | Primary key | Asc | c_payselectionline_id |
c_payselectionline_uu_idx | Must be unique | Asc | c_payselectionline_uu |
c_payselline_paysel | Performance | Asc | c_payselection_id |
Check Constraints
Constraint Name | Constraint |
---|---|
c_payselectionline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_payselectionline_ismanual_check | ((ismanual = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |