c_rfqresponse

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_rfqresponse_id numeric 10 null
c_rfqresponse_v.c_rfqresponse_id Implied Constraint R
c_rfqresponse_vt.c_rfqresponse_id Implied Constraint R
c_rfqresponseline.c_rfqresponse_id crfqresponse_line C
c_rfqresponseline_v.c_rfqresponse_id Implied Constraint R
c_rfqresponseline_vt.c_rfqresponse_id Implied Constraint R
rv_c_rfqresponse.c_rfqresponse_id Implied Constraint R
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_rfq_id numeric 10 null
c_rfq.c_rfq_id crfq_crfqresponse C
name varchar 60 null
description varchar 255 null
help varchar 2000 null
c_bpartner_id numeric 10 null
c_bpartner.c_bpartner_id cbpartner_crfqresponse R
c_bpartner_location_id numeric 10 null
c_bpartner_location.c_bpartner_location_id cbplocation_crfqresponse R
ad_user_id numeric 10 null
ad_user.ad_user_id aduser_crfqresponse R
c_currency_id numeric 10 null
c_currency.c_currency_id ccurrency_crfqresponse R
dateinvited timestamp 29,6 null
dateresponse timestamp 29,6 null
dateworkstart timestamp 29,6 null
deliverydays numeric 10 0
dateworkcomplete timestamp 29,6 null
price numeric 0 0
isselfservice bpchar 1 'N'::bpchar
iscomplete bpchar 1 'N'::bpchar
isselectedwinner bpchar 1 'N'::bpchar
ranking numeric 10 0
processing bpchar 1 null
c_order_id numeric 10 null
c_order.c_order_id corder_crfqresponse R
processed bpchar 1 'N'::bpchar
checkcomplete bpchar 1 null
c_rfqresponse_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_rfqresponse_pkey Primary key Asc c_rfqresponse_id
c_rfqresponse_uu_idx Must be unique Asc c_rfqresponse_uu

Check Constraints

Constraint Name Constraint
c_rfqresponse_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_rfqresponse_iscomplete_check ((iscomplete = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_rfqresponse_isselfservice_check ((isselfservice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_rfqresponse_isselectedwinner_check ((isselectedwinner = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_rfqresponse_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships