DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 1144: FROM mtl_system_items_b

1140: /* Check if the item is an EAM item */
1141: BEGIN
1142: SELECT distinct nvl(eam_item_type,0) eam_item_type
1143: INTO l_eam_item_type
1144: FROM mtl_system_items_b
1145: WHERE inventory_item_id = l_inventory_item_id;
1146: EXCEPTION
1147: WHEN NO_DATA_FOUND THEN
1148: l_eam_item_type := 0;