Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_dunningrunentry_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_bpartner_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
c_bpartner_location_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
ad_user_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
c_dunningrun_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
c_currency_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
salesrep_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
amt | numeric | 0 | 0 |
|
|
|||||||||||||||||||||
qty | numeric | 0 | 0 |
|
|
|||||||||||||||||||||
note | varchar | 2000 | √ | null |
|
|
||||||||||||||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
c_dunninglevel_id | numeric | 10 | NULL::numeric |
|
|
|||||||||||||||||||||
c_dunningrunentry_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||||||||||||||
cof_dunningstatus | varchar | 2 | √ | null |
|
|
||||||||||||||||||||
cof_datescheduled | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
cof_processing | bpchar | 1 | √ | NULL::bpchar |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_dunningrunentry_pkey | Primary key | Asc | c_dunningrunentry_id |
c_dunningrunentry_uu_idx | Must be unique | Asc | c_dunningrunentry_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_dunningrunentry_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_dunningrunentry_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |