DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on MTL_ITEM_LOCATIONS

Line 3959: From mtl_item_locations

3955:
3956: Cursor get_mtl_location (p_locator_id IN NUMBER
3957: , p_inventory_item_id IN NUMBER) IS
3958: Select segment1
3959: From mtl_item_locations
3960: Where inventory_location_id = p_locator_id;
3961:
3962: Cursor get_lot_status (p_lot_id IN NUMBER
3963: , p_whse_code IN VARCHAR2