DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on WMS_ITEM_LOCATIONS_KFV

Line 1889: FROM wms_item_locations_kfv

1885: CURSOR get_location (v_org_id IN NUMBER
1886: ,v_sub_inv IN VARCHAR2
1887: ,v_loc_id IN NUMBER) IS
1888: SELECT substr(concatenated_segments,1,100)
1889: FROM wms_item_locations_kfv
1890: WHERE organization_id = v_org_id
1891: AND subinventory_code = v_sub_inv
1892: AND inventory_location_id (+) = v_loc_id;
1893: l_mmti_rec mtl_transactions_interface%ROWTYPE;