mp_ot_resource

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
mp_ot_resource_id numeric 10 null
ad_client_id numeric 10 null
ad_client.ad_client_id adclient_mpotresource R
updatedby numeric 10 NULL::numeric
ad_user.ad_user_id updatedby_mpotresource R
costamt numeric 0 null
created timestamp 29,6 null
createdby numeric 10 null
ad_user.ad_user_id createdby_mpotresource R
isactive bpchar 1 null
mp_ot_task_id numeric 10 null
mp_ot_task.mp_ot_task_id mpottask_mpotresource R
m_bom_id numeric 10 NULL::numeric
m_bom.m_bom_id mbom_mpotresource R
processed bpchar 1 null
resourceqty numeric 0 null
resourcetype varchar 2 NULL::character varying
s_resource_id numeric 10 NULL::numeric
s_resource.s_resource_id sresource_mpotresource R
updated timestamp 29,6 null
ad_org_id numeric 10 null
ad_org.ad_org_id adorg_mpotresource R
m_product_id numeric 10 NULL::numeric
m_product.m_product_id mproduct_mpotresource R
mp_ot_resource_uu varchar 36 NULL::character varying
m_inventoryline_id numeric 10 null
m_inventoryline.m_inventoryline_id minventoryline_mpotresource N

Indexes

Constraint Name Type Sort Column(s)
mp_ot_resource_key Primary key Asc mp_ot_resource_id
mp_ot_resource_uu_idx Must be unique Asc mp_ot_resource_uu

Check Constraints

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

Relationships