DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 1152: FROM mtl_system_items_b

1148: /* Check if the item is an EAM item */
1149: BEGIN
1150: SELECT distinct nvl(eam_item_type,0) eam_item_type
1151: INTO l_eam_item_type
1152: FROM mtl_system_items_b
1153: WHERE inventory_item_id = l_inventory_item_id;
1154: EXCEPTION
1155: WHEN NO_DATA_FOUND THEN
1156: l_eam_item_type := 0;