DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 1847: FROM mtl_system_items_b

1843: /* Check if it is an EAM item to get the maint_organization_id */
1844: BEGIN
1845: SELECT eam_item_type
1846: INTO l_eam_item_type
1847: FROM mtl_system_items_b
1848: WHERE inventory_item_id = l_cp_inventory_id
1849: AND organization_id = l_cp_last_vld_org;
1850: EXCEPTION
1851: WHEN NO_DATA_FOUND THEN