DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on MTL_SYSTEM_ITEMS_KFV

Line 3106: FROM mtl_system_items_kfv

3102:
3103: if l_line_tbl(i).source_organization_id is not null then
3104: SELECT concatenated_segments
3105: INTO l_line_tbl(i).item_description -- taking dummy variable as we are going to throw an error only
3106: FROM mtl_system_items_kfv
3107: WHERE organization_id = l_line_tbl(i).source_organization_id
3108: and inventory_item_id = l_line_tbl(i).inventory_item_id;
3109:
3110: select organization_code