DBA Data[Home] [Help]

APPS.FTE_FREIGHT_PRICING_UTIL dependencies on WSH_NEW_DELIVERIES

Line 568: FROM wsh_new_deliveries

564:
565: CURSOR get_name(c_id IN NUMBER) IS
566:
567: SELECT name
568: FROM wsh_new_deliveries
569: WHERE delivery_id = c_id;
570:
571: BEGIN
572: