DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on WSH_DEBUG_SV

Line 158: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

154:
155: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
156: --
157: IF l_debug_on IS NULL THEN
158: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
159: END IF;
160: --
161: IF l_debug_on THEN
162: WSH_DEBUG_SV.push(l_module_name);

Line 162: WSH_DEBUG_SV.push(l_module_name);

158: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
159: END IF;
160: --
161: IF l_debug_on THEN
162: WSH_DEBUG_SV.push(l_module_name);
163: WSH_DEBUG_SV.log(l_module_name,'p_group_by_header', p_group_by_header);
164: WSH_DEBUG_SV.log(l_module_name,'p_check_fte_compatibility', p_check_fte_compatibility);
165: END IF;
166:

Line 163: WSH_DEBUG_SV.log(l_module_name,'p_group_by_header', p_group_by_header);

159: END IF;
160: --
161: IF l_debug_on THEN
162: WSH_DEBUG_SV.push(l_module_name);
163: WSH_DEBUG_SV.log(l_module_name,'p_group_by_header', p_group_by_header);
164: WSH_DEBUG_SV.log(l_module_name,'p_check_fte_compatibility', p_check_fte_compatibility);
165: END IF;
166:
167:

Line 164: WSH_DEBUG_SV.log(l_module_name,'p_check_fte_compatibility', p_check_fte_compatibility);

160: --
161: IF l_debug_on THEN
162: WSH_DEBUG_SV.push(l_module_name);
163: WSH_DEBUG_SV.log(l_module_name,'p_group_by_header', p_group_by_header);
164: WSH_DEBUG_SV.log(l_module_name,'p_check_fte_compatibility', p_check_fte_compatibility);
165: END IF;
166:
167:
168:

Line 185: WSH_DEBUG_SV.log(l_module_name,' p_line_rows('||i||').entity_id', p_line_rows(i).entity_id);

181:
182: IF l_debug_on THEN
183: i := p_line_rows.FIRST;
184: WHILE i is not NULL LOOP
185: WSH_DEBUG_SV.log(l_module_name,' p_line_rows('||i||').entity_id', p_line_rows(i).entity_id);
186: i := p_line_rows.next(i);
187: END LOOP;
188: END IF;
189:

Line 211: WSH_DEBUG_SV.logmsg(l_module_name,' Get delivery detail: '||p_line_rows(i).entity_id );

207: IF p_line_rows(l_current_line).group_id = p_line_rows(i).group_id THEN
208: l_cc_in_ids(l_cc_in_ids.count+1) := p_line_rows(i).entity_id;
209:
210: IF l_debug_on THEN
211: WSH_DEBUG_SV.logmsg(l_module_name,' Get delivery detail: '||p_line_rows(i).entity_id );
212: END IF;
213:
214: END IF;
215: i := p_line_rows.next(i);

Line 227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');

223: IF wsh_util_core.fte_is_installed = 'Y'
224: AND p_check_fte_compatibility = FND_API.G_TRUE
225: AND l_cc_in_ids.count > 1 THEN
226: IF l_debug_on THEN
227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');
228: END IF;
229: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
230: p_api_version_number => 1.0,
231: p_init_msg_list => FND_API.G_FALSE,

Line 265: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').entity_line_id: '||l_cc_line_groups(i).entity_line_id);

261: -- build l_cc_group_ids to hold the sub-group IDs
262: l_cc_groupExists := FALSE ;
263:
264: IF l_debug_on THEN
265: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').entity_line_id: '||l_cc_line_groups(i).entity_line_id);
266: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').line_group_id: '||l_cc_line_groups(i).line_group_id);
267: END IF;
268:
269: IF l_cc_group_ids.COUNT > 0 THEN

Line 266: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').line_group_id: '||l_cc_line_groups(i).line_group_id);

262: l_cc_groupExists := FALSE ;
263:
264: IF l_debug_on THEN
265: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').entity_line_id: '||l_cc_line_groups(i).entity_line_id);
266: WSH_DEBUG_SV.logmsg(l_module_name,'l_cc_line_groups('|| i ||').line_group_id: '||l_cc_line_groups(i).line_group_id);
267: END IF;
268:
269: IF l_cc_group_ids.COUNT > 0 THEN
270: j := l_cc_group_ids.FIRST;

Line 282: WSH_DEBUG_SV.logmsg(l_module_name,'Add Sub-group '||l_cc_line_groups(i).line_group_id||' to table l_cc_group_ids' );

278: END IF;
279: IF (NOT(l_cc_groupExists)) THEN
280: l_cc_group_ids(l_cc_group_ids.count+1) := l_cc_line_groups(i).line_group_id;
281: IF l_debug_on THEN
282: WSH_DEBUG_SV.logmsg(l_module_name,'Add Sub-group '||l_cc_line_groups(i).line_group_id||' to table l_cc_group_ids' );
283: END IF;
284: END IF;
285:
286: -- update p_line_rows with new sub_group ids

Line 294: WSH_DEBUG_SV.logmsg(l_module_name,'change group id of p_line_rows('||k||').entity_id '|| p_line_rows(k).entity_id||' to ' ||l_cc_line_groups(i).line_group_id);

290: -- correct the group_id with constraint group_id
291: p_line_rows(k).group_id := l_cc_line_groups(i).line_group_id;
292:
293: IF l_debug_on THEN
294: WSH_DEBUG_SV.logmsg(l_module_name,'change group id of p_line_rows('||k||').entity_id '|| p_line_rows(k).entity_id||' to ' ||l_cc_line_groups(i).line_group_id);
295: END IF;
296:
297: exit;
298: END IF;

Line 352: WSH_DEBUG_SV.log(l_module_name,' Fetched candidate delivery '|| to_char(l_delivery_id));

348: END IF;
349: -- store column value in local variables
350:
351: IF l_debug_on THEN
352: WSH_DEBUG_SV.log(l_module_name,' Fetched candidate delivery '|| to_char(l_delivery_id));
353: WSH_DEBUG_SV.log(l_module_name,' l_ignore_for_planning'||l_ignore_for_planning); -- OTM R12
354: END IF;
355:
356:

Line 353: WSH_DEBUG_SV.log(l_module_name,' l_ignore_for_planning'||l_ignore_for_planning); -- OTM R12

349: -- store column value in local variables
350:
351: IF l_debug_on THEN
352: WSH_DEBUG_SV.log(l_module_name,' Fetched candidate delivery '|| to_char(l_delivery_id));
353: WSH_DEBUG_SV.log(l_module_name,' l_ignore_for_planning'||l_ignore_for_planning); -- OTM R12
354: END IF;
355:
356:
357: -- l_delivery_done indicastes if it needs to exit out of the sub-group loop

Line 375: WSH_DEBUG_SV.log(l_module_name,' l_cc_group_ids('||i||') ', l_cc_group_ids(i));

371:
372: IF l_debug_on THEN
373: i := l_cc_group_ids.FIRST;
374: WHILE i is not NULL LOOP
375: WSH_DEBUG_SV.log(l_module_name,' l_cc_group_ids('||i||') ', l_cc_group_ids(i));
376: i := l_cc_group_ids.next(i);
377: END LOOP;
378: END IF;
379:

Line 433: WSH_DEBUG_SV.log(l_module_name,'Return status from WSH_DELIVERY_DETAILS_GRP.Delivery_Detail_Action '|| l_return_status);

429: x_defaults => l_defaults,
430: x_action_out_rec => l_action_out_rec);
431:
432: IF l_debug_on THEN
433: WSH_DEBUG_SV.log(l_module_name,'Return status from WSH_DELIVERY_DETAILS_GRP.Delivery_Detail_Action '|| l_return_status);
434: END IF;
435:
436: -- OTM R12 : update delivery
437: l_tms_update := 'N';

Line 459: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_trip_information');

455:
456: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
457: x_return_status := l_otm_return_status;
458: IF l_debug_on THEN
459: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_trip_information');
460: WSH_DEBUG_SV.pop(l_module_name);
461: END IF;
462: RETURN;
463: END IF;

Line 460: WSH_DEBUG_SV.pop(l_module_name);

456: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
457: x_return_status := l_otm_return_status;
458: IF l_debug_on THEN
459: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_trip_information');
460: WSH_DEBUG_SV.pop(l_module_name);
461: END IF;
462: RETURN;
463: END IF;
464:

Line 481: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_delivery_information');

477:
478: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
479: x_return_status := l_otm_return_status;
480: IF l_debug_on THEN
481: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_delivery_information');
482: WSH_DEBUG_SV.pop(l_module_name);
483: END IF;
484: RETURN;
485: END IF;

Line 482: WSH_DEBUG_SV.pop(l_module_name);

478: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
479: x_return_status := l_otm_return_status;
480: IF l_debug_on THEN
481: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_DELIVERY_VALIDATIONS.get_delivery_information');
482: WSH_DEBUG_SV.pop(l_module_name);
483: END IF;
484: RETURN;
485: END IF;
486:

Line 534: WSH_DEBUG_SV.log(l_module_name, 'l_action_out_rec.result_id_tab('||i||')', l_action_out_rec.result_id_tab(i));

530:
531: IF l_debug_on THEN
532: i := l_action_out_rec.result_id_tab.FIRST;
533: WHILE i is not NULL LOOP
534: WSH_DEBUG_SV.log(l_module_name, 'l_action_out_rec.result_id_tab('||i||')', l_action_out_rec.result_id_tab(i));
535: i := l_action_out_rec.result_id_tab.next(i);
536: END LOOP;
537: END IF;
538:

Line 574: WSH_DEBUG_SV.log(l_module_name,' log_exception failed ');

570:
571:
572: IF l_return_status in ( WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR , WSH_UTIL_CORE.G_RET_STS_ERROR ) THEN
573: IF l_debug_on THEN
574: WSH_DEBUG_SV.log(l_module_name,' log_exception failed ');
575: END IF;
576: raise log_exception_err;
577: END IF;
578:

Line 589: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_assigned_rows' );

585: x_assigned_rows(x_assigned_rows.count+1).delivery_detail_id := p_line_rows(j).entity_id;
586: x_assigned_rows(x_assigned_rows.count).delivery_id := l_delivery_id;
587:
588: IF l_debug_on THEN
589: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_assigned_rows' );
590: END IF;
591: l_date_scheduled := least(NVL(l_date_scheduled,p_line_rows(j).date_scheduled), p_line_rows(j).date_scheduled);
592: l_date_requested := least(NVL(l_date_requested,p_line_rows(j).date_requested), p_line_rows(j).date_requested);
593: p_line_rows.delete(j);

Line 604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );

600: END LOOP;
601:
602: -- update appended delivery
603: IF l_debug_on THEN
604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );

Line 605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );

601:
602: -- update appended delivery
603: IF l_debug_on THEN
604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);

Line 606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );

602: -- update appended delivery
603: IF l_debug_on THEN
604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);

Line 607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );

603: IF l_debug_on THEN
604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );

Line 608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );

604: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);

Line 609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);

605: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);

Line 610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);

606: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:

Line 611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );

607: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:
615: -- OTM R12 : update delivery

Line 612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);

608: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:
615: -- OTM R12 : update delivery
616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);

Line 613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);

609: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
610: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
611: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:
615: -- OTM R12 : update delivery
616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);

Line 616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);

612: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:
615: -- OTM R12 : update delivery
616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
618: IF (l_tms_update = 'Y') THEN
619: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
620: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);

Line 617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);

613: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
614:
615: -- OTM R12 : update delivery
616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
618: IF (l_tms_update = 'Y') THEN
619: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
620: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
621: END IF;

Line 619: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));

615: -- OTM R12 : update delivery
616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
618: IF (l_tms_update = 'Y') THEN
619: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
620: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
621: END IF;
622: -- End of OTM R12 : update delivery
623: END IF;

Line 620: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);

616: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
617: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
618: IF (l_tms_update = 'Y') THEN
619: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
620: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
621: END IF;
622: -- End of OTM R12 : update delivery
623: END IF;
624:

Line 656: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');

652: x_return_status => l_otm_return_status);
653: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
654: x_return_status := l_otm_return_status;
655: IF l_debug_on THEN
656: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
657: WSH_DEBUG_SV.pop(l_module_name);
658: END IF;
659: RETURN;
660: END IF;

Line 657: WSH_DEBUG_SV.pop(l_module_name);

653: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
654: x_return_status := l_otm_return_status;
655: IF l_debug_on THEN
656: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
657: WSH_DEBUG_SV.pop(l_module_name);
658: END IF;
659: RETURN;
660: END IF;
661: END IF;

Line 683: WSH_DEBUG_SV.log(l_module_name, 'l_action_out_rec.result_id_tab('||i||')', l_action_out_rec.result_id_tab(i));

679: i := l_action_out_rec.result_id_tab.FIRST;
680: WHILE i is not NULL LOOP
681:
682: IF l_debug_on THEN
683: WSH_DEBUG_SV.log(l_module_name, 'l_action_out_rec.result_id_tab('||i||')', l_action_out_rec.result_id_tab(i));
684: END IF;
685:
686: IF l_attr_tab(1).batch_id is NULL THEN
687:

Line 714: WSH_DEBUG_SV.log(l_module_name,' log_exception failed ');

710: p_delivery_detail_id => l_action_out_rec.result_id_tab(i));
711:
712: IF l_return_status in ( WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR , WSH_UTIL_CORE.G_RET_STS_ERROR ) THEN
713: IF l_debug_on THEN
714: WSH_DEBUG_SV.log(l_module_name,' log_exception failed ');
715: END IF;
716: raise log_exception_err;
717: END IF;
718:

Line 729: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_assigned_rows' );

725: x_assigned_rows(x_assigned_rows.count+1).delivery_detail_id := p_line_rows(j).entity_id;
726: x_assigned_rows(x_assigned_rows.count).delivery_id := l_delivery_id;
727:
728: IF l_debug_on THEN
729: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_assigned_rows' );
730: END IF;
731: -- get the date_scheduled and date_requrested
732: l_date_scheduled := least(NVL(l_date_scheduled,p_line_rows(j).date_scheduled), p_line_rows(j).date_scheduled);
733: l_date_requested := least(NVL(l_date_requested,p_line_rows(j).date_requested), p_line_rows(j).date_requested);

Line 755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );

751: i := l_action_out_rec.result_id_tab.next(i);
752: END LOOP;
753:
754: IF l_debug_on THEN
755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );

Line 756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );

752: END LOOP;
753:
754: IF l_debug_on THEN
755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);

Line 757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );

753:
754: IF l_debug_on THEN
755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);

Line 758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );

754: IF l_debug_on THEN
755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );

Line 759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );

755: WSH_DEBUG_SV.logmsg(l_module_name, 'UPDATING WSH_NEW_DELIVERIES ATTRIBUTES' );
756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);

Line 760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);

756: WSH_DEBUG_SV.log(l_module_name, 'intmed_ship_to_location_id', l_attr_tab(1).intmed_ship_to_location_id );
757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);

Line 761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);

757: WSH_DEBUG_SV.log(l_module_name, 'fob_code', l_attr_tab(1).fob_code );
758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery

Line 762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );

758: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', l_attr_tab(1).freight_terms_code );
759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);

Line 763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);

759: WSH_DEBUG_SV.log(l_module_name, 'carrier_id', l_attr_tab(1).carrier_id );
760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);

Line 764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);

760: WSH_DEBUG_SV.log(l_module_name, 'date_scheduled', l_date_scheduled);
761: WSH_DEBUG_SV.log(l_module_name, 'date_requested', l_date_requested);
762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
768: IF (l_tms_update = 'Y') THEN

Line 766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);

762: WSH_DEBUG_SV.log(l_module_name, 'service_level', l_attr_tab(1).service_level );
763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
768: IF (l_tms_update = 'Y') THEN
769: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
770: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);

Line 767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);

763: WSH_DEBUG_SV.log(l_module_name, 'mode_of_transport', l_attr_tab(1).mode_of_transport);
764: WSH_DEBUG_SV.log(l_module_name, 'source_header_id', l_attr_tab(1).source_header_id);
765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
768: IF (l_tms_update = 'Y') THEN
769: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
770: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
771: END IF;

Line 769: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));

765: -- OTM R12 : update delivery
766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
768: IF (l_tms_update = 'Y') THEN
769: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
770: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
771: END IF;
772: -- End of OTM R12 : update delivery
773: END IF;

Line 770: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);

766: WSH_DEBUG_SV.log(l_module_name, 'l_gc3_is_installed', l_gc3_is_installed);
767: WSH_DEBUG_SV.log(l_module_name, 'l_tms_update', l_tms_update);
768: IF (l_tms_update = 'Y') THEN
769: WSH_DEBUG_SV.log(l_module_name, 'l_new_interface_flag_tab', l_new_interface_flag_tab(1));
770: WSH_DEBUG_SV.log(l_module_name, 'l_tms_version_number', l_tms_version_number);
771: END IF;
772: -- End of OTM R12 : update delivery
773: END IF;
774:

Line 806: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');

802: x_return_status => l_otm_return_status);
803: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
804: x_return_status := l_otm_return_status;
805: IF l_debug_on THEN
806: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
807: WSH_DEBUG_SV.pop(l_module_name);
808: END IF;
809: RETURN;
810: END IF;

Line 807: WSH_DEBUG_SV.pop(l_module_name);

803: IF (l_otm_return_status IN (WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR, WSH_UTIL_CORE.G_RET_STS_ERROR)) THEN
804: x_return_status := l_otm_return_status;
805: IF l_debug_on THEN
806: WSH_DEBUG_SV.logmsg(l_module_name,'Error in WSH_XC_UTIL.log_otm_exception');
807: WSH_DEBUG_SV.pop(l_module_name);
808: END IF;
809: RETURN;
810: END IF;
811: END IF;

Line 845: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(i).entity_id||' to x_unassigned_rows' );

841: WHILE i is not NULL LOOP
842: IF p_line_rows(i).group_id = l_group_id THEN
843: x_unassigned_rows(x_unassigned_rows.count+1):= p_line_rows(i).entity_id;
844: IF l_debug_on THEN
845: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(i).entity_id||' to x_unassigned_rows' );
846: END IF;
847: p_line_rows.delete(i);
848: END IF;
849: i := p_line_rows.next(i);

Line 891: WSH_DEBUG_SV.log(l_module_name,'p_line_rows count', p_line_rows.count);

887: WHILE i is not NULL LOOP
888:
889: -- this table has gaps
890: IF l_debug_on THEN
891: WSH_DEBUG_SV.log(l_module_name,'p_line_rows count', p_line_rows.count);
892: END IF;
893: j := p_line_rows.FIRST;
894: WHILE j is not null LOOP
895:

Line 899: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_unassigned_rows' );

895:
896: IF p_line_rows(j).group_id = l_cc_group_ids(i) THEN
897: x_unassigned_rows(x_unassigned_rows.count+1):= p_line_rows(j).entity_id;
898: IF l_debug_on THEN
899: WSH_DEBUG_SV.logmsg(l_module_name,'Added delivery_detail_id '||p_line_rows(j).entity_id||' to x_unassigned_rows' );
900: END IF;
901: p_line_rows.delete(j);
902: END IF;
903:

Line 918: WSH_DEBUG_SV.log(l_module_name,'x_unassigned_rows('||i||')' , x_unassigned_rows(i));

914:
915: IF l_debug_on THEN
916: i := x_unassigned_rows.FIRST;
917: WHILE i is not NULL LOOP
918: WSH_DEBUG_SV.log(l_module_name,'x_unassigned_rows('||i||')' , x_unassigned_rows(i));
919: i := x_unassigned_rows.next(i);
920: END LOOP;
921: END IF;
922:

Line 929: WSH_DEBUG_SV.pop(l_module_name, 'Return Status: '||x_return_status);

925: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
926: END IF;
927:
928: IF l_debug_on THEN
929: WSH_DEBUG_SV.pop(l_module_name, 'Return Status: '||x_return_status);
930: END IF;
931:
932:
933:

Line 946: WSH_DEBUG_SV.pop(l_module_name, 'Log_exception returns error ');

942:
943: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
944: WSH_UTIL_CORE.Add_Message(x_return_status,l_module_name);
945: IF l_debug_on THEN
946: WSH_DEBUG_SV.pop(l_module_name, 'Log_exception returns error ');
947: END IF;
948:
949:
950: WHEN others THEN

Line 959: WSH_DEBUG_SV.pop(l_module_name);

955: END IF;
956: wsh_util_core.default_handler('WSH_DELIVERY_DETAILS_UTILITIES.Auto_Assign_Deliveries');
957: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
958: IF l_debug_on THEN
959: WSH_DEBUG_SV.pop(l_module_name);
960: END IF;
961:
962:
963: END Auto_Assign_Deliveries;

Line 1091: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

1087: SAVEPOINT START_OF_APPEND_DELIVERIES;
1088: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1089: --
1090: IF l_debug_on IS NULL THEN
1091: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1092: END IF;
1093: IF l_debug_on THEN
1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);

Line 1094: WSH_DEBUG_SV.push(l_module_name);

1090: IF l_debug_on IS NULL THEN
1091: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1092: END IF;
1093: IF l_debug_on THEN
1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);

Line 1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);

1091: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1092: END IF;
1093: IF l_debug_on THEN
1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);

Line 1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);

1092: END IF;
1093: IF l_debug_on THEN
1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);
1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);

Line 1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);

1093: IF l_debug_on THEN
1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);
1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);
1101:

Line 1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);

1094: WSH_DEBUG_SV.push(l_module_name);
1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);
1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);
1101:
1102: END IF;

Line 1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);

1095: WSH_DEBUG_SV.log(l_module_name, 'p_append_flag', p_append_flag);
1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);
1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);
1101:
1102: END IF;
1103:

Line 1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);

1096: WSH_DEBUG_SV.log(l_module_name, 'p_group_by_header', p_group_by_header);
1097: WSH_DEBUG_SV.log(l_module_name, 'p_commit', p_commit);
1098: WSH_DEBUG_SV.log(l_module_name, 'p_lock_rows', p_lock_rows);
1099: WSH_DEBUG_SV.log(l_module_name, 'p_check_fte_compatibility', p_check_fte_compatibility);
1100: WSH_DEBUG_SV.log(l_module_name, 'WSH_PICK_LIST.G_BATCH_ID', WSH_PICK_LIST.G_BATCH_ID);
1101:
1102: END IF;
1103:
1104: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 1114: WSH_DEBUG_SV.log(l_module_name,'p_delivery_detail_tbl('||l_index||'): ',p_delivery_detail_tbl(l_index));

1110: -- need to check append_limit in shipping parameters
1111: l_index := p_delivery_detail_tbl.FIRST;
1112: WHILE l_index is NOT NULL LOOP
1113: IF l_debug_on THEN
1114: WSH_DEBUG_SV.log(l_module_name,'p_delivery_detail_tbl('||l_index||'): ',p_delivery_detail_tbl(l_index));
1115: END IF;
1116:
1117:
1118: OPEN get_line_details_check(p_delivery_detail_tbl(l_index));

Line 1175: WSH_DEBUG_SV.log(l_module_name,' l_detail_info('||i||').entity_id', l_detail_info(i).entity_id);

1171:
1172: IF l_debug_on THEN
1173: i := l_detail_info.FIRST;
1174: WHILE i is not NULL LOOP
1175: WSH_DEBUG_SV.log(l_module_name,' l_detail_info('||i||').entity_id', l_detail_info(i).entity_id);
1176: i := l_detail_info.next(i);
1177: END LOOP;
1178: END IF;
1179:

Line 1186: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit Group_Delivery_Details');

1182: IF l_detail_info.count > 0 THEN
1183: l_unassigned_rows.delete;
1184:
1185: IF l_debug_on THEN
1186: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit Group_Delivery_Details');
1187: END IF;
1188:
1189: l_action_rec.action := 'CREATE_GROUPS';
1190: l_action_rec.group_by_header_flag := p_group_by_header;

Line 1202: WSH_DEBUG_SV.logmsg(l_module_name,' after calling Find_Matching_Groups');

1198: x_out_rec => l_out_rec,
1199: x_return_status => l_return_status);
1200:
1201: IF l_debug_on THEN
1202: WSH_DEBUG_SV.logmsg(l_module_name,' after calling Find_Matching_Groups');
1203: i := l_detail_info.FIRST;
1204: WHILE i is not NULL LOOP
1205: WSH_DEBUG_SV.log(l_module_name,' l_detail_info('||i||').entity_id', l_detail_info(i).entity_id);
1206: i := l_detail_info.next(i);

Line 1205: WSH_DEBUG_SV.log(l_module_name,' l_detail_info('||i||').entity_id', l_detail_info(i).entity_id);

1201: IF l_debug_on THEN
1202: WSH_DEBUG_SV.logmsg(l_module_name,' after calling Find_Matching_Groups');
1203: i := l_detail_info.FIRST;
1204: WHILE i is not NULL LOOP
1205: WSH_DEBUG_SV.log(l_module_name,' l_detail_info('||i||').entity_id', l_detail_info(i).entity_id);
1206: i := l_detail_info.next(i);
1207: END LOOP;
1208:
1209: END IF;

Line 1219: WSH_DEBUG_SV.logmsg(l_module_name,'Return status from wsh_delivery_autocreate.Find_Matching_Groups: '|| l_return_status );

1215: raise Group_Delivery_Details_ERR;
1216: END IF;
1217:
1218: IF l_debug_on THEN
1219: WSH_DEBUG_SV.logmsg(l_module_name,'Return status from wsh_delivery_autocreate.Find_Matching_Groups: '|| l_return_status );
1220: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit Auto_Assign_Deliveries');
1221: END IF;
1222:
1223: Auto_Assign_Deliveries(

Line 1220: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit Auto_Assign_Deliveries');

1216: END IF;
1217:
1218: IF l_debug_on THEN
1219: WSH_DEBUG_SV.logmsg(l_module_name,'Return status from wsh_delivery_autocreate.Find_Matching_Groups: '|| l_return_status );
1220: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit Auto_Assign_Deliveries');
1221: END IF;
1222:
1223: Auto_Assign_Deliveries(
1224: p_line_rows => l_detail_info,

Line 1233: WSH_DEBUG_SV.logmsg(l_module_name,'Return status from Auto_Assign_Deliveries: '|| l_return_status );

1229: x_appended_del_tbl => x_appended_del_tbl,
1230: x_return_status => l_return_status);
1231:
1232: IF l_debug_on THEN
1233: WSH_DEBUG_SV.logmsg(l_module_name,'Return status from Auto_Assign_Deliveries: '|| l_return_status );
1234: END IF;
1235:
1236: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING THEN
1237: l_warning_num := l_warning_num + 1;

Line 1246: WSH_DEBUG_SV.log(l_module_name,'x_unappended_det_tbl.count', x_unappended_det_tbl.count);

1242: l_index := l_unassigned_rows.next(l_index);
1243: END LOOP;
1244: END IF;
1245: IF l_debug_on THEN
1246: WSH_DEBUG_SV.log(l_module_name,'x_unappended_det_tbl.count', x_unappended_det_tbl.count);
1247: END IF;
1248: ELSIF l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR OR
1249: l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN
1250: raise Auto_Assign_Deliveries_ERR;

Line 1265: wsh_debug_sv.pop(l_module_name);

1261: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
1262: END IF;
1263:
1264: IF l_debug_on THEN
1265: wsh_debug_sv.pop(l_module_name);
1266: END IF;
1267:
1268: EXCEPTION
1269:

Line 1277: wsh_debug_sv.logmsg(l_module_name, 'Group_Delivery_Details failed');

1273: FND_MESSAGE.SET_NAME('WSH', 'WSH_GRP_DETAILS_ERR');
1274: wsh_util_core.add_message(x_return_status, l_module_name);
1275:
1276: IF l_debug_on THEN
1277: wsh_debug_sv.logmsg(l_module_name, 'Group_Delivery_Details failed');
1278: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Group_Delivery_Details_ERR');
1279: END IF;
1280:
1281: WHEN Auto_Assign_Deliveries_ERR THEN

Line 1278: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Group_Delivery_Details_ERR');

1274: wsh_util_core.add_message(x_return_status, l_module_name);
1275:
1276: IF l_debug_on THEN
1277: wsh_debug_sv.logmsg(l_module_name, 'Group_Delivery_Details failed');
1278: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Group_Delivery_Details_ERR');
1279: END IF;
1280:
1281: WHEN Auto_Assign_Deliveries_ERR THEN
1282: ROLLBACK TO START_OF_APPEND_DELIVERIES;

Line 1288: wsh_debug_sv.logmsg(l_module_name, 'Auto_Assign_Deliveries failed');

1284: FND_MESSAGE.SET_NAME('WSH', 'WSH_AUTO_ASSIGN_ERR');
1285: wsh_util_core.add_message(x_return_status, l_module_name);
1286:
1287: IF l_debug_on THEN
1288: wsh_debug_sv.logmsg(l_module_name, 'Auto_Assign_Deliveries failed');
1289: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Auto_Assign_Deliveries_ERR');
1290: END IF;
1291:
1292: WHEN Others THEN

Line 1289: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Auto_Assign_Deliveries_ERR');

1285: wsh_util_core.add_message(x_return_status, l_module_name);
1286:
1287: IF l_debug_on THEN
1288: wsh_debug_sv.logmsg(l_module_name, 'Auto_Assign_Deliveries failed');
1289: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:Auto_Assign_Deliveries_ERR');
1290: END IF;
1291:
1292: WHEN Others THEN
1293: ROLLBACK TO START_OF_APPEND_DELIVERIES;

Line 1302: wsh_debug_sv.log(l_module_name, 'Unexpected error has occured. Oracle error message is ' || SQLERRM);

1298:
1299: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1300: wsh_util_core.default_handler('WSH_DELIVERY_DETAILS_UTILITIES.Append_to_Deliveries');
1301: IF l_debug_on THEN
1302: wsh_debug_sv.log(l_module_name, 'Unexpected error has occured. Oracle error message is ' || SQLERRM);
1303: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:OTHERS');
1304: END IF;
1305:
1306: END Append_to_Deliveries;

Line 1303: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:OTHERS');

1299: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1300: wsh_util_core.default_handler('WSH_DELIVERY_DETAILS_UTILITIES.Append_to_Deliveries');
1301: IF l_debug_on THEN
1302: wsh_debug_sv.log(l_module_name, 'Unexpected error has occured. Oracle error message is ' || SQLERRM);
1303: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:OTHERS');
1304: END IF;
1305:
1306: END Append_to_Deliveries;
1307:

Line 1386: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

1382: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1383: --
1384: IF l_debug_on IS NULL
1385: THEN
1386: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1387: END IF;
1388: --
1389: IF l_debug_on THEN
1390: WSH_DEBUG_SV.push(l_module_name);

Line 1390: WSH_DEBUG_SV.push(l_module_name);

1386: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1387: END IF;
1388: --
1389: IF l_debug_on THEN
1390: WSH_DEBUG_SV.push(l_module_name);
1391: --
1392: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes.count',p_changed_attributes.count);
1393: WSH_DEBUG_SV.log(l_module_name, 'p_source_code', p_source_code);
1394: END IF;

Line 1392: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes.count',p_changed_attributes.count);

1388: --
1389: IF l_debug_on THEN
1390: WSH_DEBUG_SV.push(l_module_name);
1391: --
1392: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes.count',p_changed_attributes.count);
1393: WSH_DEBUG_SV.log(l_module_name, 'p_source_code', p_source_code);
1394: END IF;
1395: --
1396: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 1393: WSH_DEBUG_SV.log(l_module_name, 'p_source_code', p_source_code);

1389: IF l_debug_on THEN
1390: WSH_DEBUG_SV.push(l_module_name);
1391: --
1392: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes.count',p_changed_attributes.count);
1393: WSH_DEBUG_SV.log(l_module_name, 'p_source_code', p_source_code);
1394: END IF;
1395: --
1396: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1397:

Line 1407: wsh_debug_sv.log(l_module_name,'original_source_line_id:',p_changed_attributes(l_counter).original_source_line_id);

1403: LOOP
1404: --{ Loop Starts
1405: --
1406: IF l_debug_on THEN
1407: wsh_debug_sv.log(l_module_name,'original_source_line_id:',p_changed_attributes(l_counter).original_source_line_id);
1408: wsh_debug_sv.log (l_module_name, 'source_line_id: ',p_changed_attributes(l_counter).source_line_id);
1409: wsh_debug_sv.log (l_module_name, 'action_flag',p_changed_attributes(l_counter).action_flag);
1410: END IF;
1411: --

Line 1408: wsh_debug_sv.log (l_module_name, 'source_line_id: ',p_changed_attributes(l_counter).source_line_id);

1404: --{ Loop Starts
1405: --
1406: IF l_debug_on THEN
1407: wsh_debug_sv.log(l_module_name,'original_source_line_id:',p_changed_attributes(l_counter).original_source_line_id);
1408: wsh_debug_sv.log (l_module_name, 'source_line_id: ',p_changed_attributes(l_counter).source_line_id);
1409: wsh_debug_sv.log (l_module_name, 'action_flag',p_changed_attributes(l_counter).action_flag);
1410: END IF;
1411: --
1412:

Line 1409: wsh_debug_sv.log (l_module_name, 'action_flag',p_changed_attributes(l_counter).action_flag);

1405: --
1406: IF l_debug_on THEN
1407: wsh_debug_sv.log(l_module_name,'original_source_line_id:',p_changed_attributes(l_counter).original_source_line_id);
1408: wsh_debug_sv.log (l_module_name, 'source_line_id: ',p_changed_attributes(l_counter).source_line_id);
1409: wsh_debug_sv.log (l_module_name, 'action_flag',p_changed_attributes(l_counter).action_flag);
1410: END IF;
1411: --
1412:
1413: IF (p_changed_attributes(l_counter).action_flag <> 'I' ) THEN

Line 1431: wsh_debug_sv.log(l_module_name,'l_wh_type,l_return_status',l_wh_type||','||l_return_status);

1427: p_organization_id => l_detail_rec.organization_id,
1428: x_return_status => l_return_status );
1429:
1430: IF l_debug_on THEN
1431: wsh_debug_sv.log(l_module_name,'l_wh_type,l_return_status',l_wh_type||','||l_return_status);
1432: END IF;
1433:
1434: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
1435: raise wsh_invalid_org;

Line 1441: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Validate_Delivery_Line', WSH_DEBUG_SV.C_PROC_LEVEL);

1437:
1438: IF ( nvl(l_wh_type, FND_API.G_MISS_CHAR) = 'TW2' ) THEN
1439: --
1440: IF l_debug_on THEN
1441: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Validate_Delivery_Line', WSH_DEBUG_SV.C_PROC_LEVEL);
1442: END IF;
1443: --
1444: Validate_Delivery_Line (
1445: p_changed_attributes => p_changed_attributes,

Line 1450: WSH_DEBUG_SV.log(l_module_name, 'Return Status of WSH_DELIVERY_DETAILS_PUB.Split_Line', l_return_status);

1446: x_return_status => l_return_status );
1447:
1448: --
1449: IF l_debug_on THEN
1450: WSH_DEBUG_SV.log(l_module_name, 'Return Status of WSH_DELIVERY_DETAILS_PUB.Split_Line', l_return_status);
1451: END IF;
1452: --
1453:
1454: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN

Line 1457: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: CMS changes other than Quantity and Quantity UOM');

1453:
1454: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1455: --
1456: IF l_debug_on THEN
1457: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: CMS changes other than Quantity and Quantity UOM');
1458: END IF;
1459: --
1460: raise wsh_update_not_allowed;
1461: END IF;

Line 1473: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CONVERT_UOM',WSH_DEBUG_SV.C_PROC_LEVEL);

1469: --Convert Open quantity to Src Requested Quantity UOM(if UOM does not match)
1470: IF l_detail_rec.requested_quantity_uom <> l_detail_rec.src_requested_quantity_uom THEN
1471: --
1472: IF l_debug_on THEN
1473: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CONVERT_UOM',WSH_DEBUG_SV.C_PROC_LEVEL);
1474: END IF;
1475: --
1476: l_converted_open_qty := WSH_WV_UTILS.Convert_Uom(
1477: l_detail_rec.requested_quantity_uom,

Line 1489: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CONVERT_UOM',WSH_DEBUG_SV.C_PROC_LEVEL);

1485: --Convert OM Ordered Quantity to Src Requested Quantity UOM(if UOM does not match)
1486: IF l_detail_rec.src_requested_quantity_uom <> p_changed_attributes(l_counter).order_quantity_uom THEN
1487: --
1488: IF l_debug_on THEN
1489: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_WV_UTILS.CONVERT_UOM',WSH_DEBUG_SV.C_PROC_LEVEL);
1490: END IF;
1491: --
1492: l_converted_ordered_qty := WSH_WV_UTILS.Convert_Uom(
1493: p_changed_attributes(l_counter).order_quantity_uom,

Line 1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);

1499: l_change_quantity := l_detail_rec.src_requested_quantity - l_converted_ordered_qty;
1500:
1501: --
1502: IF l_debug_on THEN
1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);
1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);

Line 1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);

1500:
1501: --
1502: IF l_debug_on THEN
1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);
1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);
1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );

Line 1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);

1501: --
1502: IF l_debug_on THEN
1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);
1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);
1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );
1509: END IF;

Line 1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);

1502: IF l_debug_on THEN
1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);
1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);
1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );
1509: END IF;
1510: --

Line 1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);

1503: WSH_DEBUG_SV.log(l_module_name, 'Open Quantity', l_open_qty);
1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);
1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );
1509: END IF;
1510: --
1511:

Line 1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );

1504: WSH_DEBUG_SV.log(l_module_name, 'Converted Open Quantity', l_converted_open_qty);
1505: WSH_DEBUG_SV.log(l_module_name, 'Ordered Quantity', p_changed_attributes(l_counter).ordered_quantity);
1506: WSH_DEBUG_SV.log(l_module_name, 'Converted Ordered Quantity', l_converted_ordered_qty);
1507: WSH_DEBUG_SV.log(l_module_name, 'Source Requested Quantity', l_detail_rec.src_requested_quantity);
1508: WSH_DEBUG_SV.log(l_module_name, 'Change in quantity', l_change_quantity );
1509: END IF;
1510: --
1511:
1512: --During CMS, Raise error if open quantity available for cancelleation is less than quantity cancelled from OM

Line 1518: WSH_DEBUG_SV.logmsg(l_module_name, 'During CMS Actual Cancel Quantity available ' || l_converted_open_qty ||

1514: l_detail_rec.src_requested_quantity > l_converted_ordered_qty
1515: THEN
1516: --
1517: IF l_debug_on THEN
1518: WSH_DEBUG_SV.logmsg(l_module_name, 'During CMS Actual Cancel Quantity available ' || l_converted_open_qty ||
1519: ' is less than cancel quantity requested ' || l_change_quantity ||
1520: '(UOM => ' || l_detail_rec.src_requested_quantity_uom || ')');
1521: END IF;
1522: --

Line 1542: WSH_DEBUG_SV.log(l_module_name, 'x_update_allowed', x_update_allowed);

1538: x_update_allowed := 'Y';
1539:
1540: --
1541: IF l_debug_on THEN
1542: WSH_DEBUG_SV.log(l_module_name, 'x_update_allowed', x_update_allowed);
1543: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
1544: WSH_DEBUG_SV.pop(l_module_name);
1545: END IF;
1546: --

Line 1543: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);

1539:
1540: --
1541: IF l_debug_on THEN
1542: WSH_DEBUG_SV.log(l_module_name, 'x_update_allowed', x_update_allowed);
1543: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
1544: WSH_DEBUG_SV.pop(l_module_name);
1545: END IF;
1546: --
1547: EXCEPTION

Line 1544: WSH_DEBUG_SV.pop(l_module_name);

1540: --
1541: IF l_debug_on THEN
1542: WSH_DEBUG_SV.log(l_module_name, 'x_update_allowed', x_update_allowed);
1543: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
1544: WSH_DEBUG_SV.pop(l_module_name);
1545: END IF;
1546: --
1547: EXCEPTION
1548: WHEN wsh_update_not_allowed THEN

Line 1558: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');

1554: close c_del_details;
1555: END IF;
1556: --
1557: IF l_debug_on THEN
1558: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');
1559: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_update_not_allowed');
1560: END IF;
1561: --
1562: WHEN wsh_invalid_org THEN

Line 1559: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_update_not_allowed');

1555: END IF;
1556: --
1557: IF l_debug_on THEN
1558: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');
1559: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_update_not_allowed');
1560: END IF;
1561: --
1562: WHEN wsh_invalid_org THEN
1563: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;

Line 1570: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');

1566: close c_del_details;
1567: END IF;
1568: --
1569: IF l_debug_on THEN
1570: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');
1571: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_invalid_org');
1572: END IF;
1573: --
1574: WHEN others THEN

Line 1571: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_invalid_org');

1567: END IF;
1568: --
1569: IF l_debug_on THEN
1570: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured while spliting line');
1571: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:wsh_invalid_org');
1572: END IF;
1573: --
1574: WHEN others THEN
1575: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

Line 1578: WSH_DEBUG_SV.logmsg(l_module_name,'Rolling back the transactions');

1574: WHEN others THEN
1575: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1576: --
1577: IF l_debug_on THEN
1578: WSH_DEBUG_SV.logmsg(l_module_name,'Rolling back the transactions');
1579: END IF;
1580: --
1581: IF c_del_details%ISOPEN THEN
1582: close c_del_details;

Line 1585: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

1581: IF c_del_details%ISOPEN THEN
1582: close c_del_details;
1583: END IF;
1584: IF l_debug_on THEN
1585: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
1586: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
1587: END IF;
1588: END Check_Updates_Allowed;
1589: --

Line 1586: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

1582: close c_del_details;
1583: END IF;
1584: IF l_debug_on THEN
1585: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
1586: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
1587: END IF;
1588: END Check_Updates_Allowed;
1589: --
1590: --=============================================================================

Line 1630: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

1626: --
1627: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1628: --
1629: IF l_debug_on IS NULL THEN
1630: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1631: END IF;
1632: --
1633: IF l_debug_on THEN
1634: WSH_DEBUG_SV.push(l_module_name);

Line 1634: WSH_DEBUG_SV.push(l_module_name);

1630: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
1631: END IF;
1632: --
1633: IF l_debug_on THEN
1634: WSH_DEBUG_SV.push(l_module_name);
1635: END IF;
1636: --
1637:
1638: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

Line 1644: WSH_DEBUG_SV.log(l_module_name, 'source_line_id', p_changed_attributes(i).source_line_id );

1640: FOR i in p_changed_attributes.FIRST .. p_changed_attributes.LAST
1641: LOOP
1642: --
1643: IF l_debug_on THEN
1644: WSH_DEBUG_SV.log(l_module_name, 'source_line_id', p_changed_attributes(i).source_line_id );
1645: END IF;
1646: --
1647:
1648: IF p_changed_attributes(i).ordered_quantity = 0 THEN

Line 1651: WSH_DEBUG_SV.logmsg(l_module_name, 'Ordered Quantity for line is zero, so do not validate');

1647:
1648: IF p_changed_attributes(i).ordered_quantity = 0 THEN
1649: --
1650: IF l_debug_on THEN
1651: WSH_DEBUG_SV.logmsg(l_module_name, 'Ordered Quantity for line is zero, so do not validate');
1652: END IF;
1653: --
1654: EXIT;
1655: END IF;

Line 1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );

1664: /*
1665: -- Just for debugging
1666: --
1667: IF l_debug_on THEN
1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );

Line 1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );

1665: -- Just for debugging
1666: --
1667: IF l_debug_on THEN
1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );

Line 1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );

1666: --
1667: IF l_debug_on THEN
1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );

Line 1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );

1667: IF l_debug_on THEN
1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );

Line 1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );

1668: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );

Line 1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );

1669: WSH_DEBUG_SV.log(l_module_name, 'l_delivery_line_info.shipping_instructions', l_delivery_line_info.shipping_instructions );
1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );

Line 1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );

1670: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || l_delivery_line_info.arrival_set_id );
1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );

Line 1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );

1671: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || l_delivery_line_info.ato_line_id );
1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );

Line 1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );

1672: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || l_delivery_line_info.attribute1 );
1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );

Line 1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );

1673: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || l_delivery_line_info.attribute10 );
1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );

Line 1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );

1674: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || l_delivery_line_info.attribute11 );
1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );

Line 1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );

1675: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || l_delivery_line_info.attribute12 );
1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );

Line 1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );

1676: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || l_delivery_line_info.attribute13 );
1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );

Line 1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );

1677: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || l_delivery_line_info.attribute14 );
1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );

Line 1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );

1678: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || l_delivery_line_info.attribute15 );
1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );

Line 1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );

1679: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || l_delivery_line_info.attribute2 );
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );

Line 1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );

1680: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || l_delivery_line_info.attribute3 );
1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );

Line 1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );

1681: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || l_delivery_line_info.attribute4 );
1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );

Line 1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );

1682: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || l_delivery_line_info.attribute5 );
1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );

Line 1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );

1683: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || l_delivery_line_info.attribute6 );
1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );

Line 1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );

1684: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || l_delivery_line_info.attribute7 );
1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );

Line 1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );

1685: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || l_delivery_line_info.attribute8 );
1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );

Line 1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );

1686: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || l_delivery_line_info.attribute9 );
1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );

Line 1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );

1687: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || l_delivery_line_info.attribute_category );
1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );

Line 1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );

1688: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || l_delivery_line_info.cancelled_quantity );
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );

Line 1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );

1689: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || l_delivery_line_info.cancelled_quantity2 );
1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );

Line 1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );

1690: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || l_delivery_line_info.carrier_id );
1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );

Line 1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );

1691: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || l_delivery_line_info.classification );
1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );

Line 1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );

1692: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || l_delivery_line_info.commodity_code_cat_id );
1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );

Line 1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );

1693: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || l_delivery_line_info.container_flag );
1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );

Line 1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );

1694: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || l_delivery_line_info.container_name );
1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );

Line 1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );

1695: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || l_delivery_line_info.container_type_code );
1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );

Line 1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );

1696: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || l_delivery_line_info.country_of_origin );
1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );

Line 1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );

1697: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || l_delivery_line_info.currency_code );
1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );

Line 1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );

1698: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || l_delivery_line_info.cust_model_serial_number );
1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );

Line 1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );

1699: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || l_delivery_line_info.cust_po_number );
1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );

Line 1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );

1700: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || l_delivery_line_info.customer_dock_code );
1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );

Line 1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );

1701: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || l_delivery_line_info.customer_id );
1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );

Line 1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );

1702: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || l_delivery_line_info.customer_item_id );
1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );

Line 1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );

1703: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || l_delivery_line_info.customer_job );
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );

Line 1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );

1704: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || l_delivery_line_info.customer_prod_seq );
1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );

Line 1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );

1705: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || l_delivery_line_info.customer_production_line );
1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );

Line 1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );

1706: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || l_delivery_line_info.customer_requested_lot_flag );
1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );

Line 1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );

1707: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || l_delivery_line_info.cycle_count_quantity );
1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );

Line 1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );

1708: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || l_delivery_line_info.cycle_count_quantity2 );
1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );

Line 1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );

1709: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || l_delivery_line_info.date_requested );
1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );

Line 1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );

1710: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || l_delivery_line_info.date_scheduled );
1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );

Line 1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );

1711: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || l_delivery_line_info.deliver_to_contact_id );
1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );

Line 1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );

1712: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || l_delivery_line_info.deliver_to_site_use_id );
1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );

Line 1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );

1713: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || l_delivery_line_info.delivered_quantity );
1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );

Line 1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );

1714: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || l_delivery_line_info.delivered_quantity2 );
1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );

Line 1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );

1715: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || l_delivery_line_info.delivery_detail_id );
1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );

Line 1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );

1716: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || l_delivery_line_info.dep_plan_required_flag );
1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );

Line 1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );

1717: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || l_delivery_line_info.detail_container_item_id );
1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );

Line 1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );

1718: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || l_delivery_line_info.fill_percent );
1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );

Line 1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );

1719: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || l_delivery_line_info.fob_code );
1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );

Line 1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );

1720: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || l_delivery_line_info.freight_class_cat_id );
1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );

Line 1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );

1721: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || l_delivery_line_info.freight_terms_code );
1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );

Line 1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );

1722: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || l_delivery_line_info.gross_weight );
1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );

Line 1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );

1723: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || l_delivery_line_info.hazard_class_id );
1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );

Line 1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );

1724: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || l_delivery_line_info.hold_code );
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );

Line 1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );

1725: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || l_delivery_line_info.inspection_flag );
1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );

Line 1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );

1726: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || l_delivery_line_info.intmed_ship_to_contact_id );
1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );

Line 1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );

1727: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || l_delivery_line_info.inv_interfaced_flag );
1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );

Line 1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );

1728: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || l_delivery_line_info.inventory_item_id );
1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );

Line 1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );

1729: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || l_delivery_line_info.item_description );
1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );

Line 1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );

1730: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || l_delivery_line_info.load_seq_number );
1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );

Line 1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );

1731: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || l_delivery_line_info.locator_id );
1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );

Line 1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );

1732: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || l_delivery_line_info.lot_number );
1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );

Line 1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );

1733: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || l_delivery_line_info.lpn_id );
1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );

Line 1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );

1734: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || l_delivery_line_info.master_container_item_id );
1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );

Line 1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );

1735: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || l_delivery_line_info.master_serial_number );
1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );

Line 1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );

1736: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || l_delivery_line_info.maximum_load_weight );
1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );

Line 1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );

1737: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || l_delivery_line_info.maximum_volume );
1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );

Line 1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );

1738: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || l_delivery_line_info.minimum_fill_percent );
1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );

Line 1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );

1739: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || l_delivery_line_info.move_order_line_id );
1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );

Line 1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );

1740: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || l_delivery_line_info.movement_id );
1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );

Line 1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );

1741: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || l_delivery_line_info.mvt_stat_status );
1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );

Line 1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );

1742: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || l_delivery_line_info.net_weight );
1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );

Line 1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );

1743: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || l_delivery_line_info.oe_interfaced_flag );
1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );

Line 1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );

1744: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );

Line 1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );

1745: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );

Line 1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );

1746: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );

Line 1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );

1747: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );

Line 1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );

1748: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || l_delivery_line_info.org_id );
1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );

Line 1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );

1749: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || l_delivery_line_info.organization_id );
1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );

Line 1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );

1750: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );

Line 1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );

1751: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || l_delivery_line_info.packing_instructions );
1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );

Line 1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );

1752: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || l_delivery_line_info.pickable_flag );
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );

Line 1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );

1753: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || l_delivery_line_info.picked_quantity );
1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );

Line 1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );

1754: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || l_delivery_line_info.picked_quantity2 );
1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );

Line 1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );

1755: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || l_delivery_line_info.preferred_grade );
1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );

Line 1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );

1756: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || l_delivery_line_info.project_id );
1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );

Line 1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );

1757: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || l_delivery_line_info.quality_control_quantity );
1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );

Line 1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );

1758: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || l_delivery_line_info.quality_control_quantity2 );
1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );

Line 1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );

1759: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || l_delivery_line_info.received_quantity );
1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );

Line 1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );

1760: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || l_delivery_line_info.received_quantity2 );
1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );

Line 1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );

1761: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || l_delivery_line_info.released_status );
1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );

Line 1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );

1762: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || l_delivery_line_info.request_id );
1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );

Line 1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );

1763: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || l_delivery_line_info.revision );
1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );

Line 1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );

1764: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || l_delivery_line_info.seal_code );
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );

Line 1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );

1765: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || l_delivery_line_info.serial_number );
1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );

Line 1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );

1766: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || l_delivery_line_info.organization_id );
1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );

Line 1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );

1767: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || l_delivery_line_info.ship_model_complete_flag );
1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );

Line 1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );

1768: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || l_delivery_line_info.ship_set_id );
1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );

Line 1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );

1769: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || l_delivery_line_info.ship_to_contact_id );
1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );

Line 1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );

1770: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );

Line 1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );

1771: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || l_delivery_line_info.ship_to_site_use_id );
1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );

Line 1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );

1772: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || l_delivery_line_info.ship_tolerance_above );
1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);

Line 1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );

1773: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || l_delivery_line_info.ship_tolerance_below );
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );

Line 1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );

1774: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || l_delivery_line_info.shipment_priority_code );
1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );

Line 1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );

1775: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || l_delivery_line_info.shipped_quantity );
1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );

Line 1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);

1776: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || l_delivery_line_info.shipped_quantity2 );
1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );

Line 1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );

1777: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || l_delivery_line_info.shipping_instructions );
1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );

Line 1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );

1778: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || l_delivery_line_info.ship_method_code );
1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );

Line 1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );

1779: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || l_delivery_line_info.sold_to_contact_id );
1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );

Line 1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );

1780: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || l_delivery_line_info.customer_id);
1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );

Line 1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );

1781: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || l_delivery_line_info.source_code );
1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );

Line 1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );

1782: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || l_delivery_line_info.source_header_id );
1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );

Line 1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );

1783: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || l_delivery_line_info.source_header_number );
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );

Line 1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );

1784: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || l_delivery_line_info.source_header_type_id );
1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );

Line 1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );

1785: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || l_delivery_line_info.source_header_type_name );
1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );

Line 1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );

1786: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || l_delivery_line_info.source_line_id );
1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );

Line 1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );

1787: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || l_delivery_line_info.source_line_set_id );
1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );

Line 1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );

1788: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || l_delivery_line_info.split_from_delivery_detail_id );
1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );

Line 1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );

1789: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || l_delivery_line_info.src_requested_quantity );
1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );

Line 1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );

1790: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || l_delivery_line_info.src_requested_quantity2 );
1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );

Line 1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );

1791: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || l_delivery_line_info.src_requested_quantity_uom );
1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );

Line 1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );

1792: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || l_delivery_line_info.src_requested_quantity_uom2 );
1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );

Line 1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );

1793: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.subinventory );
1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );

Line 1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );

1794: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || l_delivery_line_info.task_id );
1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );

Line 1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );

1795: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || l_delivery_line_info.to_serial_number );
1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );

Line 1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );

1796: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || l_delivery_line_info.top_model_line_id );
1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );

Line 1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );

1797: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || l_delivery_line_info.tp_attribute1 );
1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );

Line 1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );

1798: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || l_delivery_line_info.tp_attribute10 );
1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );

Line 1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );

1799: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || l_delivery_line_info.tp_attribute11 );
1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );

Line 1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );

1800: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || l_delivery_line_info.tp_attribute12 );
1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );

Line 1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );

1801: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || l_delivery_line_info.tp_attribute13 );
1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );

Line 1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );

1802: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || l_delivery_line_info.tp_attribute14 );
1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );

Line 1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );

1803: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || l_delivery_line_info.tp_attribute15 );
1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );

Line 1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );

1804: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || l_delivery_line_info.tp_attribute2 );
1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );

Line 1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );

1805: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || l_delivery_line_info.tp_attribute3 );
1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );

Line 1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );

1806: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || l_delivery_line_info.tp_attribute4 );
1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );

Line 1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );

1807: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || l_delivery_line_info.tp_attribute5 );
1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );

Line 1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );

1808: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || l_delivery_line_info.tp_attribute6 );
1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );

Line 1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );

1809: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || l_delivery_line_info.tp_attribute7 );
1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );

Line 1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );

1810: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || l_delivery_line_info.tp_attribute8 );
1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );

Line 1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );

1811: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || l_delivery_line_info.tp_attribute9 );
1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );

Line 1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );

1812: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || l_delivery_line_info.tp_attribute_category );
1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );

Line 1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );

1813: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || l_delivery_line_info.tracking_number );
1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );
1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );

Line 1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );

1814: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || l_delivery_line_info.transaction_temp_id );
1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );
1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1822: END IF;

Line 1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );

1815: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || l_delivery_line_info.unit_number );
1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );
1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1822: END IF;
1823: --

Line 1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );

1816: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || l_delivery_line_info.unit_price );
1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );
1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1822: END IF;
1823: --
1824: */

Line 1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );

1817: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || l_delivery_line_info.volume );
1818: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || l_delivery_line_info.volume_uom_code );
1819: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || l_delivery_line_info.weight_uom_code );
1820: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || l_delivery_line_info.filled_volume );
1821: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || l_delivery_line_info.original_subinventory );
1822: END IF;
1823: --
1824: */
1825:

Line 2133: WSH_DEBUG_SV.logmsg(l_module_name, 'INSIDE VALIDATION SUCCESS' );

2129: THEN
2130: --Nothing has been changed
2131: --
2132: IF l_debug_on THEN
2133: WSH_DEBUG_SV.logmsg(l_module_name, 'INSIDE VALIDATION SUCCESS' );
2134: END IF;
2135: --
2136: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
2137: ELSE

Line 2141: WSH_DEBUG_SV.logmsg(l_module_name, 'Attributes does not match so returning error' );

2137: ELSE
2138: --Raise Error
2139: --
2140: IF l_debug_on THEN
2141: WSH_DEBUG_SV.logmsg(l_module_name, 'Attributes does not match so returning error' );
2142: END IF;
2143: --
2144: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
2145: END IF;

Line 2150: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);

2146: END LOOP;
2147:
2148: --
2149: IF l_debug_on THEN
2150: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
2151: WSH_DEBUG_SV.pop(l_module_name);
2152: END IF;
2153: --
2154: EXCEPTION

Line 2151: WSH_DEBUG_SV.pop(l_module_name);

2147:
2148: --
2149: IF l_debug_on THEN
2150: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
2151: WSH_DEBUG_SV.pop(l_module_name);
2152: END IF;
2153: --
2154: EXCEPTION
2155: WHEN OTHERS THEN

Line 2160: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

2156: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
2157: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line');
2158: --
2159: IF l_debug_on THEN
2160: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2161: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2162: END IF;
2163: --
2164: END Validate_Delivery_Line;

Line 2161: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

2157: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line');
2158: --
2159: IF l_debug_on THEN
2160: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2161: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2162: END IF;
2163: --
2164: END Validate_Delivery_Line;
2165: