DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on MTL_SYSTEM_ITEMS_KFV

Line 44: FROM mtl_system_items_kfv

40: BEGIN
41:
42: SELECT concatenated_segments
43: INTO l_comp_name
44: FROM mtl_system_items_kfv
45: WHERE inventory_item_id = p_comp_id
46: AND organization_id = p_organization_id;
47:
48: IF (p_error_position = G_Error_Create_Cards) THEN