DBA Data[Home] [Help]

APPS.GMI_RESERVATION_PUB dependencies on WSH_DELIVERY_DETAILS

Line 600: FROM wsh_delivery_details

596:
597: -- odaboval, Oct-2001, standalone fix for Tropicana.
598: CURSOR c_get_wsh_released_status( l_so_line_id IN NUMBER) IS
599: SELECT released_status
600: FROM wsh_delivery_details
601: WHERE released_status IN ('Y', 'C')
602: AND source_line_id = l_so_line_id;
603:
604: BEGIN