Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| m_inoutconfirm_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 |
|
|
||||||||||||||||||||||||
| documentno | varchar | 30 | null |
|
|
||||||||||||||||||||||||
| m_inout_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||
| confirmtype | bpchar | 2 | null |
|
|
||||||||||||||||||||||||
| isapproved | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||
| description | varchar | 255 | √ | null |
|
|
|||||||||||||||||||||||
| processing | bpchar | 1 | √ | null |
|
|
|||||||||||||||||||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||
| createpackage | bpchar | 1 | √ | null |
|
|
|||||||||||||||||||||||
| iscancelled | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||
| docstatus | bpchar | 2 | null |
|
|
||||||||||||||||||||||||
| docaction | bpchar | 2 | null |
|
|
||||||||||||||||||||||||
| isindispute | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||
| m_inventory_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||||||||
| c_invoice_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||||||||
| approvalamt | numeric | 0 | √ | null |
|
|
|||||||||||||||||||||||
| confirmationno | varchar | 20 | √ | null |
|
|
|||||||||||||||||||||||
| m_inoutconfirm_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_inoutconfirm_pkey | Primary key | Asc | m_inoutconfirm_id |
| m_inoutconfirm_uu_idx | Must be unique | Asc | m_inoutconfirm_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_inoutconfirm_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_inoutconfirm_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_inoutconfirm_isapproved_check | ((isapproved = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |