DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on MTL_ITEM_LOCATIONS_KFV

Line 185: FROM mtl_item_locations_kfv

181:
182: -- Bug 4165704: added cursor below to get locator
183: CURSOR Cur_locator(loc_id NUMBER) IS
184: SELECT concatenated_segments
185: FROM mtl_item_locations_kfv
186: WHERE inventory_location_id = loc_id;
187:
188: CURSOR lot is
189: SELECT B.inventory_item_id,

Line 2038: FROM mtl_item_locations_kfv

2034:
2035: -- Bug 5391632: added cursor below to get locator
2036: CURSOR Cur_locator(loc_id NUMBER) IS
2037: SELECT concatenated_segments
2038: FROM mtl_item_locations_kfv
2039: WHERE inventory_location_id = loc_id;
2040:
2041:
2042: /* RLNAGARA Bug 5032406 (FP of 4604305 ME) added cursor to get spec name and version */