DBA Data[Home] [Help]

APPS.GMD_SPREAD_FETCH_PKG dependencies on MTL_SYSTEM_ITEMS_KFV

Line 1363: FROM mtl_system_items_kfv

1359: WHERE line_id = V_line_id;
1360:
1361: CURSOR Cur_line_item_number (V_inventory_item_id NUMBER)IS
1362: SELECT concatenated_segments
1363: FROM mtl_system_items_kfv
1364: WHERE inventory_item_id = V_inventory_item_id;
1365:
1366: l_conv_factor NUMBER;
1367: l_mass_qty NUMBER;