DBA Data[Home] [Help]

APPS.CTO_UPDATE_ITEMS_PK dependencies on MTL_SYSTEM_ITEMS_KFV

Line 118: mtl_system_items_kfv msi

114:
115: CURSOR c_configs(l_ato_line_id number) IS
116: select substrb(concatenated_segments,1,50) config_name
117: from bom_cto_order_lines_upg bcolu,
118: mtl_system_items_kfv msi
119: where bcolu.ato_line_id = l_ato_line_id
120: and bcolu.config_item_id is not null
121: and bcolu.config_item_id = msi.inventory_item_id
122: and bcolu.ship_from_org_id = msi.organization_id;