DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on WSH_TMP

Line 118: FROM wsh_tmp t,

114: -- select d.ignore_for_planning is added
115: --bugfix 13998576 added hint in subquery
116: CURSOR c_get_deliveries IS
117: SELECT t.id, d.ignore_for_planning
118: FROM wsh_tmp t,
119: wsh_new_deliveries d
120: WHERE d.delivery_id = t.id
121: AND NOT EXISTS (
122: SELECT /*+ no_unnest */ WDA.delivery_detail_id

Line 328: WSH_Delivery_Autocreate.Reset_WSH_TMP;

324: l_attr_tab.delete;
325: l_attr_tab(1) := p_line_rows(l_current_line);
326: l_attr_tab(1).entity_type := 'DELIVERY_DETAIL';
327:
328: WSH_Delivery_Autocreate.Reset_WSH_TMP;
329:
330: wsh_delivery_autocreate.Find_Matching_Groups(
331: p_attr_tab => l_attr_tab,
332: p_action_rec => l_action_rec,