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 13178: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);

13174:
13175: IF l_child_del_trips.count > 0 THEN
13176:
13177: IF l_debug_on THEN
13178: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13179: END IF;
13180: WSH_TP_RELEASE.change_ignoreplan_status
13181: (p_entity => 'TRIP',
13182: p_in_ids => l_child_del_trips,

Line 13180: WSH_TP_RELEASE.change_ignoreplan_status

13176:
13177: IF l_debug_on THEN
13178: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13179: END IF;
13180: WSH_TP_RELEASE.change_ignoreplan_status
13181: (p_entity => 'TRIP',
13182: p_in_ids => l_child_del_trips,
13183: p_action_code => 'IGNORE_PLAN',
13184: x_return_status => l_return_status);

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

13192: END IF;
13193:
13194: IF l_change_plan_dels.count > 0 THEN
13195: IF l_debug_on THEN
13196: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13197: END IF;
13198: WSH_TP_RELEASE.change_ignoreplan_status
13199: (p_entity => 'DLVY',
13200: p_in_ids => l_change_plan_dels,

Line 13198: WSH_TP_RELEASE.change_ignoreplan_status

13194: IF l_change_plan_dels.count > 0 THEN
13195: IF l_debug_on THEN
13196: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13197: END IF;
13198: WSH_TP_RELEASE.change_ignoreplan_status
13199: (p_entity => 'DLVY',
13200: p_in_ids => l_change_plan_dels,
13201: p_action_code => 'IGNORE_PLAN',
13202: x_return_status => l_return_status);

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

13243: INTO l_trip_id_tab;
13244: CLOSE c_get_trip_siblings;
13245:
13246: IF l_debug_on THEN
13247: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13248: END IF;
13249: WSH_TP_RELEASE.change_ignoreplan_status
13250: (p_entity => 'TRIP',
13251: p_in_ids => l_trip_id_tab,

Line 13249: WSH_TP_RELEASE.change_ignoreplan_status

13245:
13246: IF l_debug_on THEN
13247: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_TP_RELEASE.change_ignoreplan_status',WSH_DEBUG_SV.C_PROC_LEVEL);
13248: END IF;
13249: WSH_TP_RELEASE.change_ignoreplan_status
13250: (p_entity => 'TRIP',
13251: p_in_ids => l_trip_id_tab,
13252: p_action_code => 'IGNORE_PLAN',
13253: x_return_status => l_return_status);