DBA Data[Home] [Help]

APPS.GMDQSVRS_APPROVAL_WF_PKG dependencies on MTL_ITEM_LOCATIONS_KFV

Line 281: FROM mtl_item_locations_kfv

277: l_lookup_code gem_lookups.meaning%TYPE;
278:
279: CURSOR get_location (v_loc_id NUMBER) IS
280: SELECT concatenated_segments loc
281: FROM mtl_item_locations_kfv
282: WHERE inventory_location_id = v_loc_id;
283:
284: l_location mtl_item_locations_kfv.concatenated_segments%TYPE;
285:

Line 284: l_location mtl_item_locations_kfv.concatenated_segments%TYPE;

280: SELECT concatenated_segments loc
281: FROM mtl_item_locations_kfv
282: WHERE inventory_location_id = v_loc_id;
283:
284: l_location mtl_item_locations_kfv.concatenated_segments%TYPE;
285:
286: /*==============================================
287: BUG#4912074 Replaced get_mont_disp_Attr
288: using view gmd_all_spec_vrs for efficiency.

Line 309: MTL_ITEM_LOCATIONS_KFV locations,

305: GMD_SPECIFICATIONS_B S,
306: GMD_QC_STATUS_TL p,
307: GMD_QC_STATUS_TL t,
308: GEM_LOOKUPS src_type ,
309: MTL_ITEM_LOCATIONS_KFV locations,
310: MTL_PARAMETERS a,
311: HR_ALL_ORGANIZATION_UNITS hou
312: WHERE V.SPEC_ID = S.SPEC_ID
313: AND s.spec_status = p.status_code