DBA Data[Home] [Help]

APPS.CSD_REPAIRS_PVT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 155: from mtl_system_items_kfv mtl

151:
152: Cursor c_get_item_name (p_inventory_item_id number,
153: p_organization_id number) is
154: select mtl.concatenated_segments
155: from mtl_system_items_kfv mtl
156: where mtl.inventory_item_id = p_inventory_item_id
157: and mtl.organization_id = p_organization_id;
158:
159: CURSOR c_get_repair_type_name (p_repair_type_id NUMBER) IS