DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on IC_LOCT_MST

Line 3953: From ic_loct_mst

3949: Where lot_id = p_lot_id;
3950:
3951: Cursor get_location(p_locator_id IN NUMBER) IS
3952: Select location
3953: From ic_loct_mst
3954: Where inventory_location_id = p_locator_id;
3955:
3956: Cursor get_mtl_location (p_locator_id IN NUMBER
3957: , p_inventory_item_id IN NUMBER) IS