DBA Data[Home] [Help]

APPS.WSH_U_GTT dependencies on WSH_CUSTOM_PUB

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

143: -- Debug Statements
144: --
145: IF l_debug_on
146: THEN
147: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.Shipment_services',WSH_DEBUG_SV.C_PROC_LEVEL);
148: END IF;
149:
150: IF p_tnt_request_in.ship_from_location_id IS NULL OR
151: p_tnt_request_in.ship_to_location_id IS NULL

Line 165: wsh_custom_pub.tnt_shipment_services

161: WSH_DEBUG_SV.log(l_module_name,'Entity Called is '||l_tnt_request_in.Entity);
162: WSH_DEBUG_SV.log(l_module_name,'EntityId is '||l_tnt_request_in.Entity_Id);
163: END IF;
164:
165: wsh_custom_pub.tnt_shipment_services
166: ( p_request_in => l_tnt_request_in
167: , x_timeintransit_out => l_timeintransit_out
168: , x_msg_count => l_msg_count
169: , x_msg_data => l_msg_data