DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1530: from mtl_system_items_kfv

1526:
1527: l_token(3).token_name := 'MODEL_NAME';
1528:
1529: select concatenated_segments into v_model_name
1530: from mtl_system_items_kfv
1531: where inventory_item_id = ( select base_item_id
1532: from mtl_system_items where inventory_item_id = c_config_item_id and rownum = 1 )
1533: and rownum = 1 ;
1534:

Line 2311: from mtl_system_items_kfv

2307:
2308: l_token(3).token_name := 'MODEL_NAME';
2309:
2310: select concatenated_segments into v_model_name
2311: from mtl_system_items_kfv
2312: where inventory_item_id = ( select base_item_id
2313: from mtl_system_items where inventory_item_id = c_config_item_id and rownum = 1 )
2314: and rownum = 1 ;
2315: