DBA Data[Home] [Help]

APPS.FLM_CREATE_PRODUCT_SYNCH dependencies on MTL_SYSTEM_ITEMS_KFV

Line 459: from mtl_system_items_kfv

455: exception
456: WHEN no_data_found THEN
457: select concatenated_segments
458: into var_comp_name
459: from mtl_system_items_kfv
460: where inventory_item_id = var_comp_id
461: and organization_id = arg_org_id;
462:
463: fnd_message.set_name('FLM','FLM_SYNCH_INVALID_SEQ');