Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| ad_orgtrx_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_activity_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_campaign_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_cashplan_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| c_cashplanline_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| c_charge_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_project_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_projectphase_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_projecttask_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||||||||||||||
| createdby | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| datetrx | timestamp | 29,6 | null |
|
|
||||||||||||||||||||||||
| description | varchar | 255 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||||||||||||||||||||
| line | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| linetotalamt | numeric | 0 | √ | null |
|
|
|||||||||||||||||||||||
| m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| name | varchar | 60 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||
| probability | numeric | 0 | √ | null |
|
|
|||||||||||||||||||||||
| processed | bpchar | 1 | null |
|
|
||||||||||||||||||||||||
| qtyentered | numeric | 0 | 1 |
|
|
||||||||||||||||||||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||||||||||||||||||||
| updatedby | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| user1_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| user2_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||
| c_cashplanline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| c_cashplanline_key | Primary key | Asc | c_cashplanline_id |
| c_cashplanline_uu_idx | Must be unique | Asc | c_cashplanline_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| c_cashplanline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| c_cashplanline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |