DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on WSH_TP_RELEASE

Line 1538: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.calculate_cont_del_tpdates',WSH_DEBUG_SV.C_PROC_LEVEL);

1534:
1535: IF l_tp_del_id.COUNT > 0 THEN
1536: -- Call TP API for the list of delivery id's in l_tp_del_id.
1537: IF l_debug_on THEN
1538: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.calculate_cont_del_tpdates',WSH_DEBUG_SV.C_PROC_LEVEL);
1539: END IF;
1540:
1541: WSH_TP_RELEASE.calculate_cont_del_tpdates(
1542: p_entity => 'DLVY',

Line 1541: WSH_TP_RELEASE.calculate_cont_del_tpdates(

1537: IF l_debug_on THEN
1538: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.calculate_cont_del_tpdates',WSH_DEBUG_SV.C_PROC_LEVEL);
1539: END IF;
1540:
1541: WSH_TP_RELEASE.calculate_cont_del_tpdates(
1542: p_entity => 'DLVY',
1543: p_entity_ids => l_tp_del_id,
1544: x_return_status => l_return_status);
1545: