DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_TP_RELEASE

Line 371: wsh_tp_release.calculate_cont_del_tpdates(

367: x_num_warnings => l_number_of_warnings,
368: x_num_errors => l_number_of_errors);
369: /* Patchset I : Harmonization Project End */
370: l_det_tab(1) := p_delivery_id;
371: wsh_tp_release.calculate_cont_del_tpdates(
372: p_entity => 'DLVY',
373: p_entity_ids =>l_det_tab,
374: x_return_status => x_return_status);
375:

Line 3519: Wsh_tp_release.change_ignoreplan_status

3515: p_msg_data => l_msg_data
3516: );
3517: --
3518: ELSIF p_action_prms.action_code in ('IGNORE_PLAN', 'INCLUDE_PLAN') then
3519: Wsh_tp_release.change_ignoreplan_status
3520: (p_entity =>'DLVB',
3521: p_in_ids => l_id_tab,
3522: p_action_code => p_action_prms.action_code,
3523: x_return_status => l_return_status);