Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| c_bpartner_id | numeric | 10 | null |
|
|
||||||
| 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 |
|
|
||||||
| ismandatorywithholding | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| istemporaryexempt | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| exemptreason | varchar | 20 | √ | null |
|
|
|||||
| c_bp_withholding_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_bp_withholding_pkey | Primary key | Asc/Asc | c_bpartner_id + c_withholding_id |
| c_bp_withholding_uu_idx | Must be unique | Asc | c_bp_withholding_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_bp_withholding_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_bp_withholding_istemporaryexempt_check | ((istemporaryexempt = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_bp_withholding_ismandatorywithholding_check | ((ismandatorywithholding = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |