DBA Data[Home] [Help]

APPS.CLN_SHOWSHIP_PKG dependencies on WSH_NEW_DELIVERIES

Line 153: from wsh_new_deliveries wnd, wsh_locations wl, hz_party_sites hps

149:
150: -- cursor to hold the XML Setup Check query and to retrieve the current time stamp date
151: CURSOR c_XML_Setup IS
152: select hps.party_site_id, hps.party_id, wnd.asn_date_sent, wnd.asn_seq_number, wnd.organization_id
153: from wsh_new_deliveries wnd, wsh_locations wl, hz_party_sites hps
154: where wnd.delivery_id = p_delivery_id
155: and wnd.ultimate_dropoff_location_id = wl.wsh_location_id
156: and wl.LOCATION_SOURCE_CODE = 'HZ'
157: and wl.SOURCE_LOCATION_ID = hps.location_id;

Line 221: from wsh_new_deliveries wnd,

217: end if;
218:
219: -- Validations
220: select count(*) into cnt
221: from wsh_new_deliveries wnd,
222: wsh_delivery_assignments wda
223: where wnd.delivery_id = wda.delivery_id
224: and wda.delivery_id = p_delivery_id
225: and wnd.status_code not in ('SR','SC','OP');