DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1326: from mtl_system_items_kfv a,

1322: where requisition_header_id = reqheader;
1323:
1324: cursor get_item_number(v_cart_id number,v_cart_line_id number) is
1325: select concatenated_segments
1326: from mtl_system_items_kfv a,
1327: icx_shopping_cart_lines b
1328: where a.inventory_item_id = b.item_id
1329: and a.organization_id = b.destination_organization_id
1330: and b.cart_line_id = v_cart_line_id