DBA Data[Home] [Help]

APPS.WSH_DELIVERY_AUTOCREATE dependencies on WSH_TP_RELEASE

Line 2410: wsh_tp_release.calculate_cont_del_tpdates(

2406: raise cannot_autocreate_del;
2407: END IF;
2408:
2409: -- Bug 4658241
2410: wsh_tp_release.calculate_cont_del_tpdates(
2411: p_entity => 'DLVY',
2412: p_entity_ids => l_delivery_rows,
2413: x_return_status => l_return_status);
2414: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

Line 2944: /*wsh_tp_release.calculate_cont_del_tpdates(

2940: l_warn_num := l_warn_num + 1;
2941: END IF;
2942: END IF;
2943: -- Bug 4658241
2944: /*wsh_tp_release.calculate_cont_del_tpdates(
2945: p_entity => 'DLVY',
2946: p_entity_ids => x_del_rows,
2947: x_return_status => l_return_status);
2948: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

Line 3033: /*wsh_tp_release.calculate_cont_del_tpdates(

3029: END IF;
3030:
3031: temp_ids.delete;
3032: -- Bug 4658241
3033: /*wsh_tp_release.calculate_cont_del_tpdates(
3034: p_entity => 'DLVY',
3035: p_entity_ids => x_del_rows,
3036: x_return_status => l_return_status);
3037: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

Line 4021: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);

4017:
4018: l_otm_trip_tab(1) := l_trip_id;
4019:
4020: IF l_debug_on THEN
4021: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4022: END IF;
4023:
4024: WSH_TP_RELEASE.change_ignoreplan_status
4025: (p_entity => 'TRIP',

Line 4024: WSH_TP_RELEASE.change_ignoreplan_status

4020: IF l_debug_on THEN
4021: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4022: END IF;
4023:
4024: WSH_TP_RELEASE.change_ignoreplan_status
4025: (p_entity => 'TRIP',
4026: p_in_ids => l_otm_trip_tab,
4027: p_action_code => 'IGNORE_PLAN',
4028: x_return_status => l_return_status);

Line 4040: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);

4036:
4037: --now call for the deliveries
4038: IF (l_non_trip_del_tab.COUNT > 0) THEN
4039: IF l_debug_on THEN
4040: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4041: END IF;
4042:
4043: WSH_TP_RELEASE.change_ignoreplan_status
4044: (p_entity => 'DLVY',

Line 4043: WSH_TP_RELEASE.change_ignoreplan_status

4039: IF l_debug_on THEN
4040: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4041: END IF;
4042:
4043: WSH_TP_RELEASE.change_ignoreplan_status
4044: (p_entity => 'DLVY',
4045: p_in_ids => l_non_trip_del_tab,
4046: p_action_code => 'IGNORE_PLAN',
4047: x_return_status => l_return_status);