DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on MTL_RESERVATIONS

Line 319: Select lpn_id from mtl_reservations

315: -- bug 9483781
316: -- Cursor to fetch the LPN_ID against a reservation
317: --
318: Cursor get_lpn_for_rsrv IS
319: Select lpn_id from mtl_reservations
320: where reservation_id = p_reservation_id;
321:
322: l_lpn_id NUMBER;
323: BEGIN