DBA Data[Home] [Help]

APPS.ZX_TDS_PROCESS_CEC_PVT dependencies on MTL_SYSTEM_ITEMS

Line 1280: FROM MTL_SYSTEM_ITEMS

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