1275: BEGIN
1276: l_value := upper(p_value);
1277: SELECT item_type
1278: INTO l_temp
1279: FROM MTL_SYSTEM_ITEMS
1280: WHERE inventory_item_id = g_cec_product_id
1281: AND organization_id =
1282: nvl(g_cec_product_org_id, g_cec_so_organization_id);
1283: -- Open: SO_ORGANIZATION_ID doesn not have a mapping column in eBTax yet