Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_withholding_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 |
|
|
|||||||||
name | varchar | 60 | null |
|
|
|||||||||
description | varchar | 255 | √ | null |
|
|
||||||||
c_paymentterm_id | numeric | 10 | null |
|
|
|||||||||
istaxwithholding | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
istaxprorated | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||
ispaidto3party | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
beneficiary | numeric | 10 | √ | null |
|
|
||||||||
ispercentwithholding | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
percent | numeric | 0 | √ | 0 |
|
|
||||||||
fixamt | numeric | 0 | √ | 0 |
|
|
||||||||
thresholdmin | numeric | 0 | √ | 0 |
|
|
||||||||
thresholdmax | numeric | 0 | √ | 0 |
|
|
||||||||
minamt | numeric | 0 | √ | 0 |
|
|
||||||||
maxamt | numeric | 0 | √ | 0 |
|
|
||||||||
c_withholding_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_withholding_pkey | Primary key | Asc | c_withholding_id |
c_withholding_uu_idx | Must be unique | Asc | c_withholding_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_withholding_ispercentwithholding_check | ((ispercentwithholding = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_withholding_istaxprorated_check | ((istaxprorated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_withholding_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_withholding_istaxwithholding_check | ((istaxwithholding = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_withholding_ispaidto3party_check | ((ispaidto3party = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |