DBA Data[Home] [Help]

APPS.WSH_DELIVERY_AUTOCREATE dependencies on WSH_TP_RELEASE

Line 2660: wsh_tp_release.calculate_cont_del_tpdates(

2656: raise cannot_autocreate_del;
2657: END IF;
2658:
2659: -- Bug 4658241
2660: wsh_tp_release.calculate_cont_del_tpdates(
2661: p_entity => 'DLVY',
2662: p_entity_ids => l_delivery_rows,
2663: x_return_status => l_return_status);
2664: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

Line 3198: /*wsh_tp_release.calculate_cont_del_tpdates(

3194: l_warn_num := l_warn_num + 1;
3195: END IF;
3196: END IF;
3197: -- Bug 4658241
3198: /*wsh_tp_release.calculate_cont_del_tpdates(
3199: p_entity => 'DLVY',
3200: p_entity_ids => x_del_rows,
3201: x_return_status => l_return_status);
3202: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

Line 3291: /*wsh_tp_release.calculate_cont_del_tpdates(

3287: END IF;
3288:
3289: temp_ids.delete;
3290: -- Bug 4658241
3291: /*wsh_tp_release.calculate_cont_del_tpdates(
3292: p_entity => 'DLVY',
3293: p_entity_ids => x_del_rows,
3294: x_return_status => l_return_status);
3295: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN

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

4276:
4277: l_otm_trip_tab(1) := l_trip_id;
4278:
4279: IF l_debug_on THEN
4280: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4281: END IF;
4282:
4283: WSH_TP_RELEASE.change_ignoreplan_status
4284: (p_entity => 'TRIP',

Line 4283: WSH_TP_RELEASE.change_ignoreplan_status

4279: IF l_debug_on THEN
4280: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4281: END IF;
4282:
4283: WSH_TP_RELEASE.change_ignoreplan_status
4284: (p_entity => 'TRIP',
4285: p_in_ids => l_otm_trip_tab,
4286: p_action_code => 'IGNORE_PLAN',
4287: x_return_status => l_return_status);

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

4295:
4296: --now call for the deliveries
4297: IF (l_non_trip_del_tab.COUNT > 0) THEN
4298: IF l_debug_on THEN
4299: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4300: END IF;
4301:
4302: WSH_TP_RELEASE.change_ignoreplan_status
4303: (p_entity => 'DLVY',

Line 4302: WSH_TP_RELEASE.change_ignoreplan_status

4298: IF l_debug_on THEN
4299: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
4300: END IF;
4301:
4302: WSH_TP_RELEASE.change_ignoreplan_status
4303: (p_entity => 'DLVY',
4304: p_in_ids => l_non_trip_del_tab,
4305: p_action_code => 'IGNORE_PLAN',
4306: x_return_status => l_return_status);