DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_TP_RELEASE

Line 367: wsh_tp_release.calculate_cont_del_tpdates(

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

Line 3512: Wsh_tp_release.change_ignoreplan_status

3508: p_msg_data => l_msg_data
3509: );
3510: --
3511: ELSIF p_action_prms.action_code in ('IGNORE_PLAN', 'INCLUDE_PLAN') then
3512: Wsh_tp_release.change_ignoreplan_status
3513: (p_entity =>'DLVB',
3514: p_in_ids => l_id_tab,
3515: p_action_code => p_action_prms.action_code,
3516: x_return_status => l_return_status);