DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on IC_LOCT_MST

Line 3965: From ic_loct_mst

3961: Where lot_id = p_lot_id;
3962:
3963: Cursor get_location(p_locator_id IN NUMBER) IS
3964: Select location
3965: From ic_loct_mst
3966: Where inventory_location_id = p_locator_id;
3967:
3968: Cursor get_mtl_location (p_locator_id IN NUMBER
3969: , p_inventory_item_id IN NUMBER) IS