DBA Data[Home] [Help]

APPS.WSH_USA_INV_PVT dependencies on WSH_TP_RELEASE

Line 395: WSH_TP_RELEASE.calculate_cont_del_tpdates(

391: --
392: --Bug9575761 Added condition p_backorder_rec_tbl(i).planned_flag <> 'Y'
393: IF (p_backorder_rec_tbl(i).delivery_id IS NOT NULL) AND (p_backorder_rec_tbl(i).planned_flag <> 'Y') THEN --{
394: l_del_tab(1) := p_backorder_rec_tbl(i).delivery_id;
395: WSH_TP_RELEASE.calculate_cont_del_tpdates(
396: p_entity => 'DLVY',
397: p_entity_ids => l_del_tab,
398: x_return_status => l_return_status);
399: ELSIF p_backorder_rec_tbl(i).container_id IS NOT NULL THEN

Line 401: WSH_TP_RELEASE.calculate_cont_del_tpdates(

397: p_entity_ids => l_del_tab,
398: x_return_status => l_return_status);
399: ELSIF p_backorder_rec_tbl(i).container_id IS NOT NULL THEN
400: l_del_tab(1) := p_backorder_rec_tbl(i).container_id;
401: WSH_TP_RELEASE.calculate_cont_del_tpdates(
402: p_entity => 'DLVB',
403: p_entity_ids => l_del_tab,
404: x_return_status => l_return_status);
405: END IF; --}

Line 409: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_TP_RELEASE.calculate_cont_del_tpdates ');

405: END IF; --}
406: -- Common Error Handling for above APIs
407: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR THEN --{
408: IF l_debug_on THEN
409: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_TP_RELEASE.calculate_cont_del_tpdates ');
410: END IF;
411: ROLLBACK TO unassign_backorder_details;
412: l_num_errors := l_num_errors + 1;
413: GOTO next_record;

Line 416: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected Error in WSH_TP_RELEASE.calculate_cont_del_tpdates ');

412: l_num_errors := l_num_errors + 1;
413: GOTO next_record;
414: ELSIF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN
415: IF l_debug_on THEN
416: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected Error in WSH_TP_RELEASE.calculate_cont_del_tpdates ');
417: END IF;
418: RAISE e_return;
419: ELSIF l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING THEN
420: l_num_warnings := l_num_warnings + 1;

Line 5993: WSH_TP_RELEASE.calculate_cont_del_tpdates(

5989: WSH_DEBUG_SV.logmsg(l_module_name, 'calling Calculate TP Dates for entity LPN' );
5990: END IF;
5991: --Modified Entity_Type and Entity_ids for bug 5234326
5992: l_cont_tab(1) := l_cont_instance_id;
5993: WSH_TP_RELEASE.calculate_cont_del_tpdates(
5994: p_entity => 'LPN',
5995: p_entity_ids => l_cnt_tab,
5996: x_return_status => l_return_status);
5997: