mp_ot_request

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
mp_ot_request_id numeric 10 null
mp_ot.mp_ot_request_id mpotrequest_mpot R
rv_cof_detailassetmaintain.mp_ot_request_id Implied Constraint R
ad_client_id numeric 10 null
ad_client.ad_client_id adclient_mpotrequest R
documentno varchar 30 null
updatedby numeric 10 null
ad_user.ad_user_id updatedby_mpotrequest R
ad_user_id numeric 10 NULL::numeric
ad_user.ad_user_id aduser_mpotrequest R
a_asset_id numeric 10 null
a_asset.a_asset_id aasset_mpotrequest R
created timestamp 29,6 null
createdby numeric 10 null
ad_user.ad_user_id createdby_mpotrequest R
datedoc timestamp 29,6 null
daterequired timestamp 29,6 null
description varchar 255 NULL::character varying
docstatus varchar 2 'WC'::character varying
isactive bpchar 1 null
mp_jobstandar_id numeric 10 NULL::numeric
mp_jobstandar.mp_jobstandar_id mpjobstandar_mpotrequest R
ot_request_type varchar 2 null
priorityrule bpchar 1 null
processed bpchar 1 null
updated timestamp 29,6 null
ad_org_id numeric 10 null
ad_org.ad_org_id adorg_mpotrequest R
processing bpchar 1 NULL::bpchar
mp_ot_request_uu varchar 36 NULL::character varying
c_doctype_id numeric 10 null
c_doctype.c_doctype_id cdoctype_mpotrequest R

Indexes

Constraint Name Type Sort Column(s)
mp_ot_request_key Primary key Asc mp_ot_request_id
mp_ot_request_uu_idx Must be unique Asc mp_ot_request_uu

Check Constraints

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

Relationships