DBA Data[Home] [Help]

APPS.GMD_SPREAD_FETCH_PKG dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1397: FROM mtl_system_items_kfv

1393: WHERE line_id = V_line_id;
1394:
1395: CURSOR Cur_line_item_number (V_inventory_item_id NUMBER)IS
1396: SELECT concatenated_segments
1397: FROM mtl_system_items_kfv
1398: WHERE inventory_item_id = V_inventory_item_id;
1399:
1400: l_conv_factor NUMBER;
1401: l_mass_qty NUMBER;