DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_TP_RELEASE

Line 169: -- 3. We call WSH_TP_RELEASE.calculate_cont_del_tpdates

165: -- 2. Then we call Mark_Reprice_Required to set the reprice_flag
166: -- on the delivery legs. (This we need to do because the
167: -- received quantities on the lines will be nullified and
168: -- we need to re-rate the deliveries)
169: -- 3. We call WSH_TP_RELEASE.calculate_cont_del_tpdates
170: -- so that we recalculate the TP dates on all the
171: -- deliveries.
172: -- 4. Finally, we also call WSH_INBOUND_UTIL_PKG.setTripStopStatus
173: -- to set the statuses of the corresponding trips and stops

Line 305: WSH_TP_RELEASE.calculate_cont_del_tpdates(

301: p_return_status => l_return_status,
302: x_num_warnings => l_num_warnings,
303: x_num_errors => l_num_errors);
304: --
305: WSH_TP_RELEASE.calculate_cont_del_tpdates(
306: p_entity => 'DLVY',
307: p_entity_ids => p_delivery_id_tab,
308: x_return_status => l_return_status);
309: --