m_locatortype

4 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ad_client_id numeric 10 null
ad_client.ad_client_id adclient_mlocatortype R
ad_org_id numeric 10 null
ad_org.ad_org_id adorg_mlocatortype R
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
ad_user.ad_user_id createdby_mlocatortype R
description varchar 255 NULL::character varying
help varchar 2000 NULL::character varying
isactive bpchar 1 'Y'::bpchar
isavailableforreplenishment bpchar 1 'Y'::bpchar
isavailableforreservation bpchar 1 'Y'::bpchar
isavailableforshipping bpchar 1 'Y'::bpchar
m_locatortype_id numeric 10 null
m_locator.m_locatortype_id mlocatortype_mlocator R
m_locatortype_uu varchar 36 NULL::character varying
name varchar 60 null
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
ad_user.ad_user_id updatedby_mlocatortype R

Indexes

Constraint Name Type Sort Column(s)
m_locatortype_key Primary key Asc m_locatortype_id
m_locatortype_uu_idx Must be unique Asc m_locatortype_uu

Check Constraints

Constraint Name Constraint
m_locatortype_isavailableforreservation_check ((isavailableforreservation = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
m_locatortype_isavailableforreplenishment_check ((isavailableforreplenishment = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
m_locatortype_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
m_locatortype_isavailableforshipping_check ((isavailableforshipping = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships