DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_TP_RELEASE

Line 544: wsh_tp_release.firm_entity( p_entity => 'DLVY',

540: ELSIF (x_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING) THEN
541: l_num_warn := l_num_warn + 1;
542: END IF;
543:
544: wsh_tp_release.firm_entity( p_entity => 'DLVY',
545: p_entity_id =>p_del_rows(i),
546: x_return_status =>x_return_status);
547: IF (x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
548: IF x_return_status=WSH_UTIL_CORE.G_RET_STS_WARNING THEN

Line 806: wsh_tp_release.unfirm_entity( p_entity => 'DLVY',

802:
803: l_delfirm:='N';
804: FOR cur IN c_isdelfirm(p_delivery_ids(i)) LOOP
805: l_delfirm:='Y';
806: wsh_tp_release.unfirm_entity( p_entity => 'DLVY',
807: p_entity_id =>p_delivery_ids(i),
808: p_action =>'PLAN',
809: x_return_status =>x_return_status);
810: IF (x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN

Line 1652: wsh_tp_release.unfirm_entity( p_entity => 'DLVY',

1648:
1649: l_delfirm:='N';
1650: FOR cur IN c_isdelfirm(p_del_rows(i)) LOOP
1651: l_delfirm:='Y';
1652: wsh_tp_release.unfirm_entity( p_entity => 'DLVY',
1653: p_entity_id =>p_del_rows(i),
1654: p_action =>'UNPLAN',
1655: x_return_status =>x_return_status);
1656: IF (x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN

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

13371:
13372: IF l_child_del_trips.count > 0 THEN
13373:
13374: IF l_debug_on THEN
13375: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13376: END IF;
13377: WSH_TP_RELEASE.change_ignoreplan_status
13378: (p_entity => 'TRIP',
13379: p_in_ids => l_child_del_trips,

Line 13377: WSH_TP_RELEASE.change_ignoreplan_status

13373:
13374: IF l_debug_on THEN
13375: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13376: END IF;
13377: WSH_TP_RELEASE.change_ignoreplan_status
13378: (p_entity => 'TRIP',
13379: p_in_ids => l_child_del_trips,
13380: p_action_code => 'IGNORE_PLAN',
13381: x_return_status => l_return_status);

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

13389: END IF;
13390:
13391: IF l_change_plan_dels.count > 0 THEN
13392: IF l_debug_on THEN
13393: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13394: END IF;
13395: WSH_TP_RELEASE.change_ignoreplan_status
13396: (p_entity => 'DLVY',
13397: p_in_ids => l_change_plan_dels,

Line 13395: WSH_TP_RELEASE.change_ignoreplan_status

13391: IF l_change_plan_dels.count > 0 THEN
13392: IF l_debug_on THEN
13393: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13394: END IF;
13395: WSH_TP_RELEASE.change_ignoreplan_status
13396: (p_entity => 'DLVY',
13397: p_in_ids => l_change_plan_dels,
13398: p_action_code => 'IGNORE_PLAN',
13399: x_return_status => l_return_status);

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

13440: INTO l_trip_id_tab;
13441: CLOSE c_get_trip_siblings;
13442:
13443: IF l_debug_on THEN
13444: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13445: END IF;
13446: WSH_TP_RELEASE.change_ignoreplan_status
13447: (p_entity => 'TRIP',
13448: p_in_ids => l_trip_id_tab,

Line 13446: WSH_TP_RELEASE.change_ignoreplan_status

13442:
13443: IF l_debug_on THEN
13444: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13445: END IF;
13446: WSH_TP_RELEASE.change_ignoreplan_status
13447: (p_entity => 'TRIP',
13448: p_in_ids => l_trip_id_tab,
13449: p_action_code => 'IGNORE_PLAN',
13450: x_return_status => l_return_status);