DBA Data[Home] [Help]

APPS.WMS_UT_PKG dependencies on WSH_DELIVERY_ASSIGNMENTS

Line 1909: from wsh_new_deliveries a, wsh_delivery_details b,wsh_delivery_assignments c

1905: l_from_req_date DATE;
1906: l_to_req_date DATE;
1907:
1908: cursor c1 is select distinct a.batch_id
1909: from wsh_new_deliveries a, wsh_delivery_details b,wsh_delivery_assignments c
1910: where c.delivery_id = a.delivery_id
1911: and c.delivery_detail_id = b.delivery_detail_id
1912: and b.batch_id =l_X_BATCH_ID;
1913: Begin