DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on MTL_ITEM_LOCATIONS_KFV

Line 198: FROM mtl_item_locations_kfv

194:
195: -- Bug 4165704: added cursor below to get locator
196: CURSOR Cur_locator(loc_id NUMBER) IS
197: SELECT concatenated_segments
198: FROM mtl_item_locations_kfv
199: WHERE inventory_location_id = loc_id;
200:
201: CURSOR lot is
202: SELECT B.inventory_item_id,

Line 2295: FROM mtl_item_locations_kfv

2291:
2292: -- Bug 5391632: added cursor below to get locator
2293: CURSOR Cur_locator(loc_id NUMBER) IS
2294: SELECT concatenated_segments
2295: FROM mtl_item_locations_kfv
2296: WHERE inventory_location_id = loc_id;
2297:
2298: /* RLNAGARA Bug 5032406 (FP of 4604305 ME) added cursor to get spec name and version */
2299: CURSOR get_spec_name(x_spec_id_in NUMBER) IS