DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_TP_RELEASE

Line 1025: Wsh_tp_release.change_ignoreplan_status

1021: x_num_errors => l_num_errors);
1022: --
1023:
1024: ELSIF p_action_prms.action_code in ('IGNORE_PLAN', 'INCLUDE_PLAN') then
1025: Wsh_tp_release.change_ignoreplan_status
1026: (p_entity =>'DLVY',
1027: p_in_ids => l_delivery_id_tab,
1028: p_action_code => p_action_prms.action_code,
1029: x_return_status => l_return_status);

Line 1829: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.CHANGE_IGNOREPLAN_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);

1825:
1826: IF (p_action_prms.caller <> 'FTE_TMS_INTEGRATION') THEN
1827:
1828: IF l_debug_on THEN
1829: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.CHANGE_IGNOREPLAN_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
1830: END IF;
1831:
1832: WSH_TP_RELEASE.change_ignoreplan_status
1833: (p_entity => 'DLVY',

Line 1832: WSH_TP_RELEASE.change_ignoreplan_status

1828: IF l_debug_on THEN
1829: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.CHANGE_IGNOREPLAN_STATUS',WSH_DEBUG_SV.C_PROC_LEVEL);
1830: END IF;
1831:
1832: WSH_TP_RELEASE.change_ignoreplan_status
1833: (p_entity => 'DLVY',
1834: p_in_ids => l_delivery_id_tab,
1835: p_action_code => 'IGNORE_PLAN',
1836: x_return_status => l_return_status);

Line 5063: wsh_tp_release.change_ignoreplan_status

5059:
5060: IF (nvl(l_wh_type, FND_API.G_MISS_CHAR) IN ('TPW','CMS')) THEN
5061: l_tmp_del_ids.delete;
5062: l_tmp_del_ids(1):=l_rec_attr_tab(l_index).delivery_id;
5063: wsh_tp_release.change_ignoreplan_status
5064: (p_entity => 'DLVY',
5065: p_in_ids => l_tmp_del_ids,
5066: p_action_code => 'IGNORE_PLAN',
5067: x_return_status => l_return_status);