DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE dependencies on WSH_CUSTOM_PUB

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

2146: wsh_debug_sv.log (l_module_name,'p_source_line_id', p_source_line_id);
2147: wsh_debug_sv.log (l_module_name,'p_source_code', p_source_code);
2148: wsh_debug_sv.log (l_module_name,'p_organization_id', p_organization_id);
2149: wsh_debug_sv.log (l_module_name,'p_inventory_item_id', p_inventory_item_id);
2150: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.calculate_tp_dates',WSH_DEBUG_SV.C_PROC_LEVEL);
2151: END IF;
2152:
2153:
2154: WSH_CUSTOM_PUB.calculate_tp_dates(

Line 2154: WSH_CUSTOM_PUB.calculate_tp_dates(

2150: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.calculate_tp_dates',WSH_DEBUG_SV.C_PROC_LEVEL);
2151: END IF;
2152:
2153:
2154: WSH_CUSTOM_PUB.calculate_tp_dates(
2155: p_source_line_id => p_source_line_id,
2156: p_source_code => p_source_code,
2157: x_earliest_pickup_date => l_earliest_pickup_date,
2158: x_latest_pickup_date => l_latest_pickup_date,