c_orderlandedcostallocation

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_orderlandedcostallocation_id numeric 10 null
ad_client_id numeric 10 null
ad_org_id numeric 10 null
amt numeric 0 null
base numeric 0 null
c_orderlandedcostallocation_uu varchar 36 NULL::character varying
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
qty numeric 0 null
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
c_orderlandedcost_id numeric 10 null
c_orderlandedcost.c_orderlandedcost_id corderlandedcost_corderlandedc R
c_orderline_id numeric 10 null
c_orderline.c_orderline_id corderline_corderlandedcostall R
isactive bpchar 1 'Y'::bpchar
processed bpchar 1 'N'::bpchar

Indexes

Constraint Name Type Sort Column(s)
c_orderlandedcostallocatio_key Primary key Asc c_orderlandedcostallocation_id
c_orderlandedcostalloc_uu_idx Must be unique Asc c_orderlandedcostallocation_uu

Check Constraints

Constraint Name Constraint
c_orderlandedcostallocation_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_orderlandedcostallocation_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships