DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on WSH_TP_RELEASE

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

1556: SET parent_delivery_detail_id = l_new_parent_wdd_id
1557: WHERE delivery_detail_id = l_tmp_wdd_id_tbl(i);
1558: --
1559: IF l_debug_on THEN
1560: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_TP_RELEASE.CALCULATE_CONT_DEL_TPDATES',WSH_DEBUG_SV.C_PROC_LEVEL);
1561: END IF;
1562: --
1563: l_temp_tbl.delete ;
1564: l_temp_tbl(1) := l_parent_wdd_id; --used to pass l_parent_wdd_id in the procedure below

Line 1566: wsh_tp_release.calculate_cont_del_tpdates(

1562: --
1563: l_temp_tbl.delete ;
1564: l_temp_tbl(1) := l_parent_wdd_id; --used to pass l_parent_wdd_id in the procedure below
1565: --
1566: wsh_tp_release.calculate_cont_del_tpdates(
1567: p_entity => 'LPN',
1568: p_entity_ids => l_temp_tbl,
1569: x_return_status => l_return_status
1570: );

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

1714: --
1715: --
1716: --
1717: IF l_debug_on THEN
1718: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit wsh_tp_release.calculate_cont_del_tpdates',WSH_DEBUG_SV.C_PROC_LEVEL);
1719: END IF;
1720: --
1721: --
1722: -- Calculate dates for new and original delivery.

Line 1724: wsh_tp_release.calculate_cont_del_tpdates

1720: --
1721: --
1722: -- Calculate dates for new and original delivery.
1723: --
1724: wsh_tp_release.calculate_cont_del_tpdates
1725: (
1726: p_entity => 'DLVY',
1727: p_entity_ids => l_entity_ids,
1728: x_return_status => l_return_status