DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1101: FROM mtl_system_items_kfv kfv, mtl_parameters mp

1097: begin
1098: SELECT substrb(kfv.concatenated_segments,1,35),
1099: mp.organization_code
1100: INTO l_config_description, l_org_code
1101: FROM mtl_system_items_kfv kfv, mtl_parameters mp
1102: WHERE kfv.inventory_item_id = succ_item_arr(curr_count).cfg_item_id
1103: AND kfv.organization_id = succ_item_arr(curr_count).cfg_org_id
1104: AND kfv.organization_id = mp.organization_id;
1105:

Line 1141: FROM mtl_system_items_kfv kfv, mtl_parameters mp

1137: begin
1138: SELECT substrb(kfv.concatenated_segments,1,35),
1139: mp.organization_code
1140: INTO l_config_description, l_org_code
1141: FROM mtl_system_items_kfv kfv, mtl_parameters mp
1142: WHERE kfv.inventory_item_id = fail_item_arr(curr_count).cfg_item_id
1143: AND kfv.organization_id = fail_item_arr(curr_count).cfg_org_id
1144: AND kfv.organization_id = mp.organization_id;
1145: