DBA Data[Home] [Help]

APPS.WSMPLBJT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 240: from mtl_system_items_kfv

236: -- modification by abedajna 10/11/00
237:
238: select inventory_item_id
239: into x_temp_id
240: from mtl_system_items_kfv
241: where concatenated_segments = X_item_name
242: and organization_id = X_organization_id;
243:
244: return(x_temp_id);