[Home] [Help]
1137: select customer_item_name,
1138: uom_code
1139: into t_cust_item_name(j),
1140: t_tp_uom(j)
1141: from msc_item_customers mcf,
1142: msc_trading_partner_maps m,
1143: msc_trading_partner_maps m2,
1144: msc_company_relationships r
1145: where mcf.inventory_item_id = t_item_id(j) and