DBA Data[Home] [Help]

APPS.WSH_U_TRACK dependencies on WSH_CUSTOM_PUB

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

174: l_trk_request_in := p_request_in;
175:
176:
177: IF l_debug_on THEN
178: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_CUSTOM_PUB.SHIPMENT_SERVICES',WSH_DEBUG_SV.C_PROC_LEVEL);
179: WSH_DEBUG_SV.logmsg(l_module_name,'InquiryNumber :'||l_trk_request_in.InquiryNumber);
180: WSH_DEBUG_SV.logmsg(l_module_name,'TypeOfInquiryNumber :'||l_trk_request_in.TypeOfInquiryNumber);
181: WSH_DEBUG_SV.logmsg(l_module_name,'InternalKey :'||l_trk_request_in.InternalKey);
182: WSH_DEBUG_SV.log(l_module_name,'Entity Called is '||l_trk_request_in.Entity);

Line 186: wsh_custom_pub.trk_shipment_services

182: WSH_DEBUG_SV.log(l_module_name,'Entity Called is '||l_trk_request_in.Entity);
183: WSH_DEBUG_SV.log(l_module_name,'EntityId is '||l_trk_request_in.Entity_Id);
184: END IF;
185:
186: wsh_custom_pub.trk_shipment_services
187: ( p_request_in => l_trk_request_in
188: , x_track_address => x_track_address
189: , x_pkg_detail_segment => x_pkg_detail_segment
190: , x_activity_detail => x_activity_detail