DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1582: from mtl_system_items_kfv

1578:
1579: l_token(3).token_name := 'MODEL_NAME';
1580:
1581: select concatenated_segments into v_model_name
1582: from mtl_system_items_kfv
1583: where inventory_item_id = ( select base_item_id
1584: from mtl_system_items where inventory_item_id = c_config_item_id and rownum = 1 )
1585: and rownum = 1 ;
1586:

Line 2436: from mtl_system_items_kfv

2432:
2433: l_token(3).token_name := 'MODEL_NAME';
2434:
2435: select concatenated_segments into v_model_name
2436: from mtl_system_items_kfv
2437: where inventory_item_id = ( select base_item_id
2438: from mtl_system_items where inventory_item_id = c_config_item_id and rownum = 1 )
2439: and rownum = 1 ;
2440: