Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_rfq_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 |
|
|
||||||||||||||||||||
help | varchar | 2000 | √ | null |
|
|
||||||||||||||||||||
c_rfq_topic_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
c_currency_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
dateresponse | timestamp | 29,6 | null |
|
|
|||||||||||||||||||||
isrfqresponseaccepted | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||||||||||||||
dateworkstart | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
deliverydays | numeric | 10 | √ | 0 |
|
|
||||||||||||||||||||
dateworkcomplete | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||
quotetype | bpchar | 1 | null |
|
|
|||||||||||||||||||||
isquotetotalamt | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
isquoteallqty | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||||||||||||||
isselfservice | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
isinvitedvendorsonly | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
c_bpartner_location_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
ad_user_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
salesrep_id | numeric | 10 | null |
|
|
|||||||||||||||||||||
margin | numeric | 0 | √ | null |
|
|
||||||||||||||||||||
createso | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
createpo | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
publishrfq | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
c_order_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||
copylines | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
rankrfq | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
processing | bpchar | 1 | √ | null |
|
|
||||||||||||||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||
documentno | varchar | 30 | '.'::character varying |
|
|
|||||||||||||||||||||
c_rfq_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_rfq_pkey | Primary key | Asc | c_rfq_id |
c_rfq_uu_idx | Must be unique | Asc | c_rfq_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_rfq_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isquotetotalamt_check | ((isquotetotalamt = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isselfservice_check | ((isselfservice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isrfqresponseaccepted_check | ((isrfqresponseaccepted = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isquoteallqty_check | ((isquoteallqty = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_rfq_isinvitedvendorsonly_check | ((isinvitedvendorsonly = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |