DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 4968: FROM mtl_system_items_b

4964: /* Check if it is an EAM item to get the maint_organization_id */
4965: BEGIN
4966: SELECT eam_item_type
4967: INTO l_eam_item_type
4968: FROM mtl_system_items_b
4969: WHERE inventory_item_id = p_source_object_id_template
4970: AND organization_id = p_organization_id;
4971: EXCEPTION
4972: WHEN NO_DATA_FOUND THEN