DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE dependencies on WSH_CUSTOM_PUB

Line 2006: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.calculate_tp_dates',WSH_DEBUG_SV.C_PROC_LEVEL);

2002: wsh_debug_sv.log (l_module_name,'p_source_line_id', p_source_line_id);
2003: wsh_debug_sv.log (l_module_name,'p_source_code', p_source_code);
2004: wsh_debug_sv.log (l_module_name,'p_organization_id', p_organization_id);
2005: wsh_debug_sv.log (l_module_name,'p_inventory_item_id', p_inventory_item_id);
2006: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.calculate_tp_dates',WSH_DEBUG_SV.C_PROC_LEVEL);
2007: END IF;
2008:
2009:
2010: WSH_CUSTOM_PUB.calculate_tp_dates(

Line 2010: WSH_CUSTOM_PUB.calculate_tp_dates(

2006: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.calculate_tp_dates',WSH_DEBUG_SV.C_PROC_LEVEL);
2007: END IF;
2008:
2009:
2010: WSH_CUSTOM_PUB.calculate_tp_dates(
2011: p_source_line_id => p_source_line_id,
2012: p_source_code => p_source_code,
2013: x_earliest_pickup_date => l_earliest_pickup_date,
2014: x_latest_pickup_date => l_latest_pickup_date,