DBA Data[Home] [Help]

APPS.WSH_SHIPMENT_REQUEST_PKG dependencies on WSH_DEBUG_SV

Line 93: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

89: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
90: --
91: IF l_debug_on IS NULL
92: THEN
93: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
94: END IF;
95: --
96: IF l_debug_on THEN
97: wsh_debug_sv.push(l_module_name);

Line 97: wsh_debug_sv.push(l_module_name);

93: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
94: END IF;
95: --
96: IF l_debug_on THEN
97: wsh_debug_sv.push(l_module_name);
98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);

Line 98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);

94: END IF;
95: --
96: IF l_debug_on THEN
97: wsh_debug_sv.push(l_module_name);
98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);

Line 99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT

95: --
96: IF l_debug_on THEN
97: wsh_debug_sv.push(l_module_name);
98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);

Line 100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);

96: IF l_debug_on THEN
97: wsh_debug_sv.push(l_module_name);
98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);

Line 101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);

97: wsh_debug_sv.push(l_module_name);
98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);

Line 102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);

98: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);
106: END IF;

Line 103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);

99: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);
106: END IF;
107: --

Line 104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);

100: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);
106: END IF;
107: --
108:

Line 105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);

101: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
102: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
103: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
104: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
105: wsh_debug_sv.log(l_module_name, 'p_log_level', p_log_level);
106: END IF;
107: --
108:
109: --

Line 111: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

107: --
108:
109: --
110: IF l_debug_on THEN
111: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
112: END IF;
113: --
114:
115: Process_Shipment_Request(

Line 128: WSH_DEBUG_SV.log(l_module_name, 'Return Status of Process_Shipment_Request', l_return_status);

124: x_return_status => l_return_status );
125:
126: --
127: IF l_debug_on THEN
128: WSH_DEBUG_SV.log(l_module_name, 'Return Status of Process_Shipment_Request', l_return_status);
129: END IF;
130: --
131:
132:

Line 153: WSH_DEBUG_SV.log(l_module_name,'l_completion_status', l_completion_status);

149: END IF;
150:
151: --
152: IF l_debug_on THEN
153: WSH_DEBUG_SV.log(l_module_name,'l_completion_status', l_completion_status);
154: WSH_DEBUG_SV.log(l_module_name,'errbuf', errbuf);
155: WSH_DEBUG_SV.log(l_module_name,'retcode', retcode);
156: WSH_DEBUG_SV.pop(l_module_name);
157: END IF;

Line 154: WSH_DEBUG_SV.log(l_module_name,'errbuf', errbuf);

150:
151: --
152: IF l_debug_on THEN
153: WSH_DEBUG_SV.log(l_module_name,'l_completion_status', l_completion_status);
154: WSH_DEBUG_SV.log(l_module_name,'errbuf', errbuf);
155: WSH_DEBUG_SV.log(l_module_name,'retcode', retcode);
156: WSH_DEBUG_SV.pop(l_module_name);
157: END IF;
158: --

Line 155: WSH_DEBUG_SV.log(l_module_name,'retcode', retcode);

151: --
152: IF l_debug_on THEN
153: WSH_DEBUG_SV.log(l_module_name,'l_completion_status', l_completion_status);
154: WSH_DEBUG_SV.log(l_module_name,'errbuf', errbuf);
155: WSH_DEBUG_SV.log(l_module_name,'retcode', retcode);
156: WSH_DEBUG_SV.pop(l_module_name);
157: END IF;
158: --
159: EXCEPTION

Line 156: WSH_DEBUG_SV.pop(l_module_name);

152: IF l_debug_on THEN
153: WSH_DEBUG_SV.log(l_module_name,'l_completion_status', l_completion_status);
154: WSH_DEBUG_SV.log(l_module_name,'errbuf', errbuf);
155: WSH_DEBUG_SV.log(l_module_name,'retcode', retcode);
156: WSH_DEBUG_SV.pop(l_module_name);
157: END IF;
158: --
159: EXCEPTION
160: WHEN OTHERS THEN

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

162: errbuf := 'Process Shipment Requests Program is completed with unexpected error - ' || SQLCODE;
163: retcode := '2';
164: --
165: IF l_debug_on THEN
166: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
167: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
168: END IF;
169: --
170: END Shipment_Request_Inbound;

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

163: retcode := '2';
164: --
165: IF l_debug_on THEN
166: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
167: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
168: END IF;
169: --
170: END Shipment_Request_Inbound;
171:

Line 286: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

282: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
283: --
284: IF l_debug_on IS NULL
285: THEN
286: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
287: END IF;
288: --
289: IF l_debug_on THEN
290: wsh_debug_sv.push(l_module_name);

Line 290: wsh_debug_sv.push(l_module_name);

286: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
287: END IF;
288: --
289: IF l_debug_on THEN
290: wsh_debug_sv.push(l_module_name);
291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);

Line 291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);

287: END IF;
288: --
289: IF l_debug_on THEN
290: wsh_debug_sv.push(l_module_name);
291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);

Line 292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);

288: --
289: IF l_debug_on THEN
290: wsh_debug_sv.push(l_module_name);
291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);

Line 293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT

289: IF l_debug_on THEN
290: wsh_debug_sv.push(l_module_name);
291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);

Line 294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);

290: wsh_debug_sv.push(l_module_name);
291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);

Line 295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);

291: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
299: END IF;

Line 296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);

292: wsh_debug_sv.log(l_module_name, 'p_transaction_status', p_transaction_status);
293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
299: END IF;
300: --

Line 297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);

293: wsh_debug_sv.log(l_module_name, 'p_client_code', p_client_code); -- Modified R12.1.1 LSP PROJECT
294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
299: END IF;
300: --
301:

Line 298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);

294: wsh_debug_sv.log(l_module_name, 'p_from_document_number', p_from_document_number);
295: wsh_debug_sv.log(l_module_name, 'p_to_document_number', p_to_document_number);
296: wsh_debug_sv.log(l_module_name, 'p_from_creation_date', p_from_creation_date);
297: wsh_debug_sv.log(l_module_name, 'p_to_creation_date', p_to_creation_date);
298: wsh_debug_sv.log(l_module_name, 'p_transaction_id', p_transaction_id);
299: END IF;
300: --
301:
302: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 307: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WMS_DEPLOY.Wms_Deployment_Mode', WSH_DEBUG_SV.C_PROC_LEVEL);

303:
304: --Check if instance is running in Standalone, if not exit out of the program
305: --
306: IF l_debug_on THEN
307: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WMS_DEPLOY.Wms_Deployment_Mode', WSH_DEBUG_SV.C_PROC_LEVEL);
308: END IF;
309: --
310: l_standalone_mode := WMS_DEPLOY.Wms_Deployment_Mode;
311:

Line 315: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : Distributed');

311:
312: IF l_standalone_mode = 'D' THEN
313: g_interface_action_code := '94X_STANDALONE';
314: IF l_debug_on THEN
315: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : Distributed');
316: END IF;
317: ELSIF l_standalone_mode = 'L' THEN -- LSP PROJECT : Consider LSP mode also
318: g_interface_action_code := '94X_STANDALONE';
319: IF l_debug_on THEN

Line 320: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : LSP ');

316: END IF;
317: ELSIF l_standalone_mode = 'L' THEN -- LSP PROJECT : Consider LSP mode also
318: g_interface_action_code := '94X_STANDALONE';
319: IF l_debug_on THEN
320: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : LSP ');
321: END IF;
322: ELSE
323: --
324: IF l_debug_on THEN

Line 325: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is not LSP/Distributed');

321: END IF;
322: ELSE
323: --
324: IF l_debug_on THEN
325: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is not LSP/Distributed');
326: END IF;
327: --
328: RAISE FND_API.G_EXC_ERROR;
329: END IF;

Line 338: WSH_DEBUG_SV.log(l_module_name,'l_from_creation_date',l_from_creation_date);

334: l_to_document_number := to_char(p_to_document_number);
335:
336: --
337: IF l_debug_on THEN
338: WSH_DEBUG_SV.log(l_module_name,'l_from_creation_date',l_from_creation_date);
339: WSH_DEBUG_SV.log(l_module_name,'l_to_creation_date',l_to_creation_date);
340: WSH_DEBUG_SV.log(l_module_name,'l_from_document_number',l_from_document_number);
341: WSH_DEBUG_SV.log(l_module_name,'l_to_document_number',l_to_document_number);
342: END IF;

Line 339: WSH_DEBUG_SV.log(l_module_name,'l_to_creation_date',l_to_creation_date);

335:
336: --
337: IF l_debug_on THEN
338: WSH_DEBUG_SV.log(l_module_name,'l_from_creation_date',l_from_creation_date);
339: WSH_DEBUG_SV.log(l_module_name,'l_to_creation_date',l_to_creation_date);
340: WSH_DEBUG_SV.log(l_module_name,'l_from_document_number',l_from_document_number);
341: WSH_DEBUG_SV.log(l_module_name,'l_to_document_number',l_to_document_number);
342: END IF;
343: --

Line 340: WSH_DEBUG_SV.log(l_module_name,'l_from_document_number',l_from_document_number);

336: --
337: IF l_debug_on THEN
338: WSH_DEBUG_SV.log(l_module_name,'l_from_creation_date',l_from_creation_date);
339: WSH_DEBUG_SV.log(l_module_name,'l_to_creation_date',l_to_creation_date);
340: WSH_DEBUG_SV.log(l_module_name,'l_from_document_number',l_from_document_number);
341: WSH_DEBUG_SV.log(l_module_name,'l_to_document_number',l_to_document_number);
342: END IF;
343: --
344:

Line 341: WSH_DEBUG_SV.log(l_module_name,'l_to_document_number',l_to_document_number);

337: IF l_debug_on THEN
338: WSH_DEBUG_SV.log(l_module_name,'l_from_creation_date',l_from_creation_date);
339: WSH_DEBUG_SV.log(l_module_name,'l_to_creation_date',l_to_creation_date);
340: WSH_DEBUG_SV.log(l_module_name,'l_from_document_number',l_from_document_number);
341: WSH_DEBUG_SV.log(l_module_name,'l_to_document_number',l_to_document_number);
342: END IF;
343: --
344:
345: IF p_transaction_id is not null THEN

Line 451: WSH_DEBUG_SV.log(l_module_name, 'Transaction Query', l_transaction_query);

447:
448:
449: --
450: IF l_debug_on THEN
451: WSH_DEBUG_SV.log(l_module_name, 'Transaction Query', l_transaction_query);
452: END IF;
453: --
454:
455: v_cursorid := DBMS_SQL.Open_Cursor;

Line 458: WSH_DEBUG_SV.log(l_module_name, 'Opended cursor successfully', v_cursorid);

454:
455: v_cursorid := DBMS_SQL.Open_Cursor;
456: --
457: IF l_debug_on THEN
458: WSH_DEBUG_SV.log(l_module_name, 'Opended cursor successfully', v_cursorid);
459: END IF;
460: --
461: DBMS_SQL.Parse(v_cursorid, l_transaction_query, DBMS_SQL.v7 );
462:

Line 465: WSH_DEBUG_SV.logmsg(l_module_name, 'Parsed cursor successfully');

461: DBMS_SQL.Parse(v_cursorid, l_transaction_query, DBMS_SQL.v7 );
462:
463: --
464: IF l_debug_on THEN
465: WSH_DEBUG_SV.logmsg(l_module_name, 'Parsed cursor successfully');
466: END IF;
467: --
468: DBMS_SQL.Define_Column(v_cursorid, 1, l_transaction_rec.Transaction_ID);
469: DBMS_SQL.Define_Column(v_cursorid, 2, l_transaction_rec.Document_Type, 30);

Line 502: WSH_DEBUG_SV.logmsg(l_module_name, 'Defined Columns successfully');

498: DBMS_SQL.Define_Column(v_cursorid, 31, l_transaction_rec.Attribute14, 150);
499: DBMS_SQL.Define_Column(v_cursorid, 32, l_transaction_rec.Attribute15, 150);
500: --
501: IF l_debug_on THEN
502: WSH_DEBUG_SV.logmsg(l_module_name, 'Defined Columns successfully');
503: END IF;
504: --
505:
506: --Start assigning BIND values

Line 544: WSH_DEBUG_SV.logmsg(l_module_name, 'Bind values successfully');

540: /*Modified R12.1.1 LSP PROJECT */
541: --End assigning BIND values
542: --
543: IF l_debug_on THEN
544: WSH_DEBUG_SV.logmsg(l_module_name, 'Bind values successfully');
545: END IF;
546: --
547:
548: v_ignore := DBMS_SQL.Execute(v_cursorid);

Line 551: WSH_DEBUG_SV.log(l_module_name, 'Cursor executed successfully', v_ignore);

547:
548: v_ignore := DBMS_SQL.Execute(v_cursorid);
549: --
550: IF l_debug_on THEN
551: WSH_DEBUG_SV.log(l_module_name, 'Cursor executed successfully', v_ignore);
552: END IF;
553: --
554: END IF;
555:

Line 564: WSH_DEBUG_SV.log(l_module_name, 'Fetched successfully', v_ignore);

560: ELSE
561: v_ignore := DBMS_SQL.Fetch_Rows(v_cursorid);
562: --
563: IF l_debug_on THEN
564: WSH_DEBUG_SV.log(l_module_name, 'Fetched successfully', v_ignore);
565: END IF;
566: --
567: IF v_ignore = 0 THEN
568: EXIT;

Line 605: WSH_DEBUG_SV.logmsg(l_module_name, 'Fetched from cursor successfully');

601: DBMS_SQL.Column_Value(v_cursorid, 31, l_transaction_rec.Attribute14);
602: DBMS_SQL.Column_Value(v_cursorid, 32, l_transaction_rec.Attribute15);
603: --
604: IF l_debug_on THEN
605: WSH_DEBUG_SV.logmsg(l_module_name, 'Fetched from cursor successfully');
606: END IF;
607: --
608: END IF;
609:

Line 618: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);

614: l_transaction_rec.event_key is not null --{
615: THEN
616: --
617: IF l_debug_on THEN
618: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling wf_engine.handleError', WSH_DEBUG_SV.C_PROC_LEVEL);
619: END IF;
620: --
621: WF_ENGINE.handleError(
622: itemType => l_transaction_rec.item_type,

Line 633: wsh_debug_sv.log(l_module_name,'l_trx_status', l_trx_status);

629: FETCH c_get_status INTO l_trx_status;
630: CLOSE c_get_status;
631:
632: IF l_debug_on THEN
633: wsh_debug_sv.log(l_module_name,'l_trx_status', l_trx_status);
634: END IF;
635:
636: IF l_trx_status <> 'SC' THEN
637: l_tmp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;

Line 642: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

638: END IF;
639: ELSE
640: --
641: IF l_debug_on THEN
642: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
643: END IF;
644: --
645: Process_Shipment_Request(
646: p_transaction_rec => l_transaction_rec,

Line 652: wsh_debug_sv.log(l_module_name,'l_tmp_status', l_tmp_status);

648: x_return_status => l_tmp_status );
649:
650: --
651: IF l_debug_on THEN
652: wsh_debug_sv.log(l_module_name,'l_tmp_status', l_tmp_status);
653: END IF;
654: --
655: END IF; --}
656:

Line 667: wsh_debug_sv.log(l_module_name,'Unexpected error occurred in Process_Shipment_Request', l_tmp_status);

663: ELSIF l_tmp_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR
664: THEN
665: --
666: IF l_debug_on THEN
667: wsh_debug_sv.log(l_module_name,'Unexpected error occurred in Process_Shipment_Request', l_tmp_status);
668: END IF;
669: --
670: raise others;
671: END IF;

Line 682: WSH_DEBUG_SV.logmsg(l_module_name, 'Closing cursor');

678: ELSE
679: IF DBMS_SQL.Is_Open(v_cursorid) THEN
680: --
681: IF l_debug_on THEN
682: WSH_DEBUG_SV.logmsg(l_module_name, 'Closing cursor');
683: END IF;
684: --
685: DBMS_SQL.Close_Cursor(v_cursorid);
686: v_cursorid := null;

Line 712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);

708: --
709:
710: --
711: IF l_debug_on THEN
712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);
713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');

Line 713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);

709:
710: --
711: IF l_debug_on THEN
712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);
713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);

Line 714: WSH_DEBUG_SV.logmsg(l_module_name,'');

710: --
711: IF l_debug_on THEN
712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);
713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);

Line 715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');

711: IF l_debug_on THEN
712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);
713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);

Line 716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');

712: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Process_Shipment_Request1', x_return_status);
713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);
720: WSH_DEBUG_SV.pop(l_module_name);

Line 717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);

713: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order API alone', g_po_total_time);
714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);
720: WSH_DEBUG_SV.pop(l_module_name);
721: END IF;

Line 718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);

714: WSH_DEBUG_SV.logmsg(l_module_name,'');
715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);
720: WSH_DEBUG_SV.pop(l_module_name);
721: END IF;
722: --

Line 719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);

715: WSH_DEBUG_SV.logmsg(l_module_name,'Summary:-');
716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);
720: WSH_DEBUG_SV.pop(l_module_name);
721: END IF;
722: --
723: EXCEPTION

Line 720: WSH_DEBUG_SV.pop(l_module_name);

716: WSH_DEBUG_SV.logmsg(l_module_name,'===================================');
717: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests selected for processing ', l_total);
718: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests processed successfully ', l_success);
719: WSH_DEBUG_SV.log(l_module_name,'No. of Shipment Requests errored during processing', l_errors);
720: WSH_DEBUG_SV.pop(l_module_name);
721: END IF;
722: --
723: EXCEPTION
724: when FND_API.G_EXC_ERROR then

Line 738: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

734: END IF;
735: END IF;
736: --
737: IF l_debug_on THEN
738: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
739: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');
740: END IF;
741: --
742:

Line 739: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');

735: END IF;
736: --
737: IF l_debug_on THEN
738: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
739: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');
740: END IF;
741: --
742:
743: WHEN OTHERS THEN

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

753: END IF;
754: END IF;
755: --
756: IF l_debug_on THEN
757: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
758: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
759: END IF;
760: --
761: END Process_Shipment_Request;

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

754: END IF;
755: --
756: IF l_debug_on THEN
757: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
758: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
759: END IF;
760: --
761: END Process_Shipment_Request;
762: --

Line 943: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

939: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
940: --
941: IF l_debug_on IS NULL
942: THEN
943: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
944: END IF;
945: --
946: IF l_debug_on THEN
947: wsh_debug_sv.push(l_module_name);

Line 947: wsh_debug_sv.push(l_module_name);

943: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
944: END IF;
945: --
946: IF l_debug_on THEN
947: wsh_debug_sv.push(l_module_name);
948: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
949: wsh_debug_sv.log(l_module_name, 'transaction_id', p_transaction_rec.transaction_id);
950: wsh_debug_sv.log(l_module_name, 'transaction_status', p_transaction_rec.transaction_status);
951: END IF;

Line 948: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);

944: END IF;
945: --
946: IF l_debug_on THEN
947: wsh_debug_sv.push(l_module_name);
948: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
949: wsh_debug_sv.log(l_module_name, 'transaction_id', p_transaction_rec.transaction_id);
950: wsh_debug_sv.log(l_module_name, 'transaction_status', p_transaction_rec.transaction_status);
951: END IF;
952: --

Line 949: wsh_debug_sv.log(l_module_name, 'transaction_id', p_transaction_rec.transaction_id);

945: --
946: IF l_debug_on THEN
947: wsh_debug_sv.push(l_module_name);
948: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
949: wsh_debug_sv.log(l_module_name, 'transaction_id', p_transaction_rec.transaction_id);
950: wsh_debug_sv.log(l_module_name, 'transaction_status', p_transaction_rec.transaction_status);
951: END IF;
952: --
953:

Line 950: wsh_debug_sv.log(l_module_name, 'transaction_status', p_transaction_rec.transaction_status);

946: IF l_debug_on THEN
947: wsh_debug_sv.push(l_module_name);
948: wsh_debug_sv.log(l_module_name, 'p_commit_flag', p_commit_flag);
949: wsh_debug_sv.log(l_module_name, 'transaction_id', p_transaction_rec.transaction_id);
950: wsh_debug_sv.log(l_module_name, 'transaction_status', p_transaction_rec.transaction_status);
951: END IF;
952: --
953:
954: l_tmp := null;

Line 960: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WMS_DEPLOY.Wms_Deployment_Mode', WSH_DEBUG_SV.C_PROC_LEVEL);

956: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
957:
958: --
959: IF l_debug_on THEN
960: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WMS_DEPLOY.Wms_Deployment_Mode', WSH_DEBUG_SV.C_PROC_LEVEL);
961: END IF;
962: --
963: l_standalone_mode := WMS_DEPLOY.Wms_Deployment_Mode;
964: IF g_interface_action_code is null THEN

Line 968: WSH_DEBUG_SV.logmsg(l_module_name, 'Standalone WMS is installed');

964: IF g_interface_action_code is null THEN
965: IF l_standalone_mode = 'D' THEN
966: g_interface_action_code := '94X_STANDALONE';
967: IF l_debug_on THEN
968: WSH_DEBUG_SV.logmsg(l_module_name, 'Standalone WMS is installed');
969: END IF;
970: ELSIF l_standalone_mode = 'L' THEN -- LSP PROJECT : Consider LSP mode also
971: g_interface_action_code := '94X_STANDALONE';
972: IF l_debug_on THEN

Line 973: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : LSP ');

969: END IF;
970: ELSIF l_standalone_mode = 'L' THEN -- LSP PROJECT : Consider LSP mode also
971: g_interface_action_code := '94X_STANDALONE';
972: IF l_debug_on THEN
973: WSH_DEBUG_SV.logmsg(l_module_name, 'Deployment Mode is : LSP ');
974: END IF;
975: ELSE
976: --
977: IF l_debug_on THEN

Line 978: WSH_DEBUG_SV.logmsg(l_module_name, 'Standalone WMS is not installed');

974: END IF;
975: ELSE
976: --
977: IF l_debug_on THEN
978: WSH_DEBUG_SV.logmsg(l_module_name, 'Standalone WMS is not installed');
979: END IF;
980: --
981: RAISE FND_API.G_EXC_ERROR;
982: END IF;

Line 993: WSH_DEBUG_SV.logmsg(l_module_name, '**** Processing document ' || l_transaction_rec.document_number

989: l_om_header_rec := l_init_om_header_rec;
990:
991: --
992: IF l_debug_on THEN
993: WSH_DEBUG_SV.logmsg(l_module_name, '**** Processing document ' || l_transaction_rec.document_number
994: || ' with revision ' || l_transaction_rec.document_revision
995: || ', action type ' || l_transaction_rec.action_type || ' ****' );
996: END IF;
997: --

Line 1018: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Document Number', WSH_DEBUG_SV.C_EXCEP_LEVEL);

1014: WHEN VALUE_ERROR THEN
1015: l_temp_status := 'INVALID_HEADER';
1016: --
1017: IF l_debug_on THEN
1018: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Document Number', WSH_DEBUG_SV.C_EXCEP_LEVEL);
1019: END IF;
1020: --
1021: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_POSITIVE_INTEGER');
1022: FND_MESSAGE.Set_Token('ATTRIBUTE', 'DOCUMENT_NUMBER');

Line 1037: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Document Revision', WSH_DEBUG_SV.C_EXCEP_LEVEL);

1033: WHEN VALUE_ERROR THEN
1034: l_temp_status := 'INVALID_HEADER';
1035: --
1036: IF l_debug_on THEN
1037: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Document Revision', WSH_DEBUG_SV.C_EXCEP_LEVEL);
1038: END IF;
1039: --
1040: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_POSITIVE_INTEGER');
1041: FND_MESSAGE.Set_Token('ATTRIBUTE', 'DOCUMENT_REVISION');

Line 1052: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Entity Number => '

1048: WHEN VALUE_ERROR THEN
1049: l_temp_status := 'INVALID_HEADER';
1050: --
1051: IF l_debug_on THEN
1052: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Entity Number => '
1053: || l_transaction_rec.entity_number, WSH_DEBUG_SV.C_EXCEP_LEVEL);
1054: END IF;
1055: END;
1056:

Line 1053: || l_transaction_rec.entity_number, WSH_DEBUG_SV.C_EXCEP_LEVEL);

1049: l_temp_status := 'INVALID_HEADER';
1050: --
1051: IF l_debug_on THEN
1052: WSH_DEBUG_SV.logmsg(l_module_name, 'VALUE_ERROR exception has occured for Entity Number => '
1053: || l_transaction_rec.entity_number, WSH_DEBUG_SV.C_EXCEP_LEVEL);
1054: END IF;
1055: END;
1056:
1057: --Log error, if validation fails for Document Number/Document Revision/Entity Number

Line 1066: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_transactions_history Records');

1062: --Lock all transaction history before processing
1063: BEGIN
1064: --Lock all transaction history records
1065: IF l_debug_on THEN
1066: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_transactions_history Records');
1067: END IF;
1068: --
1069:
1070: SELECT transaction_id, entity_number

Line 1083: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_transactions_history Records');

1079: for update nowait;
1080:
1081: --Lock all delivery interface records
1082: IF l_debug_on THEN
1083: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_transactions_history Records');
1084: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_new_del_interface Records');
1085: END IF;
1086: --
1087:

Line 1084: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_new_del_interface Records');

1080:
1081: --Lock all delivery interface records
1082: IF l_debug_on THEN
1083: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_transactions_history Records');
1084: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_new_del_interface Records');
1085: END IF;
1086: --
1087:
1088: SELECT wndi.delivery_interface_id

Line 1103: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_new_del_interface Records');

1099: for update of wndi.delivery_interface_id nowait;
1100:
1101: --Lock all delivery detail interface records
1102: IF l_debug_on THEN
1103: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_new_del_interface Records');
1104: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_del_details_interface, wsh_del_assgn_interface Records');
1105: END IF;
1106: --
1107:

Line 1104: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_del_details_interface, wsh_del_assgn_interface Records');

1100:
1101: --Lock all delivery detail interface records
1102: IF l_debug_on THEN
1103: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_new_del_interface Records');
1104: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_del_details_interface, wsh_del_assgn_interface Records');
1105: END IF;
1106: --
1107:
1108: SELECT wddi.delivery_detail_interface_id, wdai.del_assgn_interface_id

Line 1126: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_del_details_interface, wsh_del_assgn_interface Records');

1122: for update of wddi.delivery_detail_interface_id, wdai.del_assgn_interface_id nowait;
1123:
1124: --
1125: IF l_debug_on THEN
1126: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_del_details_interface, wsh_del_assgn_interface Records');
1127: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Delivery Interface)');
1128: END IF;
1129: --
1130:

Line 1127: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Delivery Interface)');

1123:
1124: --
1125: IF l_debug_on THEN
1126: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_del_details_interface, wsh_del_assgn_interface Records');
1127: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Delivery Interface)');
1128: END IF;
1129: --
1130:
1131: SELECT wie.interface_error_id

Line 1147: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');

1143: FOR UPDATE NOWAIT;
1144:
1145: --
1146: IF l_debug_on THEN
1147: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');
1148: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Detail Interface)');
1149: END IF;
1150: --
1151:

Line 1148: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Detail Interface)');

1144:
1145: --
1146: IF l_debug_on THEN
1147: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');
1148: WSH_DEBUG_SV.logmsg(l_module_name, 'Locking wsh_interface_errors Records (For Detail Interface)');
1149: END IF;
1150: --
1151:
1152: SELECT wie.interface_error_id

Line 1174: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Detail Interface)');

1170: AND wdai.delivery_interface_id = to_number(wth.entity_number) )
1171: FOR UPDATE NOWAIT;
1172:
1173: IF l_debug_on THEN
1174: WSH_DEBUG_SV.logmsg(l_module_name, 'Locked '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Detail Interface)');
1175: END IF;
1176:
1177: EXCEPTION
1178: WHEN RECORD_LOCKED THEN

Line 1182: WSH_DEBUG_SV.logmsg(l_module_name,'RECORD_LOCKED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

1178: WHEN RECORD_LOCKED THEN
1179: l_temp_status := 'NO_LOCK';
1180: --
1181: IF l_debug_on THEN
1182: WSH_DEBUG_SV.logmsg(l_module_name,'RECORD_LOCKED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
1183: END IF;
1184: --
1185: goto loop_end;
1186: END;

Line 1190: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Get_Standalone_Defaults', WSH_DEBUG_SV.C_PROC_LEVEL);

1186: END;
1187:
1188: --
1189: IF l_debug_on THEN
1190: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Get_Standalone_Defaults', WSH_DEBUG_SV.C_PROC_LEVEL);
1191: END IF;
1192: --
1193: Get_Standalone_Defaults (
1194: p_delivery_interface_id => l_entity_number,

Line 1201: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Get_Standalone_Defaults => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1197:
1198: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1199: --
1200: IF l_debug_on THEN
1201: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Get_Standalone_Defaults => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1202: END IF;
1203: --
1204: l_temp_status := 'INVALID_HEADER';
1205: goto loop_end;

Line 1211: wsh_debug_sv.log(l_module_name, 'client_code', l_new_del_rec.client_code);

1207:
1208: --
1209: -- LSP PROJECT : validate client code and get default parameter values for the client.
1210: IF l_debug_on THEN
1211: wsh_debug_sv.log(l_module_name, 'client_code', l_new_del_rec.client_code);
1212: wsh_debug_sv.log(l_module_name, 'l_standalone_mode', l_standalone_mode);
1213: END IF;
1214: l_client_id := NULL;
1215: IF l_standalone_mode = 'L' THEN

Line 1212: wsh_debug_sv.log(l_module_name, 'l_standalone_mode', l_standalone_mode);

1208: --
1209: -- LSP PROJECT : validate client code and get default parameter values for the client.
1210: IF l_debug_on THEN
1211: wsh_debug_sv.log(l_module_name, 'client_code', l_new_del_rec.client_code);
1212: wsh_debug_sv.log(l_module_name, 'l_standalone_mode', l_standalone_mode);
1213: END IF;
1214: l_client_id := NULL;
1215: IF l_standalone_mode = 'L' THEN
1216: --{ LSP check

Line 1220: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WMS_DEPLOY.GET_CLIENT_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);

1216: --{ LSP check
1217: IF ( l_new_del_rec.client_code IS NOT NULL ) THEN
1218: --{ client validation
1219: IF l_debug_on THEN
1220: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WMS_DEPLOY.GET_CLIENT_DETAILS',WSH_DEBUG_SV.C_PROC_LEVEL);
1221: END IF;
1222: wms_deploy.get_client_details(
1223: x_client_id => l_client_id,
1224: x_client_name => l_client_name,

Line 1228: WSH_DEBUG_SV.logmsg(l_module_name, 'ClientId:'||l_client_id||','||'ClientName:'||l_client_name||','||'Return status:'||l_return_status);

1224: x_client_name => l_client_name,
1225: x_client_code => l_new_del_rec.client_code,
1226: x_return_status => l_return_status);
1227: IF l_debug_on THEN
1228: WSH_DEBUG_SV.logmsg(l_module_name, 'ClientId:'||l_client_id||','||'ClientName:'||l_client_name||','||'Return status:'||l_return_status);
1229: END IF;
1230: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1231: --{
1232: IF l_debug_on THEN

Line 1233: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WMS_DEPLOY.GET_CLIENT_DETAILS');

1229: END IF;
1230: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1231: --{
1232: IF l_debug_on THEN
1233: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WMS_DEPLOY.GET_CLIENT_DETAILS');
1234: END IF;
1235: l_temp_status := 'INVALID_HEADER';
1236: FND_MESSAGE.Set_Name('WSH', 'WSH_OI_INVALID_ATTRIBUTE');
1237: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','CLIENT_CODE');

Line 1244: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling INV_CACHE.GET_CLIENT_DEFAULT_PARAMETERS', WSH_DEBUG_SV.C_PROC_LEVEL);

1240: --}
1241: END IF;
1242: -- Call client setup API to return all client default parameter values.
1243: IF l_debug_on THEN
1244: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling INV_CACHE.GET_CLIENT_DEFAULT_PARAMETERS', WSH_DEBUG_SV.C_PROC_LEVEL);
1245: END IF;
1246: inv_cache.get_client_default_parameters (
1247: p_client_id => l_client_id,
1248: x_client_parameters_rec => l_client_params,

Line 1252: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in get_client_default_parameters => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1248: x_client_parameters_rec => l_client_params,
1249: x_return_status => l_return_status);
1250: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1251: IF l_debug_on THEN
1252: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in get_client_default_parameters => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1253: END IF;
1254: l_temp_status := 'INVALID_HEADER';
1255: FND_MESSAGE.Set_Name('WSH', 'WSH_OI_INVALID_ATTRIBUTE');
1256: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','CLIENT_DEFAULTS');

Line 1267: WSH_DEBUG_SV.logmsg(l_module_name,'Client order type => ' || l_order_type_id

1263: OPEN c_get_ordertype_org(l_client_id,l_client_params.client_rec.trading_partner_site_id);
1264: FETCH c_get_ordertype_org INTO l_org_id,l_order_type_id;
1265: CLOSE c_get_ordertype_org;
1266: IF l_debug_on THEN
1267: WSH_DEBUG_SV.logmsg(l_module_name,'Client order type => ' || l_order_type_id
1268: || ', Operating Unit => ' || l_org_id);
1269: END IF;
1270: --
1271: -- Populate Operating Unit ID value.

Line 1279: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in get_client_default_parameters => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1275: l_new_del_rec.transaction_type_id := l_order_type_id;
1276: END IF;
1277: ELSE
1278: IF l_debug_on THEN
1279: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in get_client_default_parameters => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1280: END IF;
1281: l_temp_status := 'INVALID_HEADER';
1282: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ATTR_MANDATORY');
1283: FND_MESSAGE.Set_Token('ATTRIBUTE', 'CLIENT_CODE');

Line 1294: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Get_Standalone_WMS_Defaults', WSH_DEBUG_SV.C_PROC_LEVEL);

1290: -- LSP PROJECT : End.
1291: --
1292: --
1293: IF l_debug_on THEN
1294: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Get_Standalone_WMS_Defaults', WSH_DEBUG_SV.C_PROC_LEVEL);
1295: END IF;
1296: --
1297: WSH_CUSTOM_PUB.Get_Standalone_WMS_Defaults (
1298: p_transaction_id => l_transaction_rec.transaction_id,

Line 1305: WSH_DEBUG_SV.logmsg(l_module_name,'Custom: Order Type Id => ' || l_order_type_id

1301: x_payment_term_id => l_payment_term_id,
1302: x_currency_code => l_currency_code );
1303: --
1304: IF l_debug_on THEN
1305: WSH_DEBUG_SV.logmsg(l_module_name,'Custom: Order Type Id => ' || l_order_type_id
1306: || ', Price List Id => ' || l_price_list_id
1307: || ', Payment Term Id => ' || l_payment_term_id
1308: || ', Operating Unit => ' || l_new_del_rec.org_id
1309: || ', Currency Code => ' || l_currency_code );

Line 1322: WSH_DEBUG_SV.logmsg(l_module_name, 'Setting seeded value for payment term');

1318:
1319: IF l_payment_term_id is null THEN
1320: --
1321: IF l_debug_on THEN
1322: WSH_DEBUG_SV.logmsg(l_module_name, 'Setting seeded value for payment term');
1323: END IF;
1324: --
1325: l_payment_term_id := 4; --Seeded value '30 NET'
1326: END IF;

Line 1331: WSH_DEBUG_SV.logmsg(l_module_name,'Final Values for: Order Type Id => ' || l_order_type_id

1327:
1328: -- LSP PROJECT : price list name currency code can be NULL in case of LSP mode.
1329: --
1330: IF l_debug_on THEN
1331: WSH_DEBUG_SV.logmsg(l_module_name,'Final Values for: Order Type Id => ' || l_order_type_id
1332: || ', Price List Id => ' || l_price_list_id
1333: || ', Payment Term Id => ' || l_payment_term_id
1334: || ', Operating Unit => ' || l_org_id
1335: || ', Currency Code => ' || l_currency_code );

Line 1346: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Some or all of Order Type/Price List/Org Id are not set');

1342: l_org_id is null )
1343: THEN
1344: --
1345: IF l_debug_on THEN
1346: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Some or all of Order Type/Price List/Org Id are not set');
1347: END IF;
1348: --
1349: l_temp_status := 'INVALID_HEADER';
1350: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ERROR');

Line 1376: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request has lines with more than 1 Currency Code');

1372: l_temp_status := 'INVALID_HEADER';
1373: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_CURRENCY_CODE');
1374: WSH_UTIL_CORE.Add_Message(WSH_UTIL_CORE.G_RET_STS_ERROR, l_module_name );
1375: IF l_debug_on THEN
1376: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request has lines with more than 1 Currency Code');
1377: END IF;
1378: --
1379: goto loop_end;
1380: END;

Line 1390: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request has lines with more than 1 Currency Code');

1386: FND_MESSAGE.Set_Token('CUR_CODE_LINES', l_temp_currency_code);
1387: WSH_UTIL_CORE.Add_Message(WSH_UTIL_CORE.G_RET_STS_ERROR, l_module_name );
1388: --
1389: IF l_debug_on THEN
1390: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request has lines with more than 1 Currency Code');
1391: END IF;
1392: --
1393: goto loop_end;
1394: END IF;

Line 1398: WSH_DEBUG_SV.log(l_module_name, 'Currency Code', l_currency_code);

1394: END IF;
1395:
1396: --
1397: IF l_debug_on THEN
1398: WSH_DEBUG_SV.log(l_module_name, 'Currency Code', l_currency_code);
1399: END IF;
1400: --
1401:
1402: --

Line 1404: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Check_Header_Exists', WSH_DEBUG_SV.C_PROC_LEVEL);

1400: --
1401:
1402: --
1403: IF l_debug_on THEN
1404: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Check_Header_Exists', WSH_DEBUG_SV.C_PROC_LEVEL);
1405: END IF;
1406: --
1407:
1408: Check_Header_Exists (

Line 1415: WSH_DEBUG_SV.logmsg(l_module_name,'Header Id=> ' || l_om_header_rec.header_id

1411: x_om_header_rec_type => l_om_header_rec,
1412: x_return_status => l_return_status);
1413:
1414: IF l_debug_on THEN
1415: WSH_DEBUG_SV.logmsg(l_module_name,'Header Id=> ' || l_om_header_rec.header_id
1416: || ', Header Version No=> ' || l_om_header_rec.version_number
1417: || ', Transaction Version No=> '|| l_document_revision);
1418: END IF;
1419: --

Line 1431: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request already exist for same document number and revision');

1427: WSH_UTIL_CORE.Add_Message(WSH_UTIL_CORE.G_RET_STS_ERROR, l_module_name );
1428: l_temp_status := 'INVALID_HEADER';
1429: --
1430: IF l_debug_on THEN
1431: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request already exist for same document number and revision');
1432: END IF;
1433: --
1434: goto loop_end;
1435: ELSIF l_om_header_rec.open_flag = 'N' THEN

Line 1442: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request is already closed');

1438: WSH_UTIL_CORE.Add_Message(WSH_UTIL_CORE.G_RET_STS_ERROR, l_module_name );
1439: l_temp_status := 'INVALID_HEADER';
1440: --
1441: IF l_debug_on THEN
1442: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request is already closed');
1443: END IF;
1444: --
1445: goto loop_end;
1446: ELSIF l_om_header_rec.version_number >= l_document_revision

Line 1454: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request with higher revision is already processed');

1450: WSH_UTIL_CORE.Add_Message(WSH_UTIL_CORE.G_RET_STS_ERROR, l_module_name );
1451: l_temp_status := 'INVALID_HEADER';
1452: --
1453: IF l_debug_on THEN
1454: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Shipment Request with higher revision is already processed');
1455: END IF;
1456: --
1457: goto loop_end;
1458: ELSE

Line 1461: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Lock_SR_Lines to lock interface records', WSH_DEBUG_SV.C_PROC_LEVEL);

1457: goto loop_end;
1458: ELSE
1459: --
1460: IF l_debug_on THEN
1461: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Lock_SR_Lines to lock interface records', WSH_DEBUG_SV.C_PROC_LEVEL);
1462: END IF;
1463: --
1464: Lock_SR_Lines(
1465: p_header_id => l_header_id,

Line 1482: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header does not exists for this Shipment Request,'

1478: THEN
1479: --dont error out, update the transaction history to SC
1480: --
1481: IF l_debug_on THEN
1482: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header does not exists for this Shipment Request,'
1483: || ' so updating the Transaction history status to SC');
1484: END IF;
1485: --
1486: IF l_txn_history_tbl.count > 0 THEN

Line 1501: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated in wsh_transactions_history');

1497: WHERE transaction_id = l_txn_history_tbl(i);
1498:
1499: --
1500: IF l_debug_on THEN
1501: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated in wsh_transactions_history');
1502: END IF;
1503: --
1504: END IF;
1505:

Line 1508: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

1504: END IF;
1505:
1506: --
1507: IF l_debug_on THEN
1508: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
1509: END IF;
1510: --
1511: --Call Custom API
1512: WSH_CUSTOM_PUB.Post_Process_Shipment_Request(

Line 1519: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);

1515:
1516: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
1517: --
1518: IF l_debug_on THEN
1519: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);
1520: END IF;
1521: --
1522: RAISE FND_API.G_EXC_ERROR;
1523: END IF;

Line 1526: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);

1522: RAISE FND_API.G_EXC_ERROR;
1523: END IF;
1524:
1525: IF l_debug_on THEN
1526: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);
1527: END IF;
1528:
1529: WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records (
1530: p_del_interface_id_tbl => l_delivery_interface_tbl,

Line 1540: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1536:
1537: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
1538: --
1539: IF l_debug_on THEN
1540: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1541: END IF;
1542: --
1543: RAISE FND_API.G_EXC_ERROR;
1544: END IF;

Line 1554: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Derive_Header_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);

1550: -- Package OE_Value_To_Id does not fail.
1551: MO_GLOBAL.Set_Policy_Context('S', l_org_id);
1552: --
1553: IF l_debug_on THEN
1554: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Derive_Header_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);
1555: END IF;
1556: --
1557: Derive_Header_Rec(
1558: p_om_header_rec => l_om_header_rec,

Line 1565: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Derive_Header_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1561:
1562: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1563: --
1564: IF l_debug_on THEN
1565: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Derive_Header_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1566: END IF;
1567: --
1568: l_temp_status := 'INVALID_HEADER';
1569: goto loop_end;

Line 1584: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Header_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);

1580: l_om_header_rec.currency_code := l_currency_code;
1581:
1582: --
1583: IF l_debug_on THEN
1584: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Header_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);
1585: END IF;
1586: --
1587: Populate_Header_Rec(
1588: p_action_type => l_transaction_rec.action_type,

Line 1597: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Populate_Header_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1593:
1594: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1595: --
1596: IF l_debug_on THEN
1597: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Populate_Header_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1598: END IF;
1599: --
1600: l_temp_status := 'INVALID_HEADER';
1601: goto loop_end;

Line 1614: WSH_DEBUG_SV.logmsg(l_module_name, 'Populated header record');

1610: l_header_doc_ref := l_header_rec.orig_sys_document_ref;
1611:
1612: --
1613: IF l_debug_on THEN
1614: WSH_DEBUG_SV.logmsg(l_module_name, 'Populated header record');
1615: END IF;
1616: --
1617:
1618: IF l_transaction_rec.action_type in ( 'A', 'C' )

Line 1622: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Derive_Line_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);

1618: IF l_transaction_rec.action_type in ( 'A', 'C' )
1619: THEN -- { Action Add/Change
1620: --
1621: IF l_debug_on THEN
1622: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Derive_Line_Rec', WSH_DEBUG_SV.C_PROC_LEVEL);
1623: END IF;
1624: --
1625: Derive_Line_Rec(
1626: p_header_id => l_header_id,

Line 1636: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Derive_Line_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);

1632:
1633: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1634: --
1635: IF l_debug_on THEN
1636: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Derive_Line_Rec => ' || l_return_status, WSH_DEBUG_SV.C_ERR_LEVEL);
1637: END IF;
1638: --
1639: l_temp_status := 'INVALID';
1640: goto loop_end;

Line 1646: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes has changed');

1642:
1643: IF l_om_header_rec.header_attributes_changed THEN
1644: --
1645: IF l_debug_on THEN
1646: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes has changed');
1647: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Lock_SR_Lines to lock non-interface records', WSH_DEBUG_SV.C_PROC_LEVEL);
1648: END IF;
1649: --
1650: Lock_SR_Lines(

Line 1647: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Lock_SR_Lines to lock non-interface records', WSH_DEBUG_SV.C_PROC_LEVEL);

1643: IF l_om_header_rec.header_attributes_changed THEN
1644: --
1645: IF l_debug_on THEN
1646: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes has changed');
1647: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Lock_SR_Lines to lock non-interface records', WSH_DEBUG_SV.C_PROC_LEVEL);
1648: END IF;
1649: --
1650: Lock_SR_Lines(
1651: p_header_id => l_header_id,

Line 1665: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Line_Records', WSH_DEBUG_SV.C_PROC_LEVEL);

1661: END IF;
1662:
1663: --
1664: IF l_debug_on THEN
1665: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Line_Records', WSH_DEBUG_SV.C_PROC_LEVEL);
1666: END IF;
1667: --
1668: Populate_Line_Records(
1669: p_om_line_tbl_type => l_om_line_tbl_type,

Line 1680: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Populate_Line_Records', WSH_DEBUG_SV.C_ERR_LEVEL);

1676:
1677: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1678: --
1679: IF l_debug_on THEN
1680: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Populate_Line_Records', WSH_DEBUG_SV.C_ERR_LEVEL);
1681: END IF;
1682: --
1683: l_temp_status := 'INVALID';
1684: goto loop_end;

Line 1689: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_OM_Common_Attr', WSH_DEBUG_SV.C_PROC_LEVEL);

1685: END IF;
1686:
1687: --
1688: IF l_debug_on THEN
1689: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_OM_Common_Attr', WSH_DEBUG_SV.C_PROC_LEVEL);
1690: END IF;
1691: --
1692:
1693: Populate_OM_Common_Attr(

Line 1704: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occurred in Populate_OM_Common_Attr', WSH_DEBUG_SV.C_ERR_LEVEL);

1700:
1701: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1702: --
1703: IF l_debug_on THEN
1704: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occurred in Populate_OM_Common_Attr', WSH_DEBUG_SV.C_ERR_LEVEL);
1705: END IF;
1706: --
1707: l_temp_status := 'INVALID';
1708: goto loop_end;

Line 1725: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: No order lines to process for action Add/Change');

1721: --Check if atleast one order line exists before calling Process Order API
1722: IF l_line_tbl.count = 0 THEN
1723: --
1724: IF l_debug_on THEN
1725: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: No order lines to process for action Add/Change');
1726: END IF;
1727: --
1728: l_temp_status := 'INVALID_HEADER';
1729: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_LINE_MISSING');

Line 1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);

1749: l_line_doc_ref := 'SHIPMENT_REQUEST_LINE';
1750:
1751: --
1752: IF l_debug_on THEN
1753: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling MO_GLOBAL.Set_Policy_Context with org_id '||l_org_id);
1754: END IF;
1755: --
1756: MO_GLOBAL.init('ONT'); -- 1/2/2009 => Added this for integration testing after discussing with Srihari Mani
1757: MO_GLOBAL.Set_Policy_Context('S', l_org_id);

Line 1765: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Print_OE_Header_Record', WSH_DEBUG_SV.C_PROC_LEVEL);

1761: WSH_MAP_LOCATION_REGION_PKG.G_MODE := 'STANDALONE';
1762:
1763: --
1764: IF l_debug_on THEN
1765: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Print_OE_Header_Record', WSH_DEBUG_SV.C_PROC_LEVEL);
1766: Print_OE_Header_Record(
1767: p_header_rec => l_header_rec,
1768: p_header_val_rec => l_header_val_rec,
1769: p_customer_info => l_header_customer_info_tbl,

Line 1774: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Print_OE_Line_Record', WSH_DEBUG_SV.C_PROC_LEVEL);

1770: p_action_request_tbl => l_action_request_tbl);
1771:
1772:
1773: IF l_transaction_rec.action_type in ('A','C') THEN
1774: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Print_OE_Line_Record', WSH_DEBUG_SV.C_PROC_LEVEL);
1775: Print_OE_Line_Record(
1776: p_line_tbl => l_line_tbl,
1777: p_line_val_tbl => l_line_val_tbl );
1778: END IF;

Line 1784: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_ORDER_GRP.Process_Order '||to_char(sysdate,'MM/DD/YYYY HH24:MI:SS'));

1780: --
1781:
1782: --
1783: IF l_debug_on THEN
1784: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_ORDER_GRP.Process_Order '||to_char(sysdate,'MM/DD/YYYY HH24:MI:SS'));
1785: END IF;
1786: --
1787:
1788: l_po_start_time := sysdate;

Line 1844: WSH_DEBUG_SV.logmsg(l_module_name, 'Return Status after OE_ORDER_GRP.Process_Order => '

1840: g_po_total_time := g_po_total_time + l_po_tot_time;
1841:
1842: --
1843: IF l_debug_on THEN
1844: WSH_DEBUG_SV.logmsg(l_module_name, 'Return Status after OE_ORDER_GRP.Process_Order => '
1845: || l_return_status || ' : ' || to_char(sysdate,'MM/DD/YYYY HH24:MI:SS'));
1846: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order in secs', l_po_tot_time);
1847: END IF;
1848: --

Line 1846: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order in secs', l_po_tot_time);

1842: --
1843: IF l_debug_on THEN
1844: WSH_DEBUG_SV.logmsg(l_module_name, 'Return Status after OE_ORDER_GRP.Process_Order => '
1845: || l_return_status || ' : ' || to_char(sysdate,'MM/DD/YYYY HH24:MI:SS'));
1846: WSH_DEBUG_SV.log(l_module_name, 'Time taken by OE_ORDER_GRP.Process_Order in secs', l_po_tot_time);
1847: END IF;
1848: --
1849:
1850: IF x_action_request_tbl.count > 0 THEN

Line 1855: WSH_DEBUG_SV.logmsg(l_module_name, 'Request Type: ' || x_action_request_tbl(i).request_type ||

1851: FOR i in x_action_request_tbl.first..x_action_request_tbl.last
1852: LOOP
1853: --
1854: IF l_debug_on THEN
1855: WSH_DEBUG_SV.logmsg(l_module_name, 'Request Type: ' || x_action_request_tbl(i).request_type ||
1856: ', Entity_code: ' || x_action_request_tbl(i).entity_code ||
1857: ', Return_status: ' || x_action_request_tbl(i).return_status);
1858: END IF;
1859: --

Line 1867: WSH_DEBUG_SV.logmsg(l_module_name, 'ACTION REQUEST "' || x_action_request_tbl(1).request_type

1863: x_action_request_tbl(i).return_status <> 'S'
1864: THEN
1865: --
1866: IF l_debug_on THEN
1867: WSH_DEBUG_SV.logmsg(l_module_name, 'ACTION REQUEST "' || x_action_request_tbl(1).request_type
1868: || '" HAS ERRORED IN PO API, SO SET THE OVERALL RETURN STATUS AS ERROR');
1869: END IF;
1870: --
1871: l_return_status := 'E';

Line 1880: WSH_DEBUG_SV.log(l_module_name, 'Sales order created/updated/cancelled ', x_header_rec.order_number );

1876: IF l_return_status = 'S' --{
1877: THEN
1878: --
1879: IF l_debug_on THEN
1880: WSH_DEBUG_SV.log(l_module_name, 'Sales order created/updated/cancelled ', x_header_rec.order_number );
1881: WSH_DEBUG_SV.log(l_module_name, 'Header Id', x_header_rec.header_id);
1882: WSH_DEBUG_SV.log(l_module_name, 'Line Table count', x_line_tbl.count);
1883:
1884: IF x_line_tbl.count > 0 THEN

Line 1881: WSH_DEBUG_SV.log(l_module_name, 'Header Id', x_header_rec.header_id);

1877: THEN
1878: --
1879: IF l_debug_on THEN
1880: WSH_DEBUG_SV.log(l_module_name, 'Sales order created/updated/cancelled ', x_header_rec.order_number );
1881: WSH_DEBUG_SV.log(l_module_name, 'Header Id', x_header_rec.header_id);
1882: WSH_DEBUG_SV.log(l_module_name, 'Line Table count', x_line_tbl.count);
1883:
1884: IF x_line_tbl.count > 0 THEN
1885: FOR i in x_line_tbl.first..x_line_tbl.last

Line 1882: WSH_DEBUG_SV.log(l_module_name, 'Line Table count', x_line_tbl.count);

1878: --
1879: IF l_debug_on THEN
1880: WSH_DEBUG_SV.log(l_module_name, 'Sales order created/updated/cancelled ', x_header_rec.order_number );
1881: WSH_DEBUG_SV.log(l_module_name, 'Header Id', x_header_rec.header_id);
1882: WSH_DEBUG_SV.log(l_module_name, 'Line Table count', x_line_tbl.count);
1883:
1884: IF x_line_tbl.count > 0 THEN
1885: FOR i in x_line_tbl.first..x_line_tbl.last
1886: LOOP

Line 1887: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Id => ' || x_line_tbl(i).line_id ||

1883:
1884: IF x_line_tbl.count > 0 THEN
1885: FOR i in x_line_tbl.first..x_line_tbl.last
1886: LOOP
1887: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Id => ' || x_line_tbl(i).line_id ||
1888: ', Line Number => ' || x_line_tbl(i).line_number ||
1889: ', Flow Status Code => ' || x_line_tbl(i).flow_status_code);
1890: END LOOP;
1891: END IF;

Line 1892: WSH_DEBUG_SV.log(l_module_name, 'l_details_interface_tab.count', l_details_interface_tab.count );

1888: ', Line Number => ' || x_line_tbl(i).line_number ||
1889: ', Flow Status Code => ' || x_line_tbl(i).flow_status_code);
1890: END LOOP;
1891: END IF;
1892: WSH_DEBUG_SV.log(l_module_name, 'l_details_interface_tab.count', l_details_interface_tab.count );
1893: END IF;
1894: --
1895:
1896: IF l_details_interface_tab.count > 0 THEN -- {

Line 1899: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Validate_Interface_Details', WSH_DEBUG_SV.C_PROC_LEVEL);

1895:
1896: IF l_details_interface_tab.count > 0 THEN -- {
1897: --
1898: IF l_debug_on THEN
1899: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Validate_Interface_Details', WSH_DEBUG_SV.C_PROC_LEVEL);
1900: END IF;
1901: --
1902: Validate_Interface_Details(
1903: p_details_interface_tab => l_details_interface_tab,

Line 1910: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Interface_Details', WSH_DEBUG_SV.C_ERR_LEVEL);

1906:
1907: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
1908: --
1909: IF l_debug_on THEN
1910: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Interface_Details', WSH_DEBUG_SV.C_ERR_LEVEL);
1911: END IF;
1912: --
1913: l_temp_status := 'INVALID';
1914: goto loop_end;

Line 1931: wsh_debug_sv.log(l_module_name,'l_gc3_is_installed ',l_gc3_is_installed);

1927: IF l_gc3_is_installed IS NULL THEN
1928: l_gc3_is_installed := WSH_UTIL_CORE.GC3_IS_INSTALLED;
1929: END IF;
1930: IF l_debug_on THEN
1931: wsh_debug_sv.log(l_module_name,'l_gc3_is_installed ',l_gc3_is_installed);
1932: wsh_debug_sv.log(l_module_name,'otm_enabled ',l_client_params.client_rec.otm_enabled);
1933: END IF;
1934: -- needs to populate include for planning when Client is OTM enabled.
1935: IF l_client_params.client_rec.otm_enabled = 'Y' AND l_gc3_is_installed = 'Y' THEN

Line 1932: wsh_debug_sv.log(l_module_name,'otm_enabled ',l_client_params.client_rec.otm_enabled);

1928: l_gc3_is_installed := WSH_UTIL_CORE.GC3_IS_INSTALLED;
1929: END IF;
1930: IF l_debug_on THEN
1931: wsh_debug_sv.log(l_module_name,'l_gc3_is_installed ',l_gc3_is_installed);
1932: wsh_debug_sv.log(l_module_name,'otm_enabled ',l_client_params.client_rec.otm_enabled);
1933: END IF;
1934: -- needs to populate include for planning when Client is OTM enabled.
1935: IF l_client_params.client_rec.otm_enabled = 'Y' AND l_gc3_is_installed = 'Y' THEN
1936: l_gnore_for_planning := 'N';

Line 1945: WSH_DEBUG_SV.log(l_module_name,'l_modify_otm_flag:'||l_modify_otm_flag||','||'l_gnore_for_planning:'||l_gnore_for_planning);

1941: l_modify_otm_flag := 'N'; --Should not update ignore for planning value.
1942: --}
1943: END IF;
1944: IF l_debug_on THEN
1945: WSH_DEBUG_SV.log(l_module_name,'l_modify_otm_flag:'||l_modify_otm_flag||','||'l_gnore_for_planning:'||l_gnore_for_planning);
1946: WSH_DEBUG_SV.log(l_module_name,'l_modify_oe_iface_flag:'||l_modify_oe_iface_flag);
1947: END IF;
1948: -- LSP PROJECT end.
1949: --

Line 1946: WSH_DEBUG_SV.log(l_module_name,'l_modify_oe_iface_flag:'||l_modify_oe_iface_flag);

1942: --}
1943: END IF;
1944: IF l_debug_on THEN
1945: WSH_DEBUG_SV.log(l_module_name,'l_modify_otm_flag:'||l_modify_otm_flag||','||'l_gnore_for_planning:'||l_gnore_for_planning);
1946: WSH_DEBUG_SV.log(l_module_name,'l_modify_oe_iface_flag:'||l_modify_oe_iface_flag);
1947: END IF;
1948: -- LSP PROJECT end.
1949: --
1950: FOR i IN l_details_interface_tab.first..l_details_interface_tab.last

Line 1954: WSH_DEBUG_SV.logmsg(l_module_name, 'Delivery_Detail_Interface_Id => ' || l_details_interface_tab(i).delivery_detail_interface_id

1950: FOR i IN l_details_interface_tab.first..l_details_interface_tab.last
1951: LOOP
1952: --
1953: IF l_debug_on THEN
1954: WSH_DEBUG_SV.logmsg(l_module_name, 'Delivery_Detail_Interface_Id => ' || l_details_interface_tab(i).delivery_detail_interface_id
1955: || ', Line Id => ' || l_details_interface_tab(i).line_id );
1956: END IF;
1957: --
1958:

Line 1963: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Number ' || l_details_interface_tab(i).line_number

1959: -- Do not proceed further, if line is getting cancelled completely
1960: IF l_details_interface_tab(i).requested_quantity = 0 THEN
1961: --
1962: IF l_debug_on THEN
1963: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Number ' || l_details_interface_tab(i).line_number
1964: || ' is cancelled, so not proceeding further......' );
1965: END IF;
1966: --
1967: goto end_loop;

Line 1983: WSH_DEBUG_SV.log(l_module_name, 'After loop, Details Interface Line Id', l_details_interface_tab(i).line_id );

1979: END LOOP;
1980:
1981: --
1982: IF l_debug_on THEN
1983: WSH_DEBUG_SV.log(l_module_name, 'After loop, Details Interface Line Id', l_details_interface_tab(i).line_id );
1984: END IF;
1985: --
1986: END IF;
1987: --

Line 1990: WSH_DEBUG_SV.log(l_module_name, 'changed_flag', l_details_interface_tab(i).changed_flag );

1986: END IF;
1987: --
1988: --
1989: IF l_debug_on THEN
1990: WSH_DEBUG_SV.log(l_module_name, 'changed_flag', l_details_interface_tab(i).changed_flag );
1991: WSH_DEBUG_SV.log(l_module_name, 'schedule_date_changed', l_details_interface_tab(i).schedule_date_changed );
1992: END IF;
1993: --
1994:

Line 1991: WSH_DEBUG_SV.log(l_module_name, 'schedule_date_changed', l_details_interface_tab(i).schedule_date_changed );

1987: --
1988: --
1989: IF l_debug_on THEN
1990: WSH_DEBUG_SV.log(l_module_name, 'changed_flag', l_details_interface_tab(i).changed_flag );
1991: WSH_DEBUG_SV.log(l_module_name, 'schedule_date_changed', l_details_interface_tab(i).schedule_date_changed );
1992: END IF;
1993: --
1994:
1995: IF l_details_interface_tab(i).changed_flag = 'Y' THEN

Line 2029: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated for Line Id =>' || l_details_interface_tab(i).line_id);

2025: RETURNING delivery_detail_id BULK COLLECT INTO l_delivery_detail_tab;
2026:
2027: --
2028: IF l_debug_on THEN
2029: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated for Line Id =>' || l_details_interface_tab(i).line_id);
2030: END IF;
2031: --
2032: -- Modified code while fixing bug 8452056.
2033: -- OM Process Order API will return Success even if shipping fails to

Line 2041: WSH_DEBUG_SV.log(l_module_name, 'Error: Delivery details not created for Line Id', l_details_interface_tab(i).line_id);

2037: -- For new order lines created, always WDD table will be updated.
2038: IF sql%rowcount = 0 THEN
2039: --
2040: IF l_debug_on THEN
2041: WSH_DEBUG_SV.log(l_module_name, 'Error: Delivery details not created for Line Id', l_details_interface_tab(i).line_id);
2042: END IF;
2043: --
2044: l_temp_status := 'INVALID_HEADER';
2045: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ERROR');

Line 2081: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_TP_RELEASE.Calculate_cont_del_tpdates', WSH_DEBUG_SV.C_PROC_LEVEL);

2077:
2078: IF l_details_marked.count > 0 THEN -- {
2079: --
2080: IF l_debug_on THEN
2081: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_TP_RELEASE.Calculate_cont_del_tpdates', WSH_DEBUG_SV.C_PROC_LEVEL);
2082: END IF;
2083: --
2084: WSH_TP_RELEASE.Calculate_cont_del_tpdates(
2085: p_entity => 'DLVB',

Line 2093: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Calculate_cont_del_tpdates', WSH_DEBUG_SV.C_ERR_LEVEL);

2089:
2090: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
2091: --
2092: IF l_debug_on THEN
2093: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Calculate_cont_del_tpdates', WSH_DEBUG_SV.C_ERR_LEVEL);
2094: END IF;
2095: --
2096: l_temp_status := 'INVALID';
2097: goto loop_end;

Line 2104: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_SHIP_CONFIRM_ACTIONS.Process_Lines_To_OM', WSH_DEBUG_SV.C_PROC_LEVEL);

2100:
2101: IF l_close_line_tbl.count > 0 THEN -- {
2102: --
2103: IF l_debug_on THEN
2104: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_SHIP_CONFIRM_ACTIONS.Process_Lines_To_OM', WSH_DEBUG_SV.C_PROC_LEVEL);
2105: END IF;
2106: --
2107:
2108: WSH_SHIP_CONFIRM_ACTIONS.Process_Lines_To_OM(

Line 2115: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_Process_line_To_OM', WSH_DEBUG_SV.C_ERR_LEVEL);

2111:
2112: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
2113: --
2114: IF l_debug_on THEN
2115: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_Process_line_To_OM', WSH_DEBUG_SV.C_ERR_LEVEL);
2116: END IF;
2117: --
2118: l_temp_status := 'INVALID';
2119: goto loop_end;

Line 2135: WSH_DEBUG_SV.log(l_module_name, 'Update transaction history table count', l_upd_txn_history_tbl.count);

2131: END IF;
2132:
2133: --
2134: IF l_debug_on THEN
2135: WSH_DEBUG_SV.log(l_module_name, 'Update transaction history table count', l_upd_txn_history_tbl.count);
2136: END IF;
2137: --
2138:
2139: IF l_upd_txn_history_tbl.count > 0 THEN

Line 2158: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated in wsh_transactions_history');

2154: WHERE transaction_id = l_upd_txn_history_tbl(i);
2155:
2156: --
2157: IF l_debug_on THEN
2158: WSH_DEBUG_SV.logmsg(l_module_name, sql%rowcount || ' row(s) updated in wsh_transactions_history');
2159: END IF;
2160: --
2161: END IF;
2162:

Line 2164: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);

2160: --
2161: END IF;
2162:
2163: IF l_debug_on THEN
2164: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);
2165: END IF;
2166:
2167: --
2168: IF l_debug_on THEN

Line 2169: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

2165: END IF;
2166:
2167: --
2168: IF l_debug_on THEN
2169: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
2170: END IF;
2171: --
2172: --Call Custom API
2173: WSH_CUSTOM_PUB.Post_Process_Shipment_Request(

Line 2180: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);

2176:
2177: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
2178: --
2179: IF l_debug_on THEN
2180: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);
2181: END IF;
2182: --
2183: RAISE FND_API.G_EXC_ERROR;
2184: END IF;

Line 2197: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records', WSH_DEBUG_SV.C_ERR_LEVEL);

2193:
2194: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
2195: --
2196: IF l_debug_on THEN
2197: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records', WSH_DEBUG_SV.C_ERR_LEVEL);
2198: END IF;
2199: --
2200: RAISE FND_API.G_EXC_ERROR;
2201: END IF;

Line 2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);

2230:
2231: IF ( l_orig_sys_document_ref is not null or l_orig_sys_document_line_ref is not null or l_orig_sys_shipment_ref is not null) then
2232: --
2233: IF l_debug_on THEN
2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);
2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);

Line 2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);

2231: IF ( l_orig_sys_document_ref is not null or l_orig_sys_document_line_ref is not null or l_orig_sys_shipment_ref is not null) then
2232: --
2233: IF l_debug_on THEN
2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);
2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);

Line 2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);

2232: --
2233: IF l_debug_on THEN
2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);
2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);

Line 2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);

2233: IF l_debug_on THEN
2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);
2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);

Line 2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);

2234: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_code : ' || l_entity_code);
2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );

Line 2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);

2235: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_ref : ' || l_entity_ref);
2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );
2243: END IF;

Line 2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);

2236: WSH_DEBUG_SV.logmsg(l_module_name, 'x_entity_id : ' || l_entity_id);
2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );
2243: END IF;
2244: --

Line 2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);

2237: WSH_DEBUG_SV.logmsg(l_module_name, 'x_header_id : ' || l_header_id);
2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );
2243: END IF;
2244: --
2245:

Line 2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );

2238: WSH_DEBUG_SV.logmsg(l_module_name, 'x_line_id : ' || l_line_id);
2239: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_ref : ' || l_orig_sys_document_ref);
2240: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_document_line_ref : ' || l_orig_sys_document_line_ref);
2241: WSH_DEBUG_SV.logmsg(l_module_name, 'x_orig_sys_shipment_ref : ' || l_orig_sys_shipment_ref);
2242: WSH_DEBUG_SV.logmsg(l_module_name, 'Error Message : ' || OE_MSG_PUB.Get (i, 'F') );
2243: END IF;
2244: --
2245:
2246: -- OM API returns 'Order has been booked.' even if validation fails.

Line 2253: WSH_DEBUG_SV.logmsg(l_module_name, 'Populating error for delivery interface');

2249: l_entity_code = 'HEADER' )
2250: THEN
2251: --
2252: IF l_debug_on THEN
2253: WSH_DEBUG_SV.logmsg(l_module_name, 'Populating error for delivery interface');
2254: END IF;
2255: --
2256: interface_error_rec.p_interface_table_name := 'WSH_NEW_DEL_INTERFACE';
2257: interface_error_rec.p_interface_id := l_entity_number;

Line 2263: WSH_DEBUG_SV.logmsg(l_module_name, 'Populating error for delivery detail interface');

2259: ELSIF (l_entity_code = 'LINE' AND l_line_details_tbl.exists(MOD(l_entity_id,G_BINARY_LIMIT)))
2260: THEN
2261: --
2262: IF l_debug_on THEN
2263: WSH_DEBUG_SV.logmsg(l_module_name, 'Populating error for delivery detail interface');
2264: END IF;
2265: --
2266: interface_error_rec.p_interface_table_name := 'WSH_DEL_DETAILS_INTERFACE';
2267: interface_error_rec.p_interface_id := l_line_details_tbl(MOD(l_entity_id,G_BINARY_LIMIT));

Line 2288: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);

2284: THEN
2285: --{
2286: --
2287: IF l_debug_on THEN
2288: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);
2289: END IF;
2290: --
2291: WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS
2292: (

Line 2299: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);

2295: x_out_rec => l_lpn_out_sync_comm_rec
2296: );
2297: --
2298: IF l_debug_on THEN
2299: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);
2300: END IF;
2301: --
2302: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
2303: --

Line 2305: WSH_DEBUG_SV.logmsg(l_module_name, 'LPN Sync API WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS failed');

2301: --
2302: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
2303: --
2304: IF l_debug_on THEN
2305: WSH_DEBUG_SV.logmsg(l_module_name, 'LPN Sync API WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS failed');
2306: END IF;
2307: --
2308: l_temp_status := 'INVALID';
2309: END IF;

Line 2322: WSH_DEBUG_SV.logmsg(l_module_name, 'Rolling Back the changes done for this transaction');

2318: END IF;
2319: --
2320: --Rollback the transaction
2321: IF l_debug_on THEN
2322: WSH_DEBUG_SV.logmsg(l_module_name, 'Rolling Back the changes done for this transaction');
2323: END IF;
2324: ROLLBACK;
2325:
2326: -- If header level validation fails then retrive the error messages from Stack.

Line 2330: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Error_Records', WSH_DEBUG_SV.C_PROC_LEVEL);

2326: -- If header level validation fails then retrive the error messages from Stack.
2327: IF l_temp_status = 'INVALID_HEADER' THEN
2328: --
2329: IF l_debug_on THEN
2330: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Populate_Error_Records', WSH_DEBUG_SV.C_PROC_LEVEL);
2331: END IF;
2332: --
2333: Populate_Error_Records(
2334: p_interface_id => l_entity_number,

Line 2342: WSH_DEBUG_SV.logmsg(l_module_name, 'Populate_Error_Records returned unexpected error', WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

2338:
2339: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN
2340: --
2341: IF l_debug_on THEN
2342: WSH_DEBUG_SV.logmsg(l_module_name, 'Populate_Error_Records returned unexpected error', WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2343: END IF;
2344: --
2345: END IF;
2346: END IF;

Line 2350: WSH_DEBUG_SV.log(l_module_name, 'Querying wsh_interface_errors Records (For Delivery Interface)', l_entity_number);

2346: END IF;
2347:
2348: --
2349: IF l_debug_on THEN
2350: WSH_DEBUG_SV.log(l_module_name, 'Querying wsh_interface_errors Records (For Delivery Interface)', l_entity_number);
2351: END IF;
2352: --
2353:
2354: --Flushing following arrays since it contains interface errors of Current/Existing document revisions

Line 2368: WSH_DEBUG_SV.logmsg(l_module_name, 'Queried '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');

2364: AND wie.interface_id = l_entity_number;
2365:
2366: --
2367: IF l_debug_on THEN
2368: WSH_DEBUG_SV.logmsg(l_module_name, 'Queried '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');
2369: WSH_DEBUG_SV.log(l_module_name, 'Querying wsh_interface_errors Records (For Detail Interface)', l_entity_number);
2370: END IF;
2371: --
2372:

Line 2369: WSH_DEBUG_SV.log(l_module_name, 'Querying wsh_interface_errors Records (For Detail Interface)', l_entity_number);

2365:
2366: --
2367: IF l_debug_on THEN
2368: WSH_DEBUG_SV.logmsg(l_module_name, 'Queried '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Delivery Interface)');
2369: WSH_DEBUG_SV.log(l_module_name, 'Querying wsh_interface_errors Records (For Detail Interface)', l_entity_number);
2370: END IF;
2371: --
2372:
2373: SELECT wie.interface_error_id

Line 2388: WSH_DEBUG_SV.logmsg(l_module_name, 'Queried '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Detail Interface)');

2384: AND wddi.delivery_detail_interface_id = wdai.delivery_detail_interface_id
2385: AND wdai.delivery_interface_id = l_entity_number );
2386:
2387: IF l_debug_on THEN
2388: WSH_DEBUG_SV.logmsg(l_module_name, 'Queried '||SQL%ROWCOUNT||' wsh_interface_errors Records (For Detail Interface)');
2389: END IF;
2390: --Querying interface errors of Current processing document revision - End
2391:
2392: --

Line 2394: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);

2390: --Querying interface errors of Current processing document revision - End
2391:
2392: --
2393: IF l_debug_on THEN
2394: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_PROC_LEVEL);
2395: END IF;
2396: --
2397: --Call Custom API
2398: WSH_CUSTOM_PUB.Post_Process_Shipment_Request(

Line 2405: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);

2401:
2402: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
2403: --
2404: IF l_debug_on THEN
2405: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in WSH_CUSTOM_PUB.Post_Process_Shipment_Request', WSH_DEBUG_SV.C_ERR_LEVEL);
2406: END IF;
2407: --
2408: RAISE FND_API.G_EXC_ERROR;
2409: END IF;

Line 2413: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);

2409: END IF;
2410:
2411: IF (l_del_interface_error_tbl.COUNT > 0) OR (l_det_interface_error_tbl.COUNT > 0) THEN --{
2412: IF l_debug_on THEN
2413: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records', WSH_DEBUG_SV.C_PROC_LEVEL);
2414: END IF;
2415:
2416: WSH_PROCESS_INTERFACED_PKG.Delete_Interface_Records (
2417: p_del_interface_id_tbl => l_dummy,

Line 2427: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records', WSH_DEBUG_SV.C_ERR_LEVEL);

2423:
2424: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
2425: --
2426: IF l_debug_on THEN
2427: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Delete_Interface_Records', WSH_DEBUG_SV.C_ERR_LEVEL);
2428: END IF;
2429: --
2430: RAISE FND_API.G_EXC_ERROR;
2431: END IF;

Line 2436: WSH_DEBUG_SV.log(l_module_name, 'interface_error_tab.count', interface_error_tab.count);

2432: END IF; --}
2433:
2434: --
2435: IF l_debug_on THEN
2436: WSH_DEBUG_SV.log(l_module_name, 'interface_error_tab.count', interface_error_tab.count);
2437: END IF;
2438: --
2439: IF interface_error_tab.count > 0 THEN
2440: --

Line 2442: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_INTERFACE_VALIDATIONS_PKG.Log_Interface_Errors', WSH_DEBUG_SV.C_PROC_LEVEL);

2438: --
2439: IF interface_error_tab.count > 0 THEN
2440: --
2441: IF l_debug_on THEN
2442: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_INTERFACE_VALIDATIONS_PKG.Log_Interface_Errors', WSH_DEBUG_SV.C_PROC_LEVEL);
2443: END IF;
2444: --
2445: WSH_INTERFACE_VALIDATIONS_PKG.Log_Interface_Errors (
2446: p_interface_errors_rec_tab => interface_error_tab,

Line 2453: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Log_Interface_Errors', WSH_DEBUG_SV.C_ERR_LEVEL);

2449:
2450: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
2451: --
2452: IF l_debug_on THEN
2453: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Log_Interface_Errors', WSH_DEBUG_SV.C_ERR_LEVEL);
2454: END IF;
2455: --
2456: RAISE FND_API.G_EXC_ERROR;
2457: END IF;

Line 2464: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History', WSH_DEBUG_SV.C_PROC_LEVEL);

2460: l_transaction_rec.transaction_status := 'ER';
2461:
2462: --
2463: IF l_debug_on THEN
2464: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History', WSH_DEBUG_SV.C_PROC_LEVEL);
2465: END IF;
2466: --
2467: WSH_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History (
2468: p_txns_history_rec => l_transaction_rec,

Line 2474: wsh_debug_sv.log (l_module_name, 'Return status after Create_Update_Txns_History ', l_return_status);

2470: x_return_status => l_return_status );
2471:
2472: --
2473: IF l_debug_on THEN
2474: wsh_debug_sv.log (l_module_name, 'Return status after Create_Update_Txns_History ', l_return_status);
2475: END IF;
2476: --
2477: IF ( l_return_status <> WSH_UTIL_CORE.g_ret_sts_success ) THEN
2478: --

Line 2480: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Create_Update_Txns_History', WSH_DEBUG_SV.C_ERR_LEVEL);

2476: --
2477: IF ( l_return_status <> WSH_UTIL_CORE.g_ret_sts_success ) THEN
2478: --
2479: IF l_debug_on THEN
2480: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Create_Update_Txns_History', WSH_DEBUG_SV.C_ERR_LEVEL);
2481: END IF;
2482: --
2483: RAISE FND_API.G_EXC_ERROR;
2484: END IF;

Line 2490: wsh_debug_sv.logmsg(l_module_name, 'Unable to lock the records for Transaction '||l_transaction_rec.transaction_id||'. Skipping the Record');

2486: ELSIF (l_temp_status = 'NO_LOCK') THEN
2487: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
2488: --
2489: IF l_debug_on THEN
2490: wsh_debug_sv.logmsg(l_module_name, 'Unable to lock the records for Transaction '||l_transaction_rec.transaction_id||'. Skipping the Record');
2491: END IF;
2492: --
2493: ROLLBACK;
2494: END IF; --}

Line 2501: wsh_debug_sv.logmsg(l_module_name, 'Commiting the changes done for this transaction');

2497: -- COMMIT THE TRANSACTION
2498: IF p_commit_flag = FND_API.G_TRUE THEN
2499: --
2500: IF l_debug_on THEN
2501: wsh_debug_sv.logmsg(l_module_name, 'Commiting the changes done for this transaction');
2502: END IF;
2503: --
2504: COMMIT;
2505: END IF;

Line 2509: wsh_debug_sv.log(l_module_name, 'Return Status from Process_Shipment_Request2', x_return_status);

2505: END IF;
2506:
2507: --
2508: IF l_debug_on THEN
2509: wsh_debug_sv.log(l_module_name, 'Return Status from Process_Shipment_Request2', x_return_status);
2510: WSH_DEBUG_SV.pop(l_module_name);
2511: END IF;
2512: --
2513: EXCEPTION

Line 2510: WSH_DEBUG_SV.pop(l_module_name);

2506:
2507: --
2508: IF l_debug_on THEN
2509: wsh_debug_sv.log(l_module_name, 'Return Status from Process_Shipment_Request2', x_return_status);
2510: WSH_DEBUG_SV.pop(l_module_name);
2511: END IF;
2512: --
2513: EXCEPTION
2514: when FND_API.G_EXC_ERROR then

Line 2517: WSH_DEBUG_SV.logmsg(l_module_name, 'Inside exception FND_API.G_EXC_ERROR, Rolling Back the changes done for this transaction');

2513: EXCEPTION
2514: when FND_API.G_EXC_ERROR then
2515: --Rollback the transaction
2516: IF l_debug_on THEN
2517: WSH_DEBUG_SV.logmsg(l_module_name, 'Inside exception FND_API.G_EXC_ERROR, Rolling Back the changes done for this transaction');
2518: END IF;
2519: --
2520: ROLLBACK;
2521: --Setting value for G_MODE back to 'NORMAL'

Line 2532: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);

2528: THEN
2529: --{
2530: --
2531: IF l_debug_on THEN
2532: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);
2533: END IF;
2534: --
2535: WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS
2536: (

Line 2543: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);

2539: x_out_rec => l_lpn_out_sync_comm_rec
2540: );
2541: --
2542: IF l_debug_on THEN
2543: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);
2544: END IF;
2545: --
2546: IF l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR THEN
2547: x_return_status := l_return_status;

Line 2553: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

2549: --}
2550: END IF;
2551: --
2552: IF l_debug_on THEN
2553: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
2554: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');
2555: END IF;
2556: --
2557:

Line 2554: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');

2550: END IF;
2551: --
2552: IF l_debug_on THEN
2553: wsh_debug_sv.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
2554: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:FND_API.G_EXC_ERROR');
2555: END IF;
2556: --
2557:
2558: WHEN OTHERS THEN

Line 2561: WSH_DEBUG_SV.logmsg(l_module_name, 'Inside exception OTHERS, Rolling Back the changes done for this transaction');

2557:
2558: WHEN OTHERS THEN
2559: --Rollback the transaction
2560: IF l_debug_on THEN
2561: WSH_DEBUG_SV.logmsg(l_module_name, 'Inside exception OTHERS, Rolling Back the changes done for this transaction');
2562: END IF;
2563: --
2564: ROLLBACK;
2565: --Setting value for G_MODE back to 'NORMAL'

Line 2576: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);

2572: THEN
2573: --{
2574: --
2575: IF l_debug_on THEN
2576: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS', WSH_DEBUG_SV.C_PROC_LEVEL);
2577: END IF;
2578: --
2579: WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS
2580: (

Line 2587: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);

2583: x_out_rec => l_lpn_out_sync_comm_rec
2584: );
2585: --
2586: IF l_debug_on THEN
2587: WSH_DEBUG_SV.log(l_module_name,'Return status after calling WSH_LPN_SYNC_COMM_PKG.SYNC_LPNS_TO_WMS',l_return_status);
2588: END IF;
2589: --
2590: --}
2591: END IF;

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

2590: --}
2591: END IF;
2592: --
2593: IF l_debug_on THEN
2594: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2595: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2596: END IF;
2597: --
2598: END Process_Shipment_Request;

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

2591: END IF;
2592: --
2593: IF l_debug_on THEN
2594: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2595: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2596: END IF;
2597: --
2598: END Process_Shipment_Request;
2599: --

Line 2697: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

2693: --
2694: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2695: --
2696: IF l_debug_on IS NULL THEN
2697: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2698: END IF;
2699: --
2700: IF l_debug_on THEN
2701: WSH_DEBUG_SV.push(l_module_name);

Line 2701: WSH_DEBUG_SV.push(l_module_name);

2697: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2698: END IF;
2699: --
2700: IF l_debug_on THEN
2701: WSH_DEBUG_SV.push(l_module_name);
2702: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
2703: END IF;
2704: --
2705: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

Line 2702: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );

2698: END IF;
2699: --
2700: IF l_debug_on THEN
2701: WSH_DEBUG_SV.push(l_module_name);
2702: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
2703: END IF;
2704: --
2705: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;
2706:

Line 2712: wsh_debug_sv.logmsg(l_module_name, 'Delivery Interface Record Missing');

2708: fetch c_delivery_interface_rec into x_delivery_interface_rec;
2709: IF c_delivery_interface_rec%NOTFOUND THEN
2710: --
2711: IF l_debug_on THEN
2712: wsh_debug_sv.logmsg(l_module_name, 'Delivery Interface Record Missing');
2713: END IF;
2714: --
2715: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
2716: WSH_DEBUG_SV.pop(l_module_name);

Line 2716: WSH_DEBUG_SV.pop(l_module_name);

2712: wsh_debug_sv.logmsg(l_module_name, 'Delivery Interface Record Missing');
2713: END IF;
2714: --
2715: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
2716: WSH_DEBUG_SV.pop(l_module_name);
2717: RETURN;
2718: END IF;
2719: close c_delivery_interface_rec;
2720:

Line 2723: wsh_debug_sv.logmsg(l_module_name, 'Calling api Validate_Organization', WSH_DEBUG_SV.C_PROC_LEVEL);

2719: close c_delivery_interface_rec;
2720:
2721: --
2722: IF l_debug_on THEN
2723: wsh_debug_sv.logmsg(l_module_name, 'Calling api Validate_Organization', WSH_DEBUG_SV.C_PROC_LEVEL);
2724: END IF;
2725: --
2726:
2727: Validate_Organization(

Line 2735: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Organization', WSH_DEBUG_SV.C_ERR_LEVEL);

2731:
2732: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
2733: --
2734: IF l_debug_on THEN
2735: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Organization', WSH_DEBUG_SV.C_ERR_LEVEL);
2736: END IF;
2737: --
2738: x_return_status := l_return_status;
2739: ELSE

Line 2742: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_CORE.Get_Operating_Unit', WSH_DEBUG_SV.C_PROC_LEVEL);

2738: x_return_status := l_return_status;
2739: ELSE
2740: --
2741: IF l_debug_on THEN
2742: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_CORE.Get_Operating_Unit', WSH_DEBUG_SV.C_PROC_LEVEL);
2743: END IF;
2744: --
2745: x_delivery_interface_rec.org_id := WSH_UTIL_CORE.Get_Operating_Unit(x_delivery_interface_rec.organization_id);
2746:

Line 2750: wsh_debug_sv.logmsg(l_module_name, 'Error: Invalid Operating Unit returned');

2746:
2747: IF nvl(x_delivery_interface_rec.org_id, -1) = -1 THEN
2748: --
2749: IF l_debug_on THEN
2750: wsh_debug_sv.logmsg(l_module_name, 'Error: Invalid Operating Unit returned');
2751: END IF;
2752: --
2753: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_OU_NOT_ASSIGNED');
2754: FND_MESSAGE.Set_Token('ORG_NAME', WSH_UTIL_CORE.Get_Org_Name(x_delivery_interface_rec.organization_id));

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

2758: END IF;
2759:
2760: --
2761: IF l_debug_on THEN
2762: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
2763: WSH_DEBUG_SV.logmsg(l_module_name, 'order_type_id => ' || x_delivery_interface_rec.transaction_type_id ||
2764: ', price_list_id => ' || x_delivery_interface_rec.price_list_id ||
2765: ', organization_id => ' || x_delivery_interface_rec.organization_id ||
2766: ', org_id => ' || x_delivery_interface_rec.org_id ||

Line 2763: WSH_DEBUG_SV.logmsg(l_module_name, 'order_type_id => ' || x_delivery_interface_rec.transaction_type_id ||

2759:
2760: --
2761: IF l_debug_on THEN
2762: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
2763: WSH_DEBUG_SV.logmsg(l_module_name, 'order_type_id => ' || x_delivery_interface_rec.transaction_type_id ||
2764: ', price_list_id => ' || x_delivery_interface_rec.price_list_id ||
2765: ', organization_id => ' || x_delivery_interface_rec.organization_id ||
2766: ', org_id => ' || x_delivery_interface_rec.org_id ||
2767: ', currency_code => ' || x_delivery_interface_rec.currency_code );

Line 2768: WSH_DEBUG_SV.pop(l_module_name);

2764: ', price_list_id => ' || x_delivery_interface_rec.price_list_id ||
2765: ', organization_id => ' || x_delivery_interface_rec.organization_id ||
2766: ', org_id => ' || x_delivery_interface_rec.org_id ||
2767: ', currency_code => ' || x_delivery_interface_rec.currency_code );
2768: WSH_DEBUG_SV.pop(l_module_name);
2769: END IF;
2770: --
2771: EXCEPTION
2772: WHEN OTHERS THEN

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

2776: close c_delivery_interface_rec;
2777: END IF;
2778: --
2779: IF l_debug_on THEN
2780: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2781: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2782: END IF;
2783: --
2784: END Get_Standalone_Defaults;

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

2777: END IF;
2778: --
2779: IF l_debug_on THEN
2780: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2781: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2782: END IF;
2783: --
2784: END Get_Standalone_Defaults;
2785: --

Line 2839: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

2835: --
2836: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2837: --
2838: IF l_debug_on IS NULL THEN
2839: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2840: END IF;
2841: --
2842: IF l_debug_on THEN
2843: WSH_DEBUG_SV.push(l_module_name);

Line 2843: WSH_DEBUG_SV.push(l_module_name);

2839: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2840: END IF;
2841: --
2842: IF l_debug_on THEN
2843: WSH_DEBUG_SV.push(l_module_name);
2844: WSH_DEBUG_SV.log(l_module_name, 'p_order_number', p_order_number );
2845: WSH_DEBUG_SV.log(l_module_name, 'p_order_type_id', p_order_type_id );
2846: END IF;
2847: --

Line 2844: WSH_DEBUG_SV.log(l_module_name, 'p_order_number', p_order_number );

2840: END IF;
2841: --
2842: IF l_debug_on THEN
2843: WSH_DEBUG_SV.push(l_module_name);
2844: WSH_DEBUG_SV.log(l_module_name, 'p_order_number', p_order_number );
2845: WSH_DEBUG_SV.log(l_module_name, 'p_order_type_id', p_order_type_id );
2846: END IF;
2847: --
2848:

Line 2845: WSH_DEBUG_SV.log(l_module_name, 'p_order_type_id', p_order_type_id );

2841: --
2842: IF l_debug_on THEN
2843: WSH_DEBUG_SV.push(l_module_name);
2844: WSH_DEBUG_SV.log(l_module_name, 'p_order_number', p_order_number );
2845: WSH_DEBUG_SV.log(l_module_name, 'p_order_type_id', p_order_type_id );
2846: END IF;
2847: --
2848:
2849: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

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

2871: close c_order_info;
2872:
2873: --
2874: IF l_debug_on THEN
2875: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
2876: WSH_DEBUG_SV.log(l_module_name, 'Header id', x_om_header_rec_type.header_id);
2877: WSH_DEBUG_SV.pop(l_module_name);
2878: END IF;
2879: --

Line 2876: WSH_DEBUG_SV.log(l_module_name, 'Header id', x_om_header_rec_type.header_id);

2872:
2873: --
2874: IF l_debug_on THEN
2875: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
2876: WSH_DEBUG_SV.log(l_module_name, 'Header id', x_om_header_rec_type.header_id);
2877: WSH_DEBUG_SV.pop(l_module_name);
2878: END IF;
2879: --
2880: EXCEPTION

Line 2877: WSH_DEBUG_SV.pop(l_module_name);

2873: --
2874: IF l_debug_on THEN
2875: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
2876: WSH_DEBUG_SV.log(l_module_name, 'Header id', x_om_header_rec_type.header_id);
2877: WSH_DEBUG_SV.pop(l_module_name);
2878: END IF;
2879: --
2880: EXCEPTION
2881: WHEN OTHERS THEN

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

2885: close c_order_info;
2886: END IF;
2887: --
2888: IF l_debug_on THEN
2889: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2890: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2891: END IF;
2892: --
2893: END Check_Header_Exists;

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

2886: END IF;
2887: --
2888: IF l_debug_on THEN
2889: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
2890: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
2891: END IF;
2892: --
2893: END Check_Header_Exists;
2894: --

Line 2950: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

2946: --
2947: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2948: --
2949: IF l_debug_on IS NULL THEN
2950: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2951: END IF;
2952: --
2953: IF l_debug_on THEN
2954: WSH_DEBUG_SV.push(l_module_name);

Line 2954: WSH_DEBUG_SV.push(l_module_name);

2950: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2951: END IF;
2952: --
2953: IF l_debug_on THEN
2954: WSH_DEBUG_SV.push(l_module_name);
2955: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
2956: WSH_DEBUG_SV.log(l_module_name, 'p_line_number', p_line_number );
2957: END IF;
2958: --

Line 2955: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );

2951: END IF;
2952: --
2953: IF l_debug_on THEN
2954: WSH_DEBUG_SV.push(l_module_name);
2955: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
2956: WSH_DEBUG_SV.log(l_module_name, 'p_line_number', p_line_number );
2957: END IF;
2958: --
2959:

Line 2956: WSH_DEBUG_SV.log(l_module_name, 'p_line_number', p_line_number );

2952: --
2953: IF l_debug_on THEN
2954: WSH_DEBUG_SV.push(l_module_name);
2955: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
2956: WSH_DEBUG_SV.log(l_module_name, 'p_line_number', p_line_number );
2957: END IF;
2958: --
2959:
2960: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

Line 2967: WSH_DEBUG_SV.log(l_module_name, 'Error: More than one order line exists for same line number', p_line_number);

2963: LOOP
2964: IF i.rownum > 1 THEN
2965: --
2966: IF l_debug_on THEN
2967: WSH_DEBUG_SV.log(l_module_name, 'Error: More than one order line exists for same line number', p_line_number);
2968: END IF;
2969: --
2970: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ERROR');
2971: x_return_status := WSH_UTIl_CORE.G_RET_STS_ERROR;

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

3007: END LOOP;
3008:
3009: --
3010: IF l_debug_on THEN
3011: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
3012: WSH_DEBUG_SV.log(l_module_name, 'Line id', x_om_line_rec_type.line_id);
3013: WSH_DEBUG_SV.pop(l_module_name);
3014: END IF;
3015: --

Line 3012: WSH_DEBUG_SV.log(l_module_name, 'Line id', x_om_line_rec_type.line_id);

3008:
3009: --
3010: IF l_debug_on THEN
3011: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
3012: WSH_DEBUG_SV.log(l_module_name, 'Line id', x_om_line_rec_type.line_id);
3013: WSH_DEBUG_SV.pop(l_module_name);
3014: END IF;
3015: --
3016: EXCEPTION

Line 3013: WSH_DEBUG_SV.pop(l_module_name);

3009: --
3010: IF l_debug_on THEN
3011: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
3012: WSH_DEBUG_SV.log(l_module_name, 'Line id', x_om_line_rec_type.line_id);
3013: WSH_DEBUG_SV.pop(l_module_name);
3014: END IF;
3015: --
3016: EXCEPTION
3017: WHEN OTHERS THEN

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

3018: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
3019: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Check_Line_Exists');
3020: --
3021: IF l_debug_on THEN
3022: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3023: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3024: END IF;
3025: --
3026: END Check_Line_Exists;

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

3019: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Check_Line_Exists');
3020: --
3021: IF l_debug_on THEN
3022: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3023: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3024: END IF;
3025: --
3026: END Check_Line_Exists;
3027: --

Line 3106: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

3102: --
3103: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
3104: --
3105: IF l_debug_on IS NULL THEN
3106: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3107: END IF;
3108: --
3109: IF l_debug_on THEN
3110: WSH_DEBUG_SV.push(l_module_name);

Line 3110: WSH_DEBUG_SV.push(l_module_name);

3106: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3107: END IF;
3108: --
3109: IF l_debug_on THEN
3110: WSH_DEBUG_SV.push(l_module_name);
3111: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
3112: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
3113: WSH_DEBUG_SV.log(l_module_name, 'p_interface_records', p_interface_records );
3114: END IF;

Line 3111: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );

3107: END IF;
3108: --
3109: IF l_debug_on THEN
3110: WSH_DEBUG_SV.push(l_module_name);
3111: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
3112: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
3113: WSH_DEBUG_SV.log(l_module_name, 'p_interface_records', p_interface_records );
3114: END IF;
3115: --

Line 3112: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );

3108: --
3109: IF l_debug_on THEN
3110: WSH_DEBUG_SV.push(l_module_name);
3111: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
3112: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
3113: WSH_DEBUG_SV.log(l_module_name, 'p_interface_records', p_interface_records );
3114: END IF;
3115: --
3116:

Line 3113: WSH_DEBUG_SV.log(l_module_name, 'p_interface_records', p_interface_records );

3109: IF l_debug_on THEN
3110: WSH_DEBUG_SV.push(l_module_name);
3111: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id );
3112: WSH_DEBUG_SV.log(l_module_name, 'p_delivery_interface_id', p_delivery_interface_id );
3113: WSH_DEBUG_SV.log(l_module_name, 'p_interface_records', p_interface_records );
3114: END IF;
3115: --
3116:
3117: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

Line 3122: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on order headers');

3118:
3119: IF p_interface_records = 'Y' THEN
3120: --
3121: IF l_debug_on THEN
3122: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on order headers');
3123: END IF;
3124: --
3125: select header_id
3126: into l_header_id

Line 3133: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on order lines');

3129: for update nowait;
3130:
3131: --
3132: IF l_debug_on THEN
3133: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on order lines');
3134: END IF;
3135: --
3136: FOR l_line_rec in c_lock_interface_lines
3137: LOOP

Line 3140: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on delivery details');

3136: FOR l_line_rec in c_lock_interface_lines
3137: LOOP
3138: --
3139: IF l_debug_on THEN
3140: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on delivery details');
3141: END IF;
3142: --
3143: select delivery_detail_id
3144: bulk collect into l_details_tab

Line 3153: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on non-interface order lines');

3149: END LOOP;
3150: ELSE
3151: --
3152: IF l_debug_on THEN
3153: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on non-interface order lines');
3154: END IF;
3155: --
3156: FOR l_line_rec in c_lock_non_interface_lines
3157: LOOP

Line 3160: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on non-interface delivery details');

3156: FOR l_line_rec in c_lock_non_interface_lines
3157: LOOP
3158: --
3159: IF l_debug_on THEN
3160: WSH_DEBUG_SV.logmsg(l_module_name, 'Obtaining lock on non-interface delivery details');
3161: END IF;
3162: --
3163: select delivery_detail_id
3164: bulk collect into l_details_tab

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

3170: END IF;
3171:
3172: --
3173: IF l_debug_on THEN
3174: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
3175: WSH_DEBUG_SV.pop(l_module_name);
3176: END IF;
3177: --
3178: EXCEPTION

Line 3175: WSH_DEBUG_SV.pop(l_module_name);

3171:
3172: --
3173: IF l_debug_on THEN
3174: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
3175: WSH_DEBUG_SV.pop(l_module_name);
3176: END IF;
3177: --
3178: EXCEPTION
3179: WHEN RECORD_LOCKED THEN

Line 3185: WSH_DEBUG_SV.logmsg(l_module_name,'RECORD_LOCKED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

3181: FND_MESSAGE.SET_NAME('WSH','WSH_NO_LOCK');
3182: WSH_UTIL_CORE.add_message (x_return_status);
3183: --
3184: IF l_debug_on THEN
3185: WSH_DEBUG_SV.logmsg(l_module_name,'RECORD_LOCKED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
3186: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:RECORD_LOCKED');
3187: END IF;
3188: --
3189: WHEN OTHERS THEN

Line 3186: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:RECORD_LOCKED');

3182: WSH_UTIL_CORE.add_message (x_return_status);
3183: --
3184: IF l_debug_on THEN
3185: WSH_DEBUG_SV.logmsg(l_module_name,'RECORD_LOCKED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
3186: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:RECORD_LOCKED');
3187: END IF;
3188: --
3189: WHEN OTHERS THEN
3190: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

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

3191: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Lock_SR_Lines');
3192: WSH_UTIL_CORE.add_message (x_return_status);
3193: --
3194: IF l_debug_on THEN
3195: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3196: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3197: END IF;
3198: --
3199: END Lock_SR_Lines;

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

3192: WSH_UTIL_CORE.add_message (x_return_status);
3193: --
3194: IF l_debug_on THEN
3195: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3196: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3197: END IF;
3198: --
3199: END Lock_SR_Lines;
3200: --

Line 3241: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

3237: --
3238: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
3239: --
3240: IF l_debug_on IS NULL THEN
3241: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3242: END IF;
3243: --
3244: IF l_debug_on THEN
3245: WSH_DEBUG_SV.push(l_module_name);

Line 3245: WSH_DEBUG_SV.push(l_module_name);

3241: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3242: END IF;
3243: --
3244: IF l_debug_on THEN
3245: WSH_DEBUG_SV.push(l_module_name);
3246: END IF;
3247: --
3248:
3249: x_return_status := WSH_UTIl_CORE.G_RET_STS_SUCCESS;

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

3251: FOR i in p_changed_attributes.FIRST .. p_changed_attributes.LAST
3252: LOOP
3253: --
3254: IF l_debug_on THEN
3255: WSH_DEBUG_SV.log(l_module_name, 'source_line_id', p_changed_attributes(i).source_line_id );
3256: END IF;
3257: --
3258: FOR delivery_line_info in c_delivery_line_info(p_changed_attributes(i).source_line_id )
3259: LOOP

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

3260: /*
3261: -- Just for debugging
3262: --
3263: IF l_debug_on THEN
3264: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );

Line 3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );

3261: -- Just for debugging
3262: --
3263: IF l_debug_on THEN
3264: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );

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

3262: --
3263: IF l_debug_on THEN
3264: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );

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

3263: IF l_debug_on THEN
3264: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );

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

3264: WSH_DEBUG_SV.log(l_module_name, 'p_changed_attributes(i).shipping_instructions', p_changed_attributes(i).shipping_instructions );
3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );

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

3265: WSH_DEBUG_SV.log(l_module_name, 'delivery_line_info.shipping_instructions', delivery_line_info.shipping_instructions );
3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );

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

3266: WSH_DEBUG_SV.logmsg(l_module_name, 'arrival_set_id => ' || p_changed_attributes(i).arrival_set_id || ' , => ' || delivery_line_info.arrival_set_id );
3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );

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

3267: WSH_DEBUG_SV.logmsg(l_module_name, 'ato_line_id => ' || p_changed_attributes(i).ato_line_id || ' , => ' || delivery_line_info.ato_line_id );
3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );

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

3268: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute1 => ' || p_changed_attributes(i).attribute1 || ' , => ' || delivery_line_info.attribute1 );
3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );

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

3269: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute10 => ' || p_changed_attributes(i).attribute10 || ' , => ' || delivery_line_info.attribute10 );
3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );

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

3270: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute11 => ' || p_changed_attributes(i).attribute11 || ' , => ' || delivery_line_info.attribute11 );
3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );

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

3271: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute12 => ' || p_changed_attributes(i).attribute12 || ' , => ' || delivery_line_info.attribute12 );
3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );

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

3272: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute13 => ' || p_changed_attributes(i).attribute13 || ' , => ' || delivery_line_info.attribute13 );
3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );

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

3273: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute14 => ' || p_changed_attributes(i).attribute14 || ' , => ' || delivery_line_info.attribute14 );
3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );

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

3274: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute15 => ' || p_changed_attributes(i).attribute15 || ' , => ' || delivery_line_info.attribute15 );
3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );

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

3275: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute2 => ' || p_changed_attributes(i).attribute2 || ' , => ' || delivery_line_info.attribute2 );
3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );

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

3276: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute3 => ' || p_changed_attributes(i).attribute3 || ' , => ' || delivery_line_info.attribute3 );
3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );

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

3277: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute4 => ' || p_changed_attributes(i).attribute4 || ' , => ' || delivery_line_info.attribute4 );
3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );

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

3278: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute5 => ' || p_changed_attributes(i).attribute5 || ' , => ' || delivery_line_info.attribute5 );
3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );

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

3279: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute6 => ' || p_changed_attributes(i).attribute6 || ' , => ' || delivery_line_info.attribute6 );
3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );

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

3280: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute7 => ' || p_changed_attributes(i).attribute7 || ' , => ' || delivery_line_info.attribute7 );
3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );

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

3281: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute8 => ' || p_changed_attributes(i).attribute8 || ' , => ' || delivery_line_info.attribute8 );
3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );

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

3282: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute9 => ' || p_changed_attributes(i).attribute9 || ' , => ' || delivery_line_info.attribute9 );
3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );

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

3283: WSH_DEBUG_SV.logmsg(l_module_name, 'attribute_category => ' || p_changed_attributes(i).attribute_category || ' , => ' || delivery_line_info.attribute_category );
3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );

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

3284: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity => ' || p_changed_attributes(i).cancelled_quantity || ' , => ' || delivery_line_info.cancelled_quantity );
3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );

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

3285: WSH_DEBUG_SV.logmsg(l_module_name, 'cancelled_quantity2 => ' || p_changed_attributes(i).cancelled_quantity2 || ' , => ' || delivery_line_info.cancelled_quantity2 );
3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );

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

3286: WSH_DEBUG_SV.logmsg(l_module_name, 'carrier_id => ' || p_changed_attributes(i).carrier_id || ' , => ' || delivery_line_info.carrier_id );
3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );

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

3287: WSH_DEBUG_SV.logmsg(l_module_name, 'classification => ' || p_changed_attributes(i).classification || ' , => ' || delivery_line_info.classification );
3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );

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

3288: WSH_DEBUG_SV.logmsg(l_module_name, 'commodity_code_cat_id => ' || p_changed_attributes(i).commodity_code_cat_id || ' , => ' || delivery_line_info.commodity_code_cat_id );
3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );

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

3289: WSH_DEBUG_SV.logmsg(l_module_name, 'container_flag => ' || p_changed_attributes(i).container_flag || ' , => ' || delivery_line_info.container_flag );
3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );

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

3290: WSH_DEBUG_SV.logmsg(l_module_name, 'container_name => ' || p_changed_attributes(i).container_name || ' , => ' || delivery_line_info.container_name );
3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );

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

3291: WSH_DEBUG_SV.logmsg(l_module_name, 'container_type_code => ' || p_changed_attributes(i).container_type_code || ' , => ' || delivery_line_info.container_type_code );
3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );

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

3292: WSH_DEBUG_SV.logmsg(l_module_name, 'country_of_origin => ' || p_changed_attributes(i).country_of_origin || ' , => ' || delivery_line_info.country_of_origin );
3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );

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

3293: WSH_DEBUG_SV.logmsg(l_module_name, 'currency_code => ' || p_changed_attributes(i).currency_code || ' , => ' || delivery_line_info.currency_code );
3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );

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

3294: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_model_serial_number => ' || p_changed_attributes(i).cust_model_serial_number || ' , => ' || delivery_line_info.cust_model_serial_number );
3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );

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

3295: WSH_DEBUG_SV.logmsg(l_module_name, 'cust_po_number => ' || p_changed_attributes(i).cust_po_number || ' , => ' || delivery_line_info.cust_po_number );
3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );

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

3296: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_dock_code => ' || p_changed_attributes(i).customer_dock_code || ' , => ' || delivery_line_info.customer_dock_code );
3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );

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

3297: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_id => ' || p_changed_attributes(i).customer_id || ' , => ' || delivery_line_info.customer_id );
3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );

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

3298: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_item_id => ' || p_changed_attributes(i).customer_item_id || ' , => ' || delivery_line_info.customer_item_id );
3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );

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

3299: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_job => ' || p_changed_attributes(i).customer_job || ' , => ' || delivery_line_info.customer_job );
3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );

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

3300: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_prod_seq => ' || p_changed_attributes(i).customer_prod_seq || ' , => ' || delivery_line_info.customer_prod_seq );
3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );

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

3301: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_production_line => ' || p_changed_attributes(i).customer_production_line || ' , => ' || delivery_line_info.customer_production_line );
3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );

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

3302: WSH_DEBUG_SV.logmsg(l_module_name, 'customer_requested_lot_flag => ' || p_changed_attributes(i).customer_requested_lot_flag || ' , => ' || delivery_line_info.customer_requested_lot_flag );
3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );

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

3303: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity => ' || p_changed_attributes(i).cycle_count_quantity || ' , => ' || delivery_line_info.cycle_count_quantity );
3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );

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

3304: WSH_DEBUG_SV.logmsg(l_module_name, 'cycle_count_quantity2 => ' || p_changed_attributes(i).cycle_count_quantity2 || ' , => ' || delivery_line_info.cycle_count_quantity2 );
3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );

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

3305: WSH_DEBUG_SV.logmsg(l_module_name, 'date_requested => ' || p_changed_attributes(i).date_requested || ' , => ' || delivery_line_info.date_requested );
3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );

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

3306: WSH_DEBUG_SV.logmsg(l_module_name, 'date_scheduled => ' || p_changed_attributes(i).date_scheduled || ' , => ' || delivery_line_info.date_scheduled );
3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );

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

3307: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_contact_id => ' || p_changed_attributes(i).deliver_to_contact_id || ' , => ' || delivery_line_info.deliver_to_contact_id );
3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );

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

3308: WSH_DEBUG_SV.logmsg(l_module_name, 'deliver_to_org_id => ' || p_changed_attributes(i).deliver_to_org_id || ' , => ' || delivery_line_info.deliver_to_site_use_id );
3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );

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

3309: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity => ' || p_changed_attributes(i).delivered_quantity || ' , => ' || delivery_line_info.delivered_quantity );
3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );

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

3310: WSH_DEBUG_SV.logmsg(l_module_name, 'delivered_quantity2 => ' || p_changed_attributes(i).delivered_quantity2 || ' , => ' || delivery_line_info.delivered_quantity2 );
3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );

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

3311: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_detail_id => ' || p_changed_attributes(i).delivery_detail_id || ' , => ' || delivery_line_info.delivery_detail_id );
3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );

Line 3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );

3312: WSH_DEBUG_SV.logmsg(l_module_name, 'dep_plan_required_flag => ' || p_changed_attributes(i).dep_plan_required_flag || ' , => ' || delivery_line_info.dep_plan_required_flag );
3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );

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

3313: WSH_DEBUG_SV.logmsg(l_module_name, 'detail_container_item_id => ' || p_changed_attributes(i).detail_container_item_id || ' , => ' || delivery_line_info.detail_container_item_id );
3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );

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

3314: WSH_DEBUG_SV.logmsg(l_module_name, 'fill_percent => ' || p_changed_attributes(i).fill_percent || ' , => ' || delivery_line_info.fill_percent );
3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );

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

3315: WSH_DEBUG_SV.logmsg(l_module_name, 'fob_code => ' || p_changed_attributes(i).fob_code || ' , => ' || delivery_line_info.fob_code );
3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );

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

3316: -- WSH_DEBUG_SV.logmsg(l_module_name, 'freight_carrier_code => ' || p_changed_attributes(i).freight_carrier_code || ' , => ' || delivery_line_info.freight_carrier_code );
3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );

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

3317: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_class_cat_id => ' || p_changed_attributes(i).freight_class_cat_id || ' , => ' || delivery_line_info.freight_class_cat_id );
3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );

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

3318: WSH_DEBUG_SV.logmsg(l_module_name, 'freight_terms_code => ' || p_changed_attributes(i).freight_terms_code || ' , => ' || delivery_line_info.freight_terms_code );
3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );

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

3319: WSH_DEBUG_SV.logmsg(l_module_name, 'gross_weight => ' || p_changed_attributes(i).gross_weight || ' , => ' || delivery_line_info.gross_weight );
3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );

Line 3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );

3320: WSH_DEBUG_SV.logmsg(l_module_name, 'hazard_class_id => ' || p_changed_attributes(i).hazard_class_id || ' , => ' || delivery_line_info.hazard_class_id );
3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );

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

3321: WSH_DEBUG_SV.logmsg(l_module_name, 'hold_code => ' || p_changed_attributes(i).hold_code || ' , => ' || delivery_line_info.hold_code );
3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );

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

3322: WSH_DEBUG_SV.logmsg(l_module_name, 'inspection_flag => ' || p_changed_attributes(i).inspection_flag || ' , => ' || delivery_line_info.inspection_flag );
3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );

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

3323: WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_contact_id => ' || p_changed_attributes(i).intmed_ship_to_contact_id || ' , => ' || delivery_line_info.intmed_ship_to_contact_id );
3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );

Line 3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );

3324: -- WSH_DEBUG_SV.logmsg(l_module_name, 'intmed_ship_to_org_id => ' || p_changed_attributes(i).intmed_ship_to_org_id || ' , => ' || delivery_line_info.intmed_ship_to_org_id );
3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );

Line 3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );

3325: WSH_DEBUG_SV.logmsg(l_module_name, 'inv_interfaced_flag => ' || p_changed_attributes(i).inv_interfaced_flag || ' , => ' || delivery_line_info.inv_interfaced_flag );
3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );

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

3326: WSH_DEBUG_SV.logmsg(l_module_name, 'inventory_item_id => ' || p_changed_attributes(i).inventory_item_id || ' , => ' || delivery_line_info.inventory_item_id );
3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );

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

3327: WSH_DEBUG_SV.logmsg(l_module_name, 'item_description => ' || p_changed_attributes(i).item_description || ' , => ' || delivery_line_info.item_description );
3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );

Line 3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );

3328: -- WSH_DEBUG_SV.logmsg(l_module_name, 'item_type_code => ' || p_changed_attributes(i).item_type_code || ' , => ' || delivery_line_info.item_type_code );
3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );

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

3329: -- WSH_DEBUG_SV.logmsg(l_module_name, 'line_number => ' || p_changed_attributes(i).line_number || ' , => ' || delivery_line_info.line_number );
3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );

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

3330: WSH_DEBUG_SV.logmsg(l_module_name, 'load_seq_number => ' || p_changed_attributes(i).load_seq_number || ' , => ' || delivery_line_info.load_seq_number );
3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );

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

3331: WSH_DEBUG_SV.logmsg(l_module_name, 'locator_id => ' || p_changed_attributes(i).locator_id || ' , => ' || delivery_line_info.locator_id );
3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );

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

3332: -- WSH_DEBUG_SV.logmsg(l_module_name, 'lot_id => ' || p_changed_attributes(i).lot_id || ' , => ' || delivery_line_info.lot_id );
3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );

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

3333: WSH_DEBUG_SV.logmsg(l_module_name, 'lot_number => ' || p_changed_attributes(i).lot_number || ' , => ' || delivery_line_info.lot_number );
3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );

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

3334: WSH_DEBUG_SV.logmsg(l_module_name, 'lpn_id => ' || p_changed_attributes(i).lpn_id || ' , => ' || delivery_line_info.lpn_id );
3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );

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

3335: WSH_DEBUG_SV.logmsg(l_module_name, 'master_container_item_id => ' || p_changed_attributes(i).master_container_item_id || ' , => ' || delivery_line_info.master_container_item_id );
3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );

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

3336: WSH_DEBUG_SV.logmsg(l_module_name, 'master_serial_number => ' || p_changed_attributes(i).master_serial_number || ' , => ' || delivery_line_info.master_serial_number );
3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );

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

3337: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_load_weight => ' || p_changed_attributes(i).maximum_load_weight || ' , => ' || delivery_line_info.maximum_load_weight );
3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );

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

3338: WSH_DEBUG_SV.logmsg(l_module_name, 'maximum_volume => ' || p_changed_attributes(i).maximum_volume || ' , => ' || delivery_line_info.maximum_volume );
3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );

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

3339: WSH_DEBUG_SV.logmsg(l_module_name, 'minimum_fill_percent => ' || p_changed_attributes(i).minimum_fill_percent || ' , => ' || delivery_line_info.minimum_fill_percent );
3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );

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

3340: WSH_DEBUG_SV.logmsg(l_module_name, 'move_order_line_id => ' || p_changed_attributes(i).move_order_line_id || ' , => ' || delivery_line_info.move_order_line_id );
3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );

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

3341: WSH_DEBUG_SV.logmsg(l_module_name, 'movement_id => ' || p_changed_attributes(i).movement_id || ' , => ' || delivery_line_info.movement_id );
3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );

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

3342: WSH_DEBUG_SV.logmsg(l_module_name, 'mvt_stat_status => ' || p_changed_attributes(i).mvt_stat_status || ' , => ' || delivery_line_info.mvt_stat_status );
3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );

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

3343: WSH_DEBUG_SV.logmsg(l_module_name, 'net_weight => ' || p_changed_attributes(i).net_weight || ' , => ' || delivery_line_info.net_weight );
3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );

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

3344: WSH_DEBUG_SV.logmsg(l_module_name, 'oe_interfaced_flag => ' || p_changed_attributes(i).oe_interfaced_flag || ' , => ' || delivery_line_info.oe_interfaced_flag );
3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );

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

3345: WSH_DEBUG_SV.logmsg(l_module_name, 'order_quantity_uom => ' || p_changed_attributes(i).order_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );

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

3346: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity => ' || p_changed_attributes(i).ordered_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );

Line 3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );

3347: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity2 => ' || p_changed_attributes(i).ordered_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );

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

3348: WSH_DEBUG_SV.logmsg(l_module_name, 'ordered_quantity_uom2 => ' || p_changed_attributes(i).ordered_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );

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

3349: WSH_DEBUG_SV.logmsg(l_module_name, 'org_id => ' || p_changed_attributes(i).org_id || ' , => ' || delivery_line_info.org_id );
3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );

Line 3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );

3350: WSH_DEBUG_SV.logmsg(l_module_name, 'organization_id => ' || p_changed_attributes(i).organization_id || ' , => ' || delivery_line_info.organization_id );
3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );

Line 3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );

3351: -- WSH_DEBUG_SV.logmsg(l_module_name, 'original_source_line_id => ' || p_changed_attributes(i).original_source_line_id || ' , => ' || delivery_line_info.original_source_line_id );
3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );

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

3352: WSH_DEBUG_SV.logmsg(l_module_name, 'original_subinventory => ' || p_changed_attributes(i).original_subinventory || ' , => ' || delivery_line_info.original_subinventory );
3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );

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

3353: WSH_DEBUG_SV.logmsg(l_module_name, 'packing_instructions => ' || p_changed_attributes(i).packing_instructions || ' , => ' || delivery_line_info.packing_instructions );
3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );

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

3354: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity => ' || p_changed_attributes(i).pending_quantity || ' , => ' || delivery_line_info.pending_quantity );
3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );

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

3355: -- WSH_DEBUG_SV.logmsg(l_module_name, 'pending_quantity2 => ' || p_changed_attributes(i).pending_quantity2 || ' , => ' || delivery_line_info.pending_quantity2 );
3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );

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

3356: WSH_DEBUG_SV.logmsg(l_module_name, 'pickable_flag => ' || p_changed_attributes(i).pickable_flag || ' , => ' || delivery_line_info.pickable_flag );
3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );

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

3357: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity => ' || p_changed_attributes(i).picked_quantity || ' , => ' || delivery_line_info.picked_quantity );
3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );

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

3358: WSH_DEBUG_SV.logmsg(l_module_name, 'picked_quantity2 => ' || p_changed_attributes(i).picked_quantity2 || ' , => ' || delivery_line_info.picked_quantity2 );
3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );

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

3359: WSH_DEBUG_SV.logmsg(l_module_name, 'preferred_grade => ' || p_changed_attributes(i).preferred_grade || ' , => ' || delivery_line_info.preferred_grade );
3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );

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

3360: WSH_DEBUG_SV.logmsg(l_module_name, 'project_id => ' || p_changed_attributes(i).project_id || ' , => ' || delivery_line_info.project_id );
3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );

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

3361: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity => ' || p_changed_attributes(i).quality_control_quantity || ' , => ' || delivery_line_info.quality_control_quantity );
3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );

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

3362: WSH_DEBUG_SV.logmsg(l_module_name, 'quality_control_quantity2 => ' || p_changed_attributes(i).quality_control_quantity2 || ' , => ' || delivery_line_info.quality_control_quantity2 );
3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );

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

3363: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity => ' || p_changed_attributes(i).received_quantity || ' , => ' || delivery_line_info.received_quantity );
3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );

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

3364: WSH_DEBUG_SV.logmsg(l_module_name, 'received_quantity2 => ' || p_changed_attributes(i).received_quantity2 || ' , => ' || delivery_line_info.received_quantity2 );
3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );

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

3365: WSH_DEBUG_SV.logmsg(l_module_name, 'released_status => ' || p_changed_attributes(i).released_status || ' , => ' || delivery_line_info.released_status );
3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );

Line 3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );

3366: WSH_DEBUG_SV.logmsg(l_module_name, 'request_id => ' || p_changed_attributes(i).request_id || ' , => ' || delivery_line_info.request_id );
3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );

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

3367: WSH_DEBUG_SV.logmsg(l_module_name, 'revision => ' || p_changed_attributes(i).revision || ' , => ' || delivery_line_info.revision );
3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );

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

3368: WSH_DEBUG_SV.logmsg(l_module_name, 'seal_code => ' || p_changed_attributes(i).seal_code || ' , => ' || delivery_line_info.seal_code );
3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );

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

3369: WSH_DEBUG_SV.logmsg(l_module_name, 'serial_number => ' || p_changed_attributes(i).serial_number || ' , => ' || delivery_line_info.serial_number );
3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );

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

3370: --WSH_DEBUG_SV.logmsg(l_module_name, 'ship_from_org_id => ' || p_changed_attributes(i).ship_from_org_id || ' , => ' || delivery_line_info.ship_from_org_id );
3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );

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

3371: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_model_complete_flag => ' || p_changed_attributes(i).ship_model_complete_flag || ' , => ' || delivery_line_info.ship_model_complete_flag );
3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );

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

3372: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_set_id => ' || p_changed_attributes(i).ship_set_id || ' , => ' || delivery_line_info.ship_set_id );
3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );

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

3373: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_contact_id => ' || p_changed_attributes(i).ship_to_contact_id || ' , => ' || delivery_line_info.ship_to_contact_id );
3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );

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

3374: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_org_id => ' || p_changed_attributes(i).ship_to_org_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );

Line 3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );

3375: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_to_site_use_id => ' || p_changed_attributes(i).ship_to_site_use_id || ' , => ' || delivery_line_info.ship_to_site_use_id );
3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );

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

3376: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_above => ' || p_changed_attributes(i).ship_tolerance_above || ' , => ' || delivery_line_info.ship_tolerance_above );
3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );

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

3377: WSH_DEBUG_SV.logmsg(l_module_name, 'ship_tolerance_below => ' || p_changed_attributes(i).ship_tolerance_below || ' , => ' || delivery_line_info.ship_tolerance_below );
3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);

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

3378: WSH_DEBUG_SV.logmsg(l_module_name, 'shipment_priority_code => ' || p_changed_attributes(i).shipment_priority_code || ' , => ' || delivery_line_info.shipment_priority_code );
3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );

Line 3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );

3379: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_flag => ' || p_changed_attributes(i).shipped_flag || ' , => ' || delivery_line_info.shipped_flag );
3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );

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

3380: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity => ' || p_changed_attributes(i).shipped_quantity || ' , => ' || delivery_line_info.shipped_quantity );
3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );

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

3381: WSH_DEBUG_SV.logmsg(l_module_name, 'shipped_quantity2 => ' || p_changed_attributes(i).shipped_quantity2 || ' , => ' || delivery_line_info.shipped_quantity2 );
3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );

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

3382: WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_instructions => ' || p_changed_attributes(i).shipping_instructions || ' , => ' || delivery_line_info.shipping_instructions );
3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );

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

3383: --WSH_DEBUG_SV.logmsg(l_module_name, 'shipping_method_code => ' || p_changed_attributes(i).shipping_method_code || ' , => ' || delivery_line_info.shipping_method_code );
3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );

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

3384: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_contact_id => ' || p_changed_attributes(i).sold_to_contact_id || ' , => ' || delivery_line_info.sold_to_contact_id );
3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );

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

3385: WSH_DEBUG_SV.logmsg(l_module_name, 'sold_to_org_id => ' || p_changed_attributes(i).sold_to_org_id || ' , => ' || delivery_line_info.customer_id);
3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );

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

3386: WSH_DEBUG_SV.logmsg(l_module_name, 'source_code => ' || p_changed_attributes(i).source_code || ' , => ' || delivery_line_info.source_code );
3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );

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

3387: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_id => ' || p_changed_attributes(i).source_header_id || ' , => ' || delivery_line_info.source_header_id );
3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );

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

3388: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_number => ' || p_changed_attributes(i).source_header_number || ' , => ' || delivery_line_info.source_header_number );
3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );

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

3389: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_id => ' || p_changed_attributes(i).source_header_type_id || ' , => ' || delivery_line_info.source_header_type_id );
3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );

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

3390: WSH_DEBUG_SV.logmsg(l_module_name, 'source_header_type_name => ' || p_changed_attributes(i).source_header_type_name || ' , => ' || delivery_line_info.source_header_type_name );
3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );

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

3391: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_id => ' || p_changed_attributes(i).source_line_id || ' , => ' || delivery_line_info.source_line_id );
3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );

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

3392: WSH_DEBUG_SV.logmsg(l_module_name, 'source_line_set_id => ' || p_changed_attributes(i).source_line_set_id || ' , => ' || delivery_line_info.source_line_set_id );
3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );

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

3393: WSH_DEBUG_SV.logmsg(l_module_name, 'split_from_delivery_detail_id => ' || p_changed_attributes(i).split_from_delivery_detail_id || ' , => ' || delivery_line_info.split_from_delivery_detail_id );
3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );

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

3394: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity => ' || p_changed_attributes(i).src_requested_quantity || ' , => ' || delivery_line_info.src_requested_quantity );
3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );

Line 3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );

3395: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity2 => ' || p_changed_attributes(i).src_requested_quantity2 || ' , => ' || delivery_line_info.src_requested_quantity2 );
3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );

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

3396: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom => ' || p_changed_attributes(i).src_requested_quantity_uom || ' , => ' || delivery_line_info.src_requested_quantity_uom );
3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );

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

3397: WSH_DEBUG_SV.logmsg(l_module_name, 'src_requested_quantity_uom2 => ' || p_changed_attributes(i).src_requested_quantity_uom2 || ' , => ' || delivery_line_info.src_requested_quantity_uom2 );
3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );

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

3398: WSH_DEBUG_SV.logmsg(l_module_name, 'subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.subinventory );
3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );

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

3399: --WSH_DEBUG_SV.logmsg(l_module_name, 'sublot_number => ' || p_changed_attributes(i).sublot_number || ' , => ' || delivery_line_info.sublot_number );
3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );

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

3400: WSH_DEBUG_SV.logmsg(l_module_name, 'task_id => ' || p_changed_attributes(i).task_id || ' , => ' || delivery_line_info.task_id );
3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );

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

3401: WSH_DEBUG_SV.logmsg(l_module_name, 'to_serial_number => ' || p_changed_attributes(i).to_serial_number || ' , => ' || delivery_line_info.to_serial_number );
3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );

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

3402: WSH_DEBUG_SV.logmsg(l_module_name, 'top_model_line_id => ' || p_changed_attributes(i).top_model_line_id || ' , => ' || delivery_line_info.top_model_line_id );
3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );

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

3403: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute1 => ' || p_changed_attributes(i).tp_attribute1 || ' , => ' || delivery_line_info.tp_attribute1 );
3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );

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

3404: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute10 => ' || p_changed_attributes(i).tp_attribute10 || ' , => ' || delivery_line_info.tp_attribute10 );
3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );

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

3405: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute11 => ' || p_changed_attributes(i).tp_attribute11 || ' , => ' || delivery_line_info.tp_attribute11 );
3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );

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

3406: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute12 => ' || p_changed_attributes(i).tp_attribute12 || ' , => ' || delivery_line_info.tp_attribute12 );
3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );

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

3407: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute13 => ' || p_changed_attributes(i).tp_attribute13 || ' , => ' || delivery_line_info.tp_attribute13 );
3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );

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

3408: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute14 => ' || p_changed_attributes(i).tp_attribute14 || ' , => ' || delivery_line_info.tp_attribute14 );
3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );

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

3409: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute15 => ' || p_changed_attributes(i).tp_attribute15 || ' , => ' || delivery_line_info.tp_attribute15 );
3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );

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

3410: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute2 => ' || p_changed_attributes(i).tp_attribute2 || ' , => ' || delivery_line_info.tp_attribute2 );
3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );

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

3411: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute3 => ' || p_changed_attributes(i).tp_attribute3 || ' , => ' || delivery_line_info.tp_attribute3 );
3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );

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

3412: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute4 => ' || p_changed_attributes(i).tp_attribute4 || ' , => ' || delivery_line_info.tp_attribute4 );
3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );

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

3413: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute5 => ' || p_changed_attributes(i).tp_attribute5 || ' , => ' || delivery_line_info.tp_attribute5 );
3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );

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

3414: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute6 => ' || p_changed_attributes(i).tp_attribute6 || ' , => ' || delivery_line_info.tp_attribute6 );
3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );

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

3415: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute7 => ' || p_changed_attributes(i).tp_attribute7 || ' , => ' || delivery_line_info.tp_attribute7 );
3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );

Line 3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );

3416: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute8 => ' || p_changed_attributes(i).tp_attribute8 || ' , => ' || delivery_line_info.tp_attribute8 );
3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );

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

3417: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute9 => ' || p_changed_attributes(i).tp_attribute9 || ' , => ' || delivery_line_info.tp_attribute9 );
3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );

Line 3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );

3418: WSH_DEBUG_SV.logmsg(l_module_name, 'tp_attribute_category => ' || p_changed_attributes(i).tp_attribute_category || ' , => ' || delivery_line_info.tp_attribute_category );
3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );

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

3419: WSH_DEBUG_SV.logmsg(l_module_name, 'tracking_number => ' || p_changed_attributes(i).tracking_number || ' , => ' || delivery_line_info.tracking_number );
3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );

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

3420: --WSH_DEBUG_SV.logmsg(l_module_name, 'trans_id => ' || p_changed_attributes(i).trans_id || ' , => ' || delivery_line_info.trans_id );
3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );

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

3421: WSH_DEBUG_SV.logmsg(l_module_name, 'transaction_temp_id => ' || p_changed_attributes(i).transaction_temp_id || ' , => ' || delivery_line_info.transaction_temp_id );
3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );

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

3422: --WSH_DEBUG_SV.logmsg(l_module_name, 'transfer_lpn_id => ' || p_changed_attributes(i).transfer_lpn_id || ' , => ' || delivery_line_info.transfer_lpn_id );
3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );

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

3423: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_number => ' || p_changed_attributes(i).unit_number || ' , => ' || delivery_line_info.unit_number );
3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );

Line 3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );

3424: WSH_DEBUG_SV.logmsg(l_module_name, 'unit_price => ' || p_changed_attributes(i).unit_price || ' , => ' || delivery_line_info.unit_price );
3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );

Line 3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );

3425: WSH_DEBUG_SV.logmsg(l_module_name, 'volume => ' || p_changed_attributes(i).volume || ' , => ' || delivery_line_info.volume );
3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );

Line 3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );

3426: WSH_DEBUG_SV.logmsg(l_module_name, 'volume_uom_code => ' || p_changed_attributes(i).volume_uom_code || ' , => ' || delivery_line_info.volume_uom_code );
3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );
3434: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.original_subinventory );

Line 3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );

3427: WSH_DEBUG_SV.logmsg(l_module_name, 'weight_uom_code => ' || p_changed_attributes(i).weight_uom_code || ' , => ' || delivery_line_info.weight_uom_code );
3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );
3434: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.original_subinventory );
3435: END IF;

Line 3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );

3428: --WSH_DEBUG_SV.logmsg(l_module_name, 'latest_acceptable_date => ' || p_changed_attributes(i).latest_acceptable_date || ' , => ' || delivery_line_info.latest_acceptable_date );
3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );
3434: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.original_subinventory );
3435: END IF;
3436: --

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

3429: --WSH_DEBUG_SV.logmsg(l_module_name, 'promise_date => ' || p_changed_attributes(i).promise_date || ' , => ' || delivery_line_info.promise_date );
3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );
3434: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.original_subinventory );
3435: END IF;
3436: --
3437: */

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

3430: --WSH_DEBUG_SV.logmsg(l_module_name, 'schedule_arrival_date => ' || p_changed_attributes(i).schedule_arrival_date || ' , => ' || delivery_line_info.schedule_arrival_date );
3431: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_acceptable_date => ' || p_changed_attributes(i).earliest_acceptable_date || ' , => ' || delivery_line_info.earliest_acceptable_date );
3432: --WSH_DEBUG_SV.logmsg(l_module_name, 'earliest_ship_date => ' || p_changed_attributes(i).earliest_ship_date || ' , => ' || delivery_line_info.earliest_ship_date );
3433: WSH_DEBUG_SV.logmsg(l_module_name, 'filled_volume => ' || p_changed_attributes(i).filled_volume || ' , => ' || delivery_line_info.filled_volume );
3434: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed Subinventory => ' || p_changed_attributes(i).subinventory || ' , => ' || delivery_line_info.original_subinventory );
3435: END IF;
3436: --
3437: */
3438: IF (

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

3737: THEN
3738: --Nothing has been changed
3739: --
3740: IF l_debug_on THEN
3741: WSH_DEBUG_SV.logmsg(l_module_name, 'INSIDE VALIDATION SUCCESS' );
3742: END IF;
3743: --
3744: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
3745: ELSE

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

3745: ELSE
3746: --Raise Error
3747: --
3748: IF l_debug_on THEN
3749: WSH_DEBUG_SV.logmsg(l_module_name, 'Attributes does not match so returning error' );
3750: END IF;
3751: --
3752: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
3753: END IF;

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

3755: END LOOP;
3756:
3757: --
3758: IF l_debug_on THEN
3759: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
3760: WSH_DEBUG_SV.pop(l_module_name);
3761: END IF;
3762: --
3763: EXCEPTION

Line 3760: WSH_DEBUG_SV.pop(l_module_name);

3756:
3757: --
3758: IF l_debug_on THEN
3759: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
3760: WSH_DEBUG_SV.pop(l_module_name);
3761: END IF;
3762: --
3763: EXCEPTION
3764: WHEN OTHERS THEN

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

3765: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
3766: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line');
3767: --
3768: IF l_debug_on THEN
3769: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3770: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3771: END IF;
3772: --
3773: END Validate_Delivery_Line;

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

3766: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Delivery_Line');
3767: --
3768: IF l_debug_on THEN
3769: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3770: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3771: END IF;
3772: --
3773: END Validate_Delivery_Line;
3774: --

Line 3804: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

3800: --
3801: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
3802: --
3803: IF l_debug_on IS NULL THEN
3804: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3805: END IF;
3806: --
3807: IF l_debug_on THEN
3808: WSH_DEBUG_SV.push(l_module_name);

Line 3808: WSH_DEBUG_SV.push(l_module_name);

3804: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
3805: END IF;
3806: --
3807: IF l_debug_on THEN
3808: WSH_DEBUG_SV.push(l_module_name);
3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );

Line 3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3805: END IF;
3806: --
3807: IF l_debug_on THEN
3808: WSH_DEBUG_SV.push(l_module_name);
3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );

Line 3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');

3806: --
3807: IF l_debug_on THEN
3808: WSH_DEBUG_SV.push(l_module_name);
3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );

Line 3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3807: IF l_debug_on THEN
3808: WSH_DEBUG_SV.push(l_module_name);
3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );

Line 3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );

3808: WSH_DEBUG_SV.push(l_module_name);
3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );

Line 3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );

3809: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );

Line 3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );

3810: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER RECORD DETAILS |');
3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );

Line 3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );

3811: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );

Line 3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );

3812: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_number', p_header_rec.order_number );
3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );

Line 3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );

3813: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.header_id', p_header_rec.header_id );
3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );

Line 3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );

3814: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.operation', p_header_rec.operation );
3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );

Line 3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );

3815: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.cancelled_flag', p_header_rec.cancelled_flag );
3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );

Line 3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );

3816: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.change_reason', p_header_rec.change_reason );
3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );

Line 3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );

3817: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_from_org_id', p_header_rec.ship_from_org_id );
3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );

Line 3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );

3818: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_org_id', p_header_rec.sold_to_org_id );
3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );

Line 3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );

3819: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_contact_id', p_header_rec.sold_to_contact_id );
3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );

Line 3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );

3820: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_org_id', p_header_rec.ship_to_org_id );
3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );

Line 3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );

3821: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_id', p_header_rec.ship_to_contact_id );
3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );

Line 3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );

3822: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_org_id', p_header_rec.invoice_to_org_id );
3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );

Line 3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );

3823: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_id', p_header_rec.invoice_to_contact_id );
3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );

Line 3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );

3824: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_org_id', p_header_rec.deliver_to_org_id );
3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );

Line 3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );

3825: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_id', p_header_rec.deliver_to_contact_id );
3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );

Line 3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );

3826: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.shipping_method_code', p_header_rec.shipping_method_code );
3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );

Line 3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );

3827: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.freight_terms_code', p_header_rec.freight_terms_code );
3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );

Line 3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );

3828: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.fob_point_code', p_header_rec.fob_point_code );
3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );

Line 3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );

3829: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_type_id', p_header_rec.order_type_id );
3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );

Line 3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );

3830: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.price_list_id', p_header_rec.price_list_id );
3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );

Line 3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );

3831: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.payment_term_id', p_header_rec.payment_term_id );
3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );

Line 3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );

3832: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.org_id', p_header_rec.org_id );
3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );

Line 3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );

3833: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_from_org_id', p_header_rec.sold_from_org_id );
3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );

Line 3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );

3834: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_source_id', p_header_rec.order_source_id );
3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );

Line 3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );

3835: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.transactional_curr_code', p_header_rec.transactional_curr_code );
3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );

Line 3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );

3836: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.salesrep_id', p_header_rec.salesrep_id );
3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );

Line 3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );

3837: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.tax_exempt_flag', p_header_rec.tax_exempt_flag );
3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );

Line 3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );

3838: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.open_flag', p_header_rec.open_flag );
3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );

Line 3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );

3839: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.booked_flag', p_header_rec.booked_flag );
3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );

Line 3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );

3840: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ordered_date', p_header_rec.ordered_date );
3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );

Line 3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );

3841: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.order_category_code', p_header_rec.order_category_code );
3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );

Line 3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );

3842: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.sold_to_customer_ref', p_header_rec.sold_to_customer_ref );
3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );

Line 3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );

3843: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_customer_ref', p_header_rec.ship_to_customer_ref );
3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );

Line 3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );

3844: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_customer_ref', p_header_rec.invoice_to_customer_ref );
3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );

Line 3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );

3845: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_customer_ref', p_header_rec.deliver_to_customer_ref );
3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );

Line 3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );

3846: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_address_ref', p_header_rec.ship_to_address_ref );
3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:

Line 3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );

3847: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_address_ref', p_header_rec.invoice_to_address_ref );
3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing

Line 3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );

3848: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_address_ref', p_header_rec.deliver_to_address_ref );
3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

Line 3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );

3849: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.ship_to_contact_ref', p_header_rec.ship_to_contact_ref );
3850: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.invoice_to_contact_ref', p_header_rec.invoice_to_contact_ref );
3851: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.deliver_to_contact_ref', p_header_rec.deliver_to_contact_ref );
3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');

Line 3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3852: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.version_number', p_header_rec.version_number );
3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );

Line 3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');

3853: WSH_DEBUG_SV.log(l_module_name, 'p_header_rec.orig_sys_document_ref', p_header_rec.orig_sys_document_ref );
3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );

Line 3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3854:
3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );

Line 3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );

3855: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );

Line 3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );

3856: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );

Line 3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );

3857: WSH_DEBUG_SV.logmsg(l_module_name, '| HEADER VAL RECORD DETAILS |');
3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );

Line 3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );

3858: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );

Line 3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );

3859: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_org', p_header_val_rec.sold_to_org );
3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );

Line 3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );

3860: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address1', p_header_val_rec.sold_to_address1 );
3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );

Line 3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );

3861: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address2', p_header_val_rec.sold_to_address2 );
3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );

Line 3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );

3862: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address3', p_header_val_rec.sold_to_address3 );
3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );

Line 3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );

3863: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_address4', p_header_val_rec.sold_to_address4 );
3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );

Line 3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );

3864: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_city', p_header_val_rec.sold_to_city );
3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );

Line 3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );

3865: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_state', p_header_val_rec.sold_to_state );
3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );

Line 3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );

3866: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_country', p_header_val_rec.sold_to_country );
3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );

Line 3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );

3867: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_zip', p_header_val_rec.sold_to_zip );
3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );

Line 3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );

3868: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.sold_to_contact', p_header_val_rec.sold_to_contact );
3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );

Line 3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );

3869: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_org', p_header_val_rec.ship_to_org );
3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );

Line 3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );

3870: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address1', p_header_val_rec.ship_to_address1 );
3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );

Line 3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );

3871: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address2', p_header_val_rec.ship_to_address2 );
3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );

Line 3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );

3872: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address3', p_header_val_rec.ship_to_address3 );
3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );

Line 3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );

3873: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_address4', p_header_val_rec.ship_to_address4 );
3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );

Line 3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );

3874: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_city', p_header_val_rec.ship_to_city );
3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );

Line 3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );

3875: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_state', p_header_val_rec.ship_to_state );
3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );

Line 3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );

3876: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_country', p_header_val_rec.ship_to_country );
3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );

Line 3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );

3877: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_zip', p_header_val_rec.ship_to_zip );
3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );

Line 3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );

3878: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.ship_to_contact', p_header_val_rec.ship_to_contact );
3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );

Line 3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );

3879: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_org', p_header_val_rec.invoice_to_org );
3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );

Line 3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );

3880: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address1', p_header_val_rec.invoice_to_address1 );
3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );

Line 3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );

3881: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address2', p_header_val_rec.invoice_to_address2 );
3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );

Line 3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );

3882: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address3', p_header_val_rec.invoice_to_address3 );
3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );

Line 3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );

3883: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_address4', p_header_val_rec.invoice_to_address4 );
3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );

Line 3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );

3884: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_city', p_header_val_rec.invoice_to_city );
3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );

Line 3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );

3885: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_state', p_header_val_rec.invoice_to_state );
3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );

Line 3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );

3886: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_country', p_header_val_rec.invoice_to_country );
3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );

Line 3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );

3887: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_zip', p_header_val_rec.invoice_to_zip );
3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );

Line 3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );

3888: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.invoice_to_contact', p_header_val_rec.invoice_to_contact );
3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );

Line 3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );

3889: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_org', p_header_val_rec.deliver_to_org );
3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );

Line 3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );

3890: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address1', p_header_val_rec.deliver_to_address1 );
3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );
3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );

Line 3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );

3891: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address2', p_header_val_rec.deliver_to_address2 );
3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );
3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );
3899: */

Line 3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );

3892: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address3', p_header_val_rec.deliver_to_address3 );
3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );
3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );
3899: */
3900:

Line 3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );

3893: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_address4', p_header_val_rec.deliver_to_address4 );
3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );
3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );
3899: */
3900:
3901: IF p_customer_info.count > 0 THEN

Line 3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );

3894: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_city', p_header_val_rec.deliver_to_city );
3895: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_state', p_header_val_rec.deliver_to_state );
3896: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_country', p_header_val_rec.deliver_to_country );
3897: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_zip', p_header_val_rec.deliver_to_zip );
3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );
3899: */
3900:
3901: IF p_customer_info.count > 0 THEN
3902: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

Line 3902: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3898: WSH_DEBUG_SV.log(l_module_name, 'p_header_val_rec.deliver_to_contact', p_header_val_rec.deliver_to_contact );
3899: */
3900:
3901: IF p_customer_info.count > 0 THEN
3902: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3903: WSH_DEBUG_SV.logmsg(l_module_name, '| ADDRESS DETAILS |');
3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP

Line 3903: WSH_DEBUG_SV.logmsg(l_module_name, '| ADDRESS DETAILS |');

3899: */
3900:
3901: IF p_customer_info.count > 0 THEN
3902: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3903: WSH_DEBUG_SV.logmsg(l_module_name, '| ADDRESS DETAILS |');
3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );

Line 3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3900:
3901: IF p_customer_info.count > 0 THEN
3902: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3903: WSH_DEBUG_SV.logmsg(l_module_name, '| ADDRESS DETAILS |');
3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );

Line 3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );

3903: WSH_DEBUG_SV.logmsg(l_module_name, '| ADDRESS DETAILS |');
3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );
3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );
3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );
3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );

Line 3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );

3904: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );
3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );
3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );
3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );
3912:

Line 3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );

3905: FOR i in p_customer_info.first..p_customer_info.last
3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );
3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );
3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );
3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );
3912:
3913: IF p_customer_info(i).customer_info_ref = g_sold_to_ref or

Line 3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );

3906: LOOP
3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );
3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );
3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );
3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );
3912:
3913: IF p_customer_info(i).customer_info_ref = g_sold_to_ref or
3914: p_customer_info(i).customer_info_ref = g_ship_to_ref or

Line 3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );

3907: WSH_DEBUG_SV.log(l_module_name, 'INDEX', i );
3908: WSH_DEBUG_SV.log(l_module_name, 'customer_info_ref', p_customer_info(i).customer_info_ref );
3909: WSH_DEBUG_SV.log(l_module_name, 'parent_customer_info_ref', p_customer_info(i).parent_customer_info_ref );
3910: WSH_DEBUG_SV.log(l_module_name, 'customer_type', p_customer_info(i).customer_type );
3911: WSH_DEBUG_SV.log(l_module_name, 'customer_info_type_code', p_customer_info(i).customer_info_type_code );
3912:
3913: IF p_customer_info(i).customer_info_ref = g_sold_to_ref or
3914: p_customer_info(i).customer_info_ref = g_ship_to_ref or
3915: p_customer_info(i).customer_info_ref = g_invoice_to_ref or

Line 3918: WSH_DEBUG_SV.log(l_module_name, 'customer_id', p_customer_info(i).customer_id );

3914: p_customer_info(i).customer_info_ref = g_ship_to_ref or
3915: p_customer_info(i).customer_info_ref = g_invoice_to_ref or
3916: p_customer_info(i).customer_info_ref = g_deliver_to_ref
3917: THEN
3918: WSH_DEBUG_SV.log(l_module_name, 'customer_id', p_customer_info(i).customer_id );
3919: WSH_DEBUG_SV.log(l_module_name, 'organization_name', p_customer_info(i).organization_name );
3920: END IF;
3921:
3922: IF p_customer_info(i).customer_info_ref = g_ship_to_address_ref or

Line 3919: WSH_DEBUG_SV.log(l_module_name, 'organization_name', p_customer_info(i).organization_name );

3915: p_customer_info(i).customer_info_ref = g_invoice_to_ref or
3916: p_customer_info(i).customer_info_ref = g_deliver_to_ref
3917: THEN
3918: WSH_DEBUG_SV.log(l_module_name, 'customer_id', p_customer_info(i).customer_id );
3919: WSH_DEBUG_SV.log(l_module_name, 'organization_name', p_customer_info(i).organization_name );
3920: END IF;
3921:
3922: IF p_customer_info(i).customer_info_ref = g_ship_to_address_ref or
3923: p_customer_info(i).customer_info_ref = g_invoice_to_address_ref or

Line 3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );

3922: IF p_customer_info(i).customer_info_ref = g_ship_to_address_ref or
3923: p_customer_info(i).customer_info_ref = g_invoice_to_address_ref or
3924: p_customer_info(i).customer_info_ref = g_deliver_to_address_ref
3925: THEN
3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );
3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );

Line 3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );

3923: p_customer_info(i).customer_info_ref = g_invoice_to_address_ref or
3924: p_customer_info(i).customer_info_ref = g_deliver_to_address_ref
3925: THEN
3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );
3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );

Line 3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );

3924: p_customer_info(i).customer_info_ref = g_deliver_to_address_ref
3925: THEN
3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );
3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );

Line 3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );

3925: THEN
3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );
3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );

Line 3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );

3926: WSH_DEBUG_SV.log(l_module_name, 'site_use_id', p_customer_info(i).site_use_id );
3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );

Line 3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );

3927: WSH_DEBUG_SV.log(l_module_name, 'site_number', p_customer_info(i).site_number );
3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );

Line 3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );

3928: WSH_DEBUG_SV.log(l_module_name, 'address1', p_customer_info(i).address1 );
3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );
3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );

Line 3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );

3929: WSH_DEBUG_SV.log(l_module_name, 'address2', p_customer_info(i).address2 );
3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );
3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );
3937: END IF;

Line 3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );

3930: WSH_DEBUG_SV.log(l_module_name, 'address3', p_customer_info(i).address3 );
3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );
3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );
3937: END IF;
3938:

Line 3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );

3931: WSH_DEBUG_SV.log(l_module_name, 'address4', p_customer_info(i).address4 );
3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );
3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );
3937: END IF;
3938:
3939: IF p_customer_info(i).customer_info_ref = g_sold_to_contact_ref or

Line 3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );

3932: WSH_DEBUG_SV.log(l_module_name, 'city', p_customer_info(i).city );
3933: WSH_DEBUG_SV.log(l_module_name, 'state', p_customer_info(i).state );
3934: WSH_DEBUG_SV.log(l_module_name, 'postal_code', p_customer_info(i).postal_code );
3935: WSH_DEBUG_SV.log(l_module_name, 'country', p_customer_info(i).country );
3936: WSH_DEBUG_SV.log(l_module_name, 'location_number', p_customer_info(i).location_number );
3937: END IF;
3938:
3939: IF p_customer_info(i).customer_info_ref = g_sold_to_contact_ref or
3940: p_customer_info(i).customer_info_ref = g_ship_to_contact_ref or

Line 3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );

3940: p_customer_info(i).customer_info_ref = g_ship_to_contact_ref or
3941: p_customer_info(i).customer_info_ref = g_invoice_to_contact_ref or
3942: p_customer_info(i).customer_info_ref = g_deliver_to_contact_ref
3943: THEN
3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );
3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );

Line 3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );

3941: p_customer_info(i).customer_info_ref = g_invoice_to_contact_ref or
3942: p_customer_info(i).customer_info_ref = g_deliver_to_contact_ref
3943: THEN
3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );
3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );

Line 3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );

3942: p_customer_info(i).customer_info_ref = g_deliver_to_contact_ref
3943: THEN
3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );
3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );

Line 3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );

3943: THEN
3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );
3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );

Line 3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );

3944: WSH_DEBUG_SV.log(l_module_name, 'contact_id', p_customer_info(i).contact_id );
3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );

Line 3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );

3945: WSH_DEBUG_SV.log(l_module_name, 'contact_number', p_customer_info(i).contact_number );
3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );

Line 3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );

3946: WSH_DEBUG_SV.log(l_module_name, 'person_first_name', p_customer_info(i).person_first_name );
3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );

Line 3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );

3947: WSH_DEBUG_SV.log(l_module_name, 'person_middle_name', p_customer_info(i).person_middle_name );
3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );
3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );

Line 3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );

3948: WSH_DEBUG_SV.log(l_module_name, 'person_last_name', p_customer_info(i).person_last_name );
3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );
3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );
3956: END IF;

Line 3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );

3949: WSH_DEBUG_SV.log(l_module_name, 'person_name_suffix', p_customer_info(i).person_name_suffix );
3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );
3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );
3956: END IF;
3957: END LOOP;

Line 3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );

3950: WSH_DEBUG_SV.log(l_module_name, 'person_title', p_customer_info(i).person_title );
3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );
3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );
3956: END IF;
3957: END LOOP;
3958: END IF;

Line 3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );

3951: WSH_DEBUG_SV.log(l_module_name, 'email_address', p_customer_info(i).email_address );
3952: WSH_DEBUG_SV.log(l_module_name, 'phone_country_code', p_customer_info(i).phone_country_code );
3953: WSH_DEBUG_SV.log(l_module_name, 'phone_area_code', p_customer_info(i).phone_area_code );
3954: WSH_DEBUG_SV.log(l_module_name, 'phone_number', p_customer_info(i).phone_number );
3955: WSH_DEBUG_SV.log(l_module_name, 'phone_extension', p_customer_info(i).phone_extension );
3956: END IF;
3957: END LOOP;
3958: END IF;
3959:

Line 3961: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3957: END LOOP;
3958: END IF;
3959:
3960: IF p_action_request_tbl.count > 0 THEN
3961: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3962: WSH_DEBUG_SV.logmsg(l_module_name, '| ACTION REQUEST DETAILS |');
3963: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3964:
3965: FOR i in p_action_request_tbl.first..p_action_request_tbl.last

Line 3962: WSH_DEBUG_SV.logmsg(l_module_name, '| ACTION REQUEST DETAILS |');

3958: END IF;
3959:
3960: IF p_action_request_tbl.count > 0 THEN
3961: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3962: WSH_DEBUG_SV.logmsg(l_module_name, '| ACTION REQUEST DETAILS |');
3963: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3964:
3965: FOR i in p_action_request_tbl.first..p_action_request_tbl.last
3966: LOOP

Line 3963: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

3959:
3960: IF p_action_request_tbl.count > 0 THEN
3961: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3962: WSH_DEBUG_SV.logmsg(l_module_name, '| ACTION REQUEST DETAILS |');
3963: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3964:
3965: FOR i in p_action_request_tbl.first..p_action_request_tbl.last
3966: LOOP
3967: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).request_type );

Line 3967: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).request_type );

3963: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
3964:
3965: FOR i in p_action_request_tbl.first..p_action_request_tbl.last
3966: LOOP
3967: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).request_type );
3968: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).entity_code );
3969: END LOOP;
3970: END IF;
3971: END IF;

Line 3968: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).entity_code );

3964:
3965: FOR i in p_action_request_tbl.first..p_action_request_tbl.last
3966: LOOP
3967: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).request_type );
3968: WSH_DEBUG_SV.log(l_module_name, 'p_action_request_tbl.request_type', p_action_request_tbl(i).entity_code );
3969: END LOOP;
3970: END IF;
3971: END IF;
3972: --

Line 3976: WSH_DEBUG_SV.pop(l_module_name);

3972: --
3973:
3974: --
3975: IF l_debug_on THEN
3976: WSH_DEBUG_SV.pop(l_module_name);
3977: END IF;
3978: --
3979: EXCEPTION
3980: WHEN OTHERS THEN

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

3980: WHEN OTHERS THEN
3981: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Print_OE_Header_Record');
3982: --
3983: IF l_debug_on THEN
3984: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3985: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3986: END IF;
3987: --
3988: END Print_OE_Header_Record;

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

3981: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Print_OE_Header_Record');
3982: --
3983: IF l_debug_on THEN
3984: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
3985: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
3986: END IF;
3987: --
3988: END Print_OE_Header_Record;
3989: --

Line 4014: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

4010: --
4011: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
4012: --
4013: IF l_debug_on IS NULL THEN
4014: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4015: END IF;
4016: --
4017: IF l_debug_on THEN
4018: WSH_DEBUG_SV.push(l_module_name);

Line 4018: WSH_DEBUG_SV.push(l_module_name);

4014: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4015: END IF;
4016: --
4017: IF l_debug_on THEN
4018: WSH_DEBUG_SV.push(l_module_name);
4019: END IF;
4020: --
4021:
4022: IF ( p_line_tbl.count > 0 ) THEN

Line 4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

4021:
4022: IF ( p_line_tbl.count > 0 ) THEN
4023: FOR i in p_line_tbl.first..p_line_tbl.last
4024: LOOP
4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );

Line 4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');

4022: IF ( p_line_tbl.count > 0 ) THEN
4023: FOR i in p_line_tbl.first..p_line_tbl.last
4024: LOOP
4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );

Line 4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

4023: FOR i in p_line_tbl.first..p_line_tbl.last
4024: LOOP
4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );

Line 4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );

4024: LOOP
4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );

Line 4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );

4025: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );

Line 4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );

4026: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE RECORD DETAILS - ' || i || ' |');
4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );

Line 4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );

4027: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );

Line 4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );

4028: WSH_DEBUG_SV.log(l_module_name, 'line_id', p_line_tbl(i).line_id );
4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );

Line 4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );

4029: WSH_DEBUG_SV.log(l_module_name, 'operation', p_line_tbl(i).operation );
4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );

Line 4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );

4030: WSH_DEBUG_SV.log(l_module_name, 'change_reason', p_line_tbl(i).change_reason );
4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );

Line 4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );

4031: WSH_DEBUG_SV.log(l_module_name, 'line_number', p_line_tbl(i).line_number );
4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );

Line 4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );

4032: WSH_DEBUG_SV.log(l_module_name, 'shipment_number', p_line_tbl(i).shipment_number );
4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );

Line 4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );

4033: WSH_DEBUG_SV.log(l_module_name, 'ordered_quantity', p_line_tbl(i).ordered_quantity );
4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );

Line 4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );

4034: WSH_DEBUG_SV.log(l_module_name, 'order_quantity_uom', p_line_tbl(i).order_quantity_uom );
4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );

Line 4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );

4035: WSH_DEBUG_SV.log(l_module_name, 'ship_from_org_id', p_line_tbl(i).ship_from_org_id );
4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );

Line 4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );

4036: WSH_DEBUG_SV.log(l_module_name, 'ordered_item', p_line_tbl(i).ordered_item );
4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );

Line 4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );

4037: WSH_DEBUG_SV.log(l_module_name, 'inventory_item_id', p_line_tbl(i).inventory_item_id );
4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );

Line 4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );

4038: WSH_DEBUG_SV.log(l_module_name, 'ordered_item_id', p_line_tbl(i).ordered_item_id );
4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );

Line 4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );

4039: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org_id', p_line_tbl(i).ship_to_org_id );
4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );

Line 4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );

4040: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org_id', p_line_tbl(i).invoice_to_org_id );
4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );

Line 4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );

4041: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org_id', p_line_tbl(i).deliver_to_org_id );
4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );

Line 4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );

4042: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_id', p_line_tbl(i).ship_to_contact_id );
4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );

Line 4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );

4043: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_id', p_line_tbl(i).invoice_to_contact_id );
4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );

Line 4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );

4044: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_id', p_line_tbl(i).deliver_to_contact_id );
4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );

Line 4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );

4045: WSH_DEBUG_SV.log(l_module_name, 'shipping_method_code', p_line_tbl(i).shipping_method_code );
4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );

Line 4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );

4046: WSH_DEBUG_SV.log(l_module_name, 'freight_terms_code', p_line_tbl(i).freight_terms_code );
4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );

Line 4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );

4047: WSH_DEBUG_SV.log(l_module_name, 'fob_point_code', p_line_tbl(i).fob_point_code );
4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );

Line 4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );

4048: WSH_DEBUG_SV.log(l_module_name, 'item_identifier_type', p_line_tbl(i).item_identifier_type );
4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );

Line 4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );

4049: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_above', p_line_tbl(i).ship_tolerance_above );
4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );

Line 4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );

4050: WSH_DEBUG_SV.log(l_module_name, 'ship_tolerance_below', p_line_tbl(i).ship_tolerance_below );
4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );

Line 4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );

4051: WSH_DEBUG_SV.log(l_module_name, 'request_date', p_line_tbl(i).request_date );
4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );

Line 4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );

4052: WSH_DEBUG_SV.log(l_module_name, 'schedule_ship_date', p_line_tbl(i).schedule_ship_date );
4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );

Line 4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );

4053: WSH_DEBUG_SV.log(l_module_name, 'ship_set', p_line_tbl(i).ship_set );
4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );

Line 4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );

4054: WSH_DEBUG_SV.log(l_module_name, 'shipping_instructions', p_line_tbl(i).shipping_instructions );
4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );

Line 4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );

4055: WSH_DEBUG_SV.log(l_module_name, 'packing_instructions', p_line_tbl(i).packing_instructions );
4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );

Line 4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );

4056: WSH_DEBUG_SV.log(l_module_name, 'shipment_priority_code', p_line_tbl(i).shipment_priority_code );
4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );

Line 4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );

4057: WSH_DEBUG_SV.log(l_module_name, 'calculate_price_flag', p_line_tbl(i).calculate_price_flag );
4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );

Line 4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );

4058: WSH_DEBUG_SV.log(l_module_name, 'cust_po_number', p_line_tbl(i).cust_po_number );
4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );

Line 4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );

4059: WSH_DEBUG_SV.log(l_module_name, 'subinventory', p_line_tbl(i).subinventory );
4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );

Line 4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );

4060: WSH_DEBUG_SV.log(l_module_name, 'unit_list_price', p_line_tbl(i).unit_list_price );
4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );

Line 4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );

4061: WSH_DEBUG_SV.log(l_module_name, 'unit_selling_price', p_line_tbl(i).unit_selling_price );
4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );

Line 4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );

4062: WSH_DEBUG_SV.log(l_module_name, 'sold_to_customer_ref', p_line_tbl(i).sold_to_customer_ref );
4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );

Line 4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );

4063: WSH_DEBUG_SV.log(l_module_name, 'ship_to_customer_ref', p_line_tbl(i).ship_to_customer_ref );
4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );

Line 4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );

4064: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_customer_ref',p_line_tbl(i).invoice_to_customer_ref );
4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );

Line 4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );

4065: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_customer_ref',p_line_tbl(i).deliver_to_customer_ref );
4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );
4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );

Line 4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );

4066: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address_ref', p_line_tbl(i).ship_to_address_ref );
4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );
4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );
4074:

Line 4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );

4067: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address_ref', p_line_tbl(i).invoice_to_address_ref );
4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );
4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );
4074:
4075: END LOOP;

Line 4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );

4068: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address_ref', p_line_tbl(i).deliver_to_address_ref );
4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );
4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );
4074:
4075: END LOOP;
4076: END IF;

Line 4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );

4069: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact_ref', p_line_tbl(i).ship_to_contact_ref );
4070: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact_ref', p_line_tbl(i).invoice_to_contact_ref );
4071: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact_ref', p_line_tbl(i).deliver_to_contact_ref );
4072: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_document_ref', p_line_tbl(i).orig_sys_document_ref );
4073: WSH_DEBUG_SV.log(l_module_name, 'orig_sys_line_ref', p_line_tbl(i).orig_sys_line_ref );
4074:
4075: END LOOP;
4076: END IF;
4077:

Line 4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

4078: /* Printing Val Record is Commented since values are not populated during Shipment Request Processing
4079: IF ( p_line_val_tbl.count > 0 ) THEN
4080: FOR i in p_line_val_tbl.first..p_line_val_tbl.last
4081: LOOP
4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );

Line 4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');

4079: IF ( p_line_val_tbl.count > 0 ) THEN
4080: FOR i in p_line_val_tbl.first..p_line_val_tbl.last
4081: LOOP
4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );

Line 4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');

4080: FOR i in p_line_val_tbl.first..p_line_val_tbl.last
4081: LOOP
4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );

Line 4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );

4081: LOOP
4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );

Line 4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );

4082: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );

Line 4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );

4083: WSH_DEBUG_SV.logmsg(l_module_name, '| LINE VAL RECORD DETAILS - ' || i || ' |');
4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );

Line 4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );

4084: WSH_DEBUG_SV.logmsg(l_module_name, '===============================================');
4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );

Line 4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );

4085: WSH_DEBUG_SV.log(l_module_name, 'ship_to_org', p_line_val_tbl(i).ship_to_org );
4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );

Line 4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );

4086: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address1', p_line_val_tbl(i).ship_to_address1 );
4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );

Line 4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );

4087: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address2', p_line_val_tbl(i).ship_to_address2 );
4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );

Line 4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );

4088: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address3', p_line_val_tbl(i).ship_to_address3 );
4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );

Line 4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );

4089: WSH_DEBUG_SV.log(l_module_name, 'ship_to_address4', p_line_val_tbl(i).ship_to_address4 );
4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );

Line 4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );

4090: WSH_DEBUG_SV.log(l_module_name, 'ship_to_city', p_line_val_tbl(i).ship_to_city );
4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );

Line 4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );

4091: WSH_DEBUG_SV.log(l_module_name, 'ship_to_state', p_line_val_tbl(i).ship_to_state );
4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );

Line 4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );

4092: WSH_DEBUG_SV.log(l_module_name, 'ship_to_country', p_line_val_tbl(i).ship_to_country );
4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );

Line 4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );

4093: WSH_DEBUG_SV.log(l_module_name, 'ship_to_zip', p_line_val_tbl(i).ship_to_zip );
4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );

Line 4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );

4094: WSH_DEBUG_SV.log(l_module_name, 'ship_to_contact', p_line_val_tbl(i).ship_to_contact );
4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );

Line 4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );

4095: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_org', p_line_val_tbl(i).invoice_to_org );
4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );

Line 4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );

4096: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address1', p_line_val_tbl(i).invoice_to_address1 );
4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );

Line 4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );

4097: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address2', p_line_val_tbl(i).invoice_to_address2 );
4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );

Line 4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );

4098: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address3', p_line_val_tbl(i).invoice_to_address3 );
4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );

Line 4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );

4099: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_address4', p_line_val_tbl(i).invoice_to_address4 );
4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );

Line 4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );

4100: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_city', p_line_val_tbl(i).invoice_to_city );
4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );

Line 4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );

4101: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_state', p_line_val_tbl(i).invoice_to_state );
4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );

Line 4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );

4102: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_country', p_line_val_tbl(i).invoice_to_country );
4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );

Line 4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );

4103: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_zip', p_line_val_tbl(i).invoice_to_zip );
4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );

Line 4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );

4104: WSH_DEBUG_SV.log(l_module_name, 'invoice_to_contact', p_line_val_tbl(i).invoice_to_contact );
4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );

Line 4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );

4105: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_org', p_line_val_tbl(i).deliver_to_org );
4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );

Line 4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );

4106: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address1', p_line_val_tbl(i).deliver_to_address1 );
4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );
4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );

Line 4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );

4107: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address2', p_line_val_tbl(i).deliver_to_address2 );
4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );
4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );
4115: END LOOP;

Line 4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );

4108: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address3', p_line_val_tbl(i).deliver_to_address3 );
4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );
4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );
4115: END LOOP;
4116: END IF;

Line 4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );

4109: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_address4', p_line_val_tbl(i).deliver_to_address4 );
4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );
4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );
4115: END LOOP;
4116: END IF;
4117: */

Line 4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );

4110: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_city', p_line_val_tbl(i).deliver_to_city );
4111: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_state', p_line_val_tbl(i).deliver_to_state );
4112: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_country', p_line_val_tbl(i).deliver_to_country );
4113: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_zip', p_line_val_tbl(i).deliver_to_zip );
4114: WSH_DEBUG_SV.log(l_module_name, 'deliver_to_contact', p_line_val_tbl(i).deliver_to_contact );
4115: END LOOP;
4116: END IF;
4117: */
4118:

Line 4121: WSH_DEBUG_SV.pop(l_module_name);

4117: */
4118:
4119: --
4120: IF l_debug_on THEN
4121: WSH_DEBUG_SV.pop(l_module_name);
4122: END IF;
4123: --
4124: EXCEPTION
4125: WHEN OTHERS THEN

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

4125: WHEN OTHERS THEN
4126: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Print_OE_Line_Record');
4127: --
4128: IF l_debug_on THEN
4129: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
4130: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
4131: END IF;
4132: --
4133: END Print_OE_Line_Record;

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

4126: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Print_OE_Line_Record');
4127: --
4128: IF l_debug_on THEN
4129: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
4130: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
4131: END IF;
4132: --
4133: END Print_OE_Line_Record;
4134: --

Line 4179: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

4175: --
4176: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
4177: --
4178: IF l_debug_on IS NULL THEN
4179: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4180: END IF;
4181: --
4182: IF l_debug_on THEN
4183: WSH_DEBUG_SV.push(l_module_name);

Line 4183: WSH_DEBUG_SV.push(l_module_name);

4179: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4180: END IF;
4181: --
4182: IF l_debug_on THEN
4183: WSH_DEBUG_SV.push(l_module_name);
4184: END IF;
4185: --
4186:
4187: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 4196: WSH_DEBUG_SV.logmsg(l_module_name, 'Error => Ship From Changed');

4192: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_REJECT_ORG_CHANGE');
4193: WSH_UTIL_CORE.Add_Message(x_return_status, l_module_name );
4194: --
4195: IF l_debug_on THEN
4196: WSH_DEBUG_SV.logmsg(l_module_name, 'Error => Ship From Changed');
4197: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header Ship_From => ' || p_om_header_rec.ship_from_org_id
4198: || ', New Ship_From => ' || p_del_interface_rec.organization_id);
4199: END IF;
4200: --

Line 4197: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header Ship_From => ' || p_om_header_rec.ship_from_org_id

4193: WSH_UTIL_CORE.Add_Message(x_return_status, l_module_name );
4194: --
4195: IF l_debug_on THEN
4196: WSH_DEBUG_SV.logmsg(l_module_name, 'Error => Ship From Changed');
4197: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header Ship_From => ' || p_om_header_rec.ship_from_org_id
4198: || ', New Ship_From => ' || p_del_interface_rec.organization_id);
4199: END IF;
4200: --
4201: END IF;

Line 4205: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header Sold-To => ' || p_om_header_rec.sold_to_org_id

4201: END IF;
4202:
4203: --
4204: IF l_debug_on THEN
4205: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header Sold-To => ' || p_om_header_rec.sold_to_org_id
4206: || ', New Sold-To => ' || p_del_interface_rec.customer_id);
4207: END IF;
4208: --
4209:

Line 4218: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

4214: p_del_interface_rec.customer_name is not null )
4215: THEN
4216: --
4217: IF l_debug_on THEN
4218: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
4219: END IF;
4220: --
4221: l_sold_to := OE_Value_To_Id.Sold_To_Org(
4222: p_sold_to_org => p_del_interface_rec.customer_name,

Line 4227: WSH_DEBUG_SV.log(l_module_name, 'SoldTo Customer derived from Customer Name', l_sold_to );

4223: p_customer_number => NULL );
4224:
4225: --
4226: IF l_debug_on THEN
4227: WSH_DEBUG_SV.log(l_module_name, 'SoldTo Customer derived from Customer Name', l_sold_to );
4228: END IF;
4229: --
4230:
4231: IF nvl(l_sold_to, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM THEN

Line 4244: WSH_DEBUG_SV.logmsg(l_module_name, 'Error => SoldTo customer changed');

4240: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_REJECT_SOLDTO_CHANGE');
4241: WSH_UTIL_CORE.Add_Message(x_return_status, l_module_name );
4242: --
4243: IF l_debug_on THEN
4244: WSH_DEBUG_SV.logmsg(l_module_name, 'Error => SoldTo customer changed');
4245: END IF;
4246: --
4247: END IF;
4248:

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

4248:
4249: IF x_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR THEN
4250: --
4251: IF l_debug_on THEN
4252: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
4253: WSH_DEBUG_SV.pop(l_module_name);
4254: END IF;
4255: --
4256: RETURN;

Line 4253: WSH_DEBUG_SV.pop(l_module_name);

4249: IF x_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR THEN
4250: --
4251: IF l_debug_on THEN
4252: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
4253: WSH_DEBUG_SV.pop(l_module_name);
4254: END IF;
4255: --
4256: RETURN;
4257: END IF;

Line 4270: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Ship-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);

4266: p_del_interface_rec.ship_to_customer_id := p_del_interface_rec.customer_id;
4267: ELSE
4268: --
4269: IF l_debug_on THEN
4270: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Ship-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);
4271: END IF;
4272: --
4273: l_ship_to := OE_Value_To_Id.Sold_To_Org(
4274: p_sold_to_org => p_del_interface_rec.ship_to_customer_name,

Line 4307: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Invoice-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);

4303: p_om_header_rec.invoice_to_changed = FALSE )
4304: THEN
4305: --
4306: IF l_debug_on THEN
4307: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Invoice-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);
4308: END IF;
4309: --
4310: l_invoice_to := OE_Value_To_Id.Sold_To_Org(
4311: p_sold_to_org => p_del_interface_rec.invoice_to_customer_name,

Line 4354: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Deliver-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);

4350: p_om_header_rec.deliver_to_changed = FALSE )
4351: THEN
4352: --
4353: IF l_debug_on THEN
4354: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org to derive Deliver-To customer', WSH_DEBUG_SV.C_PROC_LEVEL);
4355: END IF;
4356: --
4357: l_deliver_to := OE_Value_To_Id.Sold_To_Org(
4358: p_sold_to_org => p_del_interface_rec.deliver_to_customer_name,

Line 4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );

4366: END IF;
4367:
4368: --
4369: IF l_debug_on THEN
4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );
4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);

Line 4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');

4367:
4368: --
4369: IF l_debug_on THEN
4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );
4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);
4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);

Line 4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);

4368: --
4369: IF l_debug_on THEN
4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );
4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);
4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);
4376: END IF;

Line 4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);

4369: IF l_debug_on THEN
4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );
4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);
4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);
4376: END IF;
4377: --

Line 4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);

4370: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer Ids' );
4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);
4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);
4376: END IF;
4377: --
4378:

Line 4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);

4371: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4372: WSH_DEBUG_SV.log(l_module_name, 'Sold-To Customer Id', p_del_interface_rec.customer_id);
4373: WSH_DEBUG_SV.log(l_module_name, 'Ship-To Customer Id', p_del_interface_rec.ship_to_customer_id);
4374: WSH_DEBUG_SV.log(l_module_name, 'Invoice-To Customer Id', p_del_interface_rec.invoice_to_customer_id);
4375: WSH_DEBUG_SV.log(l_module_name, 'Deliver-To Customer Id', p_del_interface_rec.deliver_to_customer_id);
4376: END IF;
4377: --
4378:
4379: --

Line 4381: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id

4377: --
4378:
4379: --
4380: IF l_debug_on THEN
4381: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id
4382: || ', New ShipTo Site => ' || p_del_interface_rec.ship_to_address_id);
4383: END IF;
4384: --
4385:

Line 4392: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Ship_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

4388: p_om_header_rec.ship_to_changed = FALSE )
4389: THEN -- { Ship-To
4390: --
4391: IF l_debug_on THEN
4392: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Ship_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
4393: END IF;
4394: --
4395: l_ship_to_site :=
4396: OE_Value_To_Id.Ship_To_Org(

Line 4412: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Use Id', l_ship_to_site);

4408: p_ship_to_customer_id => p_del_interface_rec.ship_to_customer_id );
4409:
4410: --
4411: IF l_debug_on THEN
4412: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Use Id', l_ship_to_site);
4413: END IF;
4414: --
4415: IF ( nvl(l_ship_to_site, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM )
4416: THEN

Line 4433: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header InvoiceTo Site => ' || p_om_header_rec.Invoice_to_org_id

4429: END IF; -- } Ship-To
4430:
4431: --
4432: IF l_debug_on THEN
4433: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header InvoiceTo Site => ' || p_om_header_rec.Invoice_to_org_id
4434: || ', New InvoiceTo Site => ' || p_del_interface_rec.Invoice_to_address_id);
4435: END IF;
4436: --
4437:

Line 4445: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Invoice_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

4441: p_om_header_rec.invoice_to_changed = FALSE )
4442: THEN -- { Invoice-To
4443: --
4444: IF l_debug_on THEN
4445: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Invoice_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
4446: END IF;
4447: --
4448: l_invoice_to_site :=
4449: OE_Value_To_Id.Invoice_To_Org(

Line 4465: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site l_invoice_to_site', l_invoice_to_site);

4461: p_invoice_to_customer_id => p_del_interface_rec.invoice_to_customer_id );
4462:
4463: --
4464: IF l_debug_on THEN
4465: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site l_invoice_to_site', l_invoice_to_site);
4466: END IF;
4467: --
4468:
4469: IF ( nvl(l_invoice_to_site, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM )

Line 4487: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header DeliverTo Site => ' || p_om_header_rec.Deliver_to_org_id

4483: END IF; -- } Invoice-To
4484:
4485: --
4486: IF l_debug_on THEN
4487: WSH_DEBUG_SV.logmsg(l_module_name, 'Order Header DeliverTo Site => ' || p_om_header_rec.Deliver_to_org_id
4488: || ', New DeliverTo Site => ' || p_del_interface_rec.Deliver_to_address_id);
4489: END IF;
4490: --
4491:

Line 4499: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Deliver_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

4495: p_om_header_rec.deliver_to_changed = FALSE )
4496: THEN -- { Deliver-To
4497: --
4498: IF l_debug_on THEN
4499: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Deliver_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
4500: END IF;
4501: --
4502: l_deliver_to_site :=
4503: OE_Value_To_Id.Deliver_To_Org(

Line 4519: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site l_deliver_to_site', l_deliver_to_site);

4515: p_deliver_to_customer_id => p_del_interface_rec.deliver_to_customer_id );
4516:
4517: --
4518: IF l_debug_on THEN
4519: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site l_deliver_to_site', l_deliver_to_site);
4520: END IF;
4521: --
4522:
4523: IF ( nvl(l_deliver_to_site, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM )

Line 4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );

4540: END IF; -- } Deliver-To
4541:
4542: --
4543: IF l_debug_on THEN
4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );
4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);
4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);
4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);

Line 4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');

4541:
4542: --
4543: IF l_debug_on THEN
4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );
4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);
4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);
4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);
4549: END IF;

Line 4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);

4542: --
4543: IF l_debug_on THEN
4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );
4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);
4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);
4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);
4549: END IF;
4550: --

Line 4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);

4543: IF l_debug_on THEN
4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );
4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);
4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);
4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);
4549: END IF;
4550: --
4551:

Line 4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);

4544: WSH_DEBUG_SV.logmsg(l_module_name, 'Site Use Ids' );
4545: WSH_DEBUG_SV.logmsg(l_module_name, '==============');
4546: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Site Id', p_del_interface_rec.ship_to_address_id);
4547: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Site Id', p_del_interface_rec.invoice_to_address_id);
4548: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Site Id', p_del_interface_rec.deliver_to_address_id);
4549: END IF;
4550: --
4551:
4552: -- Ship-To-Contact

Line 4567: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact Ship-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);

4563: p_del_interface_rec.ship_to_contact_name is not null )
4564: THEN -- {
4565: --
4566: IF l_debug_on THEN
4567: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact Ship-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);
4568: END IF;
4569: --
4570: l_ship_to_contact :=
4571: OE_Value_To_Id.Sold_To_Contact (

Line 4577: WSH_DEBUG_SV.logmsg(l_module_name, 'ShipTo Contact => ' || l_ship_to_contact ||

4573: p_sold_to_org_id => p_del_interface_rec.ship_to_customer_id );
4574:
4575: --
4576: IF l_debug_on THEN
4577: WSH_DEBUG_SV.logmsg(l_module_name, 'ShipTo Contact => ' || l_ship_to_contact ||
4578: ', Order Header ShipTo Contact => ' || p_om_header_rec.ship_to_contact_id);
4579: END IF;
4580: --
4581:

Line 4625: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact Invoice-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);

4621: p_om_header_rec.invoice_to_contact_changed = FALSE )
4622: THEN -- {
4623: --
4624: IF l_debug_on THEN
4625: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact Invoice-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);
4626: END IF;
4627: --
4628: l_invoice_to_contact :=
4629: OE_Value_To_Id.Sold_To_Contact (

Line 4635: WSH_DEBUG_SV.logmsg(l_module_name, 'InvoiceTo Contact => ' || l_invoice_to_contact ||

4631: p_sold_to_org_id => p_del_interface_rec.invoice_to_customer_id );
4632:
4633: --
4634: IF l_debug_on THEN
4635: WSH_DEBUG_SV.logmsg(l_module_name, 'InvoiceTo Contact => ' || l_invoice_to_contact ||
4636: ', Order Header InvoiceTo Contact => ' || p_om_header_rec.invoice_to_contact_id);
4637: END IF;
4638: --
4639:

Line 4691: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact for Deliver-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);

4687: p_om_header_rec.deliver_to_contact_changed = FALSE )
4688: THEN -- {
4689: --
4690: IF l_debug_on THEN
4691: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Contact for Deliver-To-Contact', WSH_DEBUG_SV.C_PROC_LEVEL);
4692: END IF;
4693: --
4694: l_deliver_to_contact :=
4695: OE_Value_To_Id.Sold_To_Contact (

Line 4701: WSH_DEBUG_SV.logmsg(l_module_name, 'DeliverTo Contact => ' || l_deliver_to_contact ||

4697: p_sold_to_org_id => p_del_interface_rec.deliver_to_customer_id );
4698:
4699: --
4700: IF l_debug_on THEN
4701: WSH_DEBUG_SV.logmsg(l_module_name, 'DeliverTo Contact => ' || l_deliver_to_contact ||
4702: ', Order Header DeliverTo Contact => ' || p_om_header_rec.deliver_to_contact_id);
4703: END IF;
4704: --
4705:

Line 4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );

4720: END IF; -- } Deliver-To-Contact
4721:
4722: --
4723: IF l_debug_on THEN
4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );
4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');
4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);
4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);
4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);

Line 4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');

4721:
4722: --
4723: IF l_debug_on THEN
4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );
4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');
4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);
4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);
4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);
4729: END IF;

Line 4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);

4722: --
4723: IF l_debug_on THEN
4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );
4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');
4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);
4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);
4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);
4729: END IF;
4730: --

Line 4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);

4723: IF l_debug_on THEN
4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );
4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');
4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);
4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);
4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);
4729: END IF;
4730: --
4731:

Line 4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);

4724: WSH_DEBUG_SV.logmsg(l_module_name, 'Contact Ids' );
4725: WSH_DEBUG_SV.logmsg(l_module_name, '============');
4726: WSH_DEBUG_SV.log(l_module_name, 'ShipTo Contact', p_del_interface_rec.ship_to_contact_id);
4727: WSH_DEBUG_SV.log(l_module_name, 'InvoiceTo Contact', p_del_interface_rec.invoice_to_contact_id);
4728: WSH_DEBUG_SV.log(l_module_name, 'DeliverTo Contact', p_del_interface_rec.deliver_to_contact_id);
4729: END IF;
4730: --
4731:
4732: IF ( nvl(p_om_header_rec.shipping_method_code, FND_API.G_MISS_CHAR ) <>

Line 4752: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed:');

4748: END IF;
4749:
4750: --
4751: IF l_debug_on THEN
4752: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed:');
4753: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');
4754: IF p_om_header_rec.ship_to_changed THEN
4755: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id
4756: || ', New ShipTo Site => ' || p_del_interface_rec.ship_to_address_id

Line 4753: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');

4749:
4750: --
4751: IF l_debug_on THEN
4752: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed:');
4753: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');
4754: IF p_om_header_rec.ship_to_changed THEN
4755: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id
4756: || ', New ShipTo Site => ' || p_del_interface_rec.ship_to_address_id
4757: || ', New ShipTo Address1 => ' || p_del_interface_rec.ship_to_address1 );

Line 4755: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id

4751: IF l_debug_on THEN
4752: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed:');
4753: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');
4754: IF p_om_header_rec.ship_to_changed THEN
4755: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header ShipTo Site => ' || p_om_header_rec.ship_to_org_id
4756: || ', New ShipTo Site => ' || p_del_interface_rec.ship_to_address_id
4757: || ', New ShipTo Address1 => ' || p_del_interface_rec.ship_to_address1 );
4758: END IF;
4759:

Line 4761: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header InvoiceTo Site => ' || p_om_header_rec.invoice_to_org_id

4757: || ', New ShipTo Address1 => ' || p_del_interface_rec.ship_to_address1 );
4758: END IF;
4759:
4760: IF p_om_header_rec.invoice_to_changed THEN
4761: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header InvoiceTo Site => ' || p_om_header_rec.invoice_to_org_id
4762: || ', New InvoiceTo Site => ' || p_del_interface_rec.invoice_to_address_id
4763: || ', New InvoiceTo Address1 => ' || p_del_interface_rec.invoice_to_address1 );
4764: END IF;
4765:

Line 4767: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header DeliverTo Site => ' || p_om_header_rec.deliver_to_org_id

4763: || ', New InvoiceTo Address1 => ' || p_del_interface_rec.invoice_to_address1 );
4764: END IF;
4765:
4766: IF p_om_header_rec.deliver_to_changed THEN
4767: WSH_DEBUG_SV.logmsg(l_module_name, 'CHANGED: Order Header DeliverTo Site => ' || p_om_header_rec.deliver_to_org_id
4768: || ', New DeliverTo Site => ' || p_del_interface_rec.deliver_to_address_id
4769: || ', New DeliverTo Address1 => ' || p_del_interface_rec.deliver_to_address1 );
4770: END IF;
4771:

Line 4773: WSH_DEBUG_SV.logmsg(l_module_name,

4769: || ', New DeliverTo Address1 => ' || p_del_interface_rec.deliver_to_address1 );
4770: END IF;
4771:
4772: IF p_om_header_rec.ship_to_contact_changed THEN
4773: WSH_DEBUG_SV.logmsg(l_module_name,
4774: 'Changed: New ShipTo Contact => ' || p_del_interface_rec.ship_to_contact_id ||
4775: ', New ShipTo Contact Name => ' || p_del_interface_rec.ship_to_contact_name ||
4776: ', Order Header ShipTo Contact => ' || p_om_header_rec.ship_to_contact_id );
4777: END IF;

Line 4780: WSH_DEBUG_SV.logmsg(l_module_name,

4776: ', Order Header ShipTo Contact => ' || p_om_header_rec.ship_to_contact_id );
4777: END IF;
4778:
4779: IF p_om_header_rec.invoice_to_contact_changed THEN
4780: WSH_DEBUG_SV.logmsg(l_module_name,
4781: 'Changed: New InvoiceTo Contact => ' || p_del_interface_rec.invoice_to_contact_id ||
4782: ', New InvoiceTo Contact Name => ' || p_del_interface_rec.invoice_to_contact_name ||
4783: ', Order Header InvoiceTo Contact => ' || p_om_header_rec.invoice_to_contact_id );
4784: END IF;

Line 4787: WSH_DEBUG_SV.logmsg(l_module_name,

4783: ', Order Header InvoiceTo Contact => ' || p_om_header_rec.invoice_to_contact_id );
4784: END IF;
4785:
4786: IF p_om_header_rec.deliver_to_contact_changed THEN
4787: WSH_DEBUG_SV.logmsg(l_module_name,
4788: 'Changed: DeliverTo Contact => ' || p_del_interface_rec.deliver_to_contact_id ||
4789: ', New DeliverTo Contact Name => ' || p_del_interface_rec.deliver_to_contact_name ||
4790: ', Order Header DeliverTo Contact => ' || p_om_header_rec.deliver_to_contact_id );
4791: END IF;

Line 4794: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header Ship_Method_Code => ' || p_om_header_rec.shipping_method_code

4790: ', Order Header DeliverTo Contact => ' || p_om_header_rec.deliver_to_contact_id );
4791: END IF;
4792:
4793: IF p_om_header_rec.shipping_method_changed THEN
4794: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header Ship_Method_Code => ' || p_om_header_rec.shipping_method_code
4795: || ', New Ship_Method_Code => ' || p_del_interface_rec.ship_method_code);
4796: END IF;
4797:
4798: IF p_om_header_rec.freight_terms_changed THEN

Line 4799: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header Freight_Terms => ' || p_om_header_rec.freight_terms_code

4795: || ', New Ship_Method_Code => ' || p_del_interface_rec.ship_method_code);
4796: END IF;
4797:
4798: IF p_om_header_rec.freight_terms_changed THEN
4799: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header Freight_Terms => ' || p_om_header_rec.freight_terms_code
4800: || ', New Freight_Terms => ' || p_del_interface_rec.freight_terms_code);
4801: END IF;
4802:
4803: IF p_om_header_rec.fob_point_changed THEN

Line 4804: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header FOB_Code => ' || p_om_header_rec.fob_point_code

4800: || ', New Freight_Terms => ' || p_del_interface_rec.freight_terms_code);
4801: END IF;
4802:
4803: IF p_om_header_rec.fob_point_changed THEN
4804: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header FOB_Code => ' || p_om_header_rec.fob_point_code
4805: || ', New FOB_Code => ' || p_del_interface_rec.fob_code);
4806: END IF;
4807: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');
4808: END IF;

Line 4807: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');

4803: IF p_om_header_rec.fob_point_changed THEN
4804: WSH_DEBUG_SV.logmsg(l_module_name, 'Changed: Order Header FOB_Code => ' || p_om_header_rec.fob_point_code
4805: || ', New FOB_Code => ' || p_del_interface_rec.fob_code);
4806: END IF;
4807: WSH_DEBUG_SV.logmsg(l_module_name, '===========================');
4808: END IF;
4809: --
4810:
4811: IF ( p_om_header_rec.ship_to_changed or

Line 4827: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is TRUE');

4823: --
4824:
4825: IF l_debug_on THEN
4826: IF p_om_header_rec.header_attributes_changed THEN
4827: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is TRUE');
4828: ELSE
4829: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is FALSE');
4830: END IF;
4831: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);

Line 4829: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is FALSE');

4825: IF l_debug_on THEN
4826: IF p_om_header_rec.header_attributes_changed THEN
4827: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is TRUE');
4828: ELSE
4829: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is FALSE');
4830: END IF;
4831: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
4832: WSH_DEBUG_SV.pop(l_module_name);
4833: END IF;

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

4827: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is TRUE');
4828: ELSE
4829: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is FALSE');
4830: END IF;
4831: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
4832: WSH_DEBUG_SV.pop(l_module_name);
4833: END IF;
4834: --
4835: EXCEPTION

Line 4832: WSH_DEBUG_SV.pop(l_module_name);

4828: ELSE
4829: WSH_DEBUG_SV.logmsg(l_module_name, 'p_om_header_rec.header_attributes_changed is FALSE');
4830: END IF;
4831: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
4832: WSH_DEBUG_SV.pop(l_module_name);
4833: END IF;
4834: --
4835: EXCEPTION
4836: WHEN OTHERS THEN

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

4837: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
4838: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Check_Header_Attr_Changed');
4839: --
4840: IF l_debug_on THEN
4841: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
4842: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
4843: END IF;
4844: --
4845: END Check_Header_Attr_Changed;

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

4838: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Check_Header_Attr_Changed');
4839: --
4840: IF l_debug_on THEN
4841: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
4842: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
4843: END IF;
4844: --
4845: END Check_Header_Attr_Changed;
4846: --

Line 4882: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

4878: --
4879: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
4880: --
4881: IF l_debug_on IS NULL THEN
4882: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4883: END IF;
4884: --
4885: IF l_debug_on THEN
4886: WSH_DEBUG_SV.push(l_module_name);

Line 4886: WSH_DEBUG_SV.push(l_module_name);

4882: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
4883: END IF;
4884: --
4885: IF l_debug_on THEN
4886: WSH_DEBUG_SV.push(l_module_name);
4887: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
4888: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
4889: END IF;
4890: --

Line 4887: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);

4883: END IF;
4884: --
4885: IF l_debug_on THEN
4886: WSH_DEBUG_SV.push(l_module_name);
4887: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
4888: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
4889: END IF;
4890: --
4891: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 4888: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);

4884: --
4885: IF l_debug_on THEN
4886: WSH_DEBUG_SV.push(l_module_name);
4887: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
4888: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
4889: END IF;
4890: --
4891: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
4892:

Line 4896: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Sold-To-Customer Information');

4892:
4893: -- Always pass SOLD-TO CUSTOMER DETAILS
4894: --
4895: IF l_debug_on THEN
4896: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Sold-To-Customer Information');
4897: END IF;
4898: --
4899: l_index := x_customer_info.count + 1;
4900: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 4924: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To-Customer Information');

4920: )
4921: THEN -- {
4922: --
4923: IF l_debug_on THEN
4924: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To-Customer Information');
4925: END IF;
4926: --
4927: l_index := x_customer_info.count + 1;
4928: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 4953: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To-Customer Information');

4949: )
4950: THEN -- {
4951: --
4952: IF l_debug_on THEN
4953: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To-Customer Information');
4954: END IF;
4955: --
4956: l_index := x_customer_info.count + 1;
4957: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 4984: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To-Customer Information');

4980: ) )
4981: THEN -- {
4982: --
4983: IF l_debug_on THEN
4984: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To-Customer Information');
4985: END IF;
4986: --
4987: l_index := x_customer_info.count + 1;
4988: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5009: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To-Address Information');

5005: p_om_header_rec.ship_to_changed ) )
5006: THEN -- {
5007: --
5008: IF l_debug_on THEN
5009: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To-Address Information');
5010: END IF;
5011: --
5012: l_index := x_customer_info.count + 1;
5013: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5041: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To-Address Information');

5037: p_om_header_rec.invoice_to_changed ) )
5038: THEN -- {
5039: --
5040: IF l_debug_on THEN
5041: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To-Address Information');
5042: END IF;
5043: --
5044: l_index := x_customer_info.count + 1;
5045: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5076: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To-Address Information');

5072: p_del_interface_rec.deliver_to_address1 is not null ) )
5073: THEN -- {
5074: --
5075: IF l_debug_on THEN
5076: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To-Address Information');
5077: END IF;
5078: --
5079: l_index := x_customer_info.count + 1;
5080: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5117: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To Contact Information');

5113: )
5114: THEN -- {
5115: --
5116: IF l_debug_on THEN
5117: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Ship-To Contact Information');
5118: END IF;
5119: --
5120: l_index := x_customer_info.count + 1;
5121: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5155: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To Contact Information');

5151: )
5152: THEN -- {
5153: --
5154: IF l_debug_on THEN
5155: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Invoice-To Contact Information');
5156: END IF;
5157: --
5158: l_index := x_customer_info.count + 1;
5159: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5193: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To Contact Information');

5189: )
5190: THEN -- {
5191: --
5192: IF l_debug_on THEN
5193: WSH_DEBUG_SV.logmsg(l_module_name, 'Adding Deliver-To Contact Information');
5194: END IF;
5195: --
5196: l_index := x_customer_info.count + 1;
5197: x_customer_info(l_index) := OE_ORDER_PUB.G_MISS_CUSTOMER_INFO_REC;

Line 5327: WSH_DEBUG_SV.log(l_module_name, 'x_customer_info count', x_customer_info.count);

5323: END IF; -- }
5324:
5325: --
5326: IF l_debug_on THEN
5327: WSH_DEBUG_SV.log(l_module_name, 'x_customer_info count', x_customer_info.count);
5328: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
5329: WSH_DEBUG_SV.pop(l_module_name);
5330: END IF;
5331: --

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

5324:
5325: --
5326: IF l_debug_on THEN
5327: WSH_DEBUG_SV.log(l_module_name, 'x_customer_info count', x_customer_info.count);
5328: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
5329: WSH_DEBUG_SV.pop(l_module_name);
5330: END IF;
5331: --
5332: EXCEPTION

Line 5329: WSH_DEBUG_SV.pop(l_module_name);

5325: --
5326: IF l_debug_on THEN
5327: WSH_DEBUG_SV.log(l_module_name, 'x_customer_info count', x_customer_info.count);
5328: WSH_DEBUG_SV.log(l_module_name, 'Return Status', x_return_status);
5329: WSH_DEBUG_SV.pop(l_module_name);
5330: END IF;
5331: --
5332: EXCEPTION
5333: WHEN OTHERS THEN

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

5334: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
5335: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_OM_Common_Attr');
5336: --
5337: IF l_debug_on THEN
5338: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5339: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5340: END IF;
5341: --
5342: END Populate_OM_Common_Attr;

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

5335: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_OM_Common_Attr');
5336: --
5337: IF l_debug_on THEN
5338: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5339: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5340: END IF;
5341: --
5342: END Populate_OM_Common_Attr;
5343: --

Line 5383: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

5379: --
5380: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
5381: --
5382: IF l_debug_on IS NULL THEN
5383: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5384: END IF;
5385: --
5386: IF l_debug_on THEN
5387: WSH_DEBUG_SV.push(l_module_name);

Line 5387: WSH_DEBUG_SV.push(l_module_name);

5383: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5384: END IF;
5385: --
5386: IF l_debug_on THEN
5387: WSH_DEBUG_SV.push(l_module_name);
5388: WSH_DEBUG_SV.log(l_module_name, 'p_action_type', p_action_type);
5389: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
5390: END IF;
5391: --

Line 5388: WSH_DEBUG_SV.log(l_module_name, 'p_action_type', p_action_type);

5384: END IF;
5385: --
5386: IF l_debug_on THEN
5387: WSH_DEBUG_SV.push(l_module_name);
5388: WSH_DEBUG_SV.log(l_module_name, 'p_action_type', p_action_type);
5389: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
5390: END IF;
5391: --
5392: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 5389: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);

5385: --
5386: IF l_debug_on THEN
5387: WSH_DEBUG_SV.push(l_module_name);
5388: WSH_DEBUG_SV.log(l_module_name, 'p_action_type', p_action_type);
5389: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec.header_id', p_om_header_rec.header_id);
5390: END IF;
5391: --
5392: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
5393:

Line 5437: WSH_DEBUG_SV.log(l_module_name, 'x_header_rec.order_source_id', x_header_rec.order_source_id);

5433: OPEN c_get_source_id(p_del_interface_rec.client_code);
5434: FETCH c_get_source_id INTO x_header_rec.order_source_id;
5435: CLOSE c_get_source_id;
5436: IF l_debug_on THEN
5437: WSH_DEBUG_SV.log(l_module_name, 'x_header_rec.order_source_id', x_header_rec.order_source_id);
5438: END IF;
5439: IF (x_header_rec.order_source_id IS NULL OR x_header_rec.order_source_id = FND_API.G_MISS_NUM ) THEN
5440: --{
5441: FND_MESSAGE.Set_Name('WSH', 'WSH_OI_INVALID_ATTRIBUTE');

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

5442: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','ORDER_SOURCE');
5443: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5444: WSH_UTIL_CORE.Add_Message(x_return_status, l_module_name );
5445: IF l_debug_on THEN
5446: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5447: WSH_DEBUG_SV.pop(l_module_name);
5448: END IF;
5449: --}
5450: END IF;

Line 5447: WSH_DEBUG_SV.pop(l_module_name);

5443: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5444: WSH_UTIL_CORE.Add_Message(x_return_status, l_module_name );
5445: IF l_debug_on THEN
5446: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5447: WSH_DEBUG_SV.pop(l_module_name);
5448: END IF;
5449: --}
5450: END IF;
5451: --}

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

5469: END IF; -- }
5470:
5471: --
5472: IF l_debug_on THEN
5473: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5474: WSH_DEBUG_SV.pop(l_module_name);
5475: END IF;
5476: --
5477: EXCEPTION

Line 5474: WSH_DEBUG_SV.pop(l_module_name);

5470:
5471: --
5472: IF l_debug_on THEN
5473: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5474: WSH_DEBUG_SV.pop(l_module_name);
5475: END IF;
5476: --
5477: EXCEPTION
5478: WHEN OTHERS THEN

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

5479: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
5480: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Header_Rec');
5481: --
5482: IF l_debug_on THEN
5483: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5484: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5485: END IF;
5486: --
5487: END Populate_Header_Rec;

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

5480: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Header_Rec');
5481: --
5482: IF l_debug_on THEN
5483: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5484: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5485: END IF;
5486: --
5487: END Populate_Header_Rec;
5488: --

Line 5527: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

5523: --
5524: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
5525: --
5526: IF l_debug_on IS NULL THEN
5527: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5528: END IF;
5529: --
5530: IF l_debug_on THEN
5531: WSH_DEBUG_SV.push(l_module_name);

Line 5531: WSH_DEBUG_SV.push(l_module_name);

5527: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5528: END IF;
5529: --
5530: IF l_debug_on THEN
5531: WSH_DEBUG_SV.push(l_module_name);
5532: WSH_DEBUG_SV.logmsg(l_module_name, 'SoldTo Partner Name => ' || x_del_interface_rec.customer_name
5533: || ', ' || 'ShipTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5534: || ', ' || 'InvoiceTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5535: || ', ' || 'ShipTo Partner Address1 => ' || x_del_interface_rec.ship_to_address1

Line 5532: WSH_DEBUG_SV.logmsg(l_module_name, 'SoldTo Partner Name => ' || x_del_interface_rec.customer_name

5528: END IF;
5529: --
5530: IF l_debug_on THEN
5531: WSH_DEBUG_SV.push(l_module_name);
5532: WSH_DEBUG_SV.logmsg(l_module_name, 'SoldTo Partner Name => ' || x_del_interface_rec.customer_name
5533: || ', ' || 'ShipTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5534: || ', ' || 'InvoiceTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5535: || ', ' || 'ShipTo Partner Address1 => ' || x_del_interface_rec.ship_to_address1
5536: || ', ' || 'InvoiceTo Partner Address1 => ' || x_del_interface_rec.invoice_to_address1 );

Line 5537: WSH_DEBUG_SV.logmsg(l_module_name, 'Ids: SoldTo Partner => ' || x_del_interface_rec.customer_id

5533: || ', ' || 'ShipTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5534: || ', ' || 'InvoiceTo Partner Name => ' || x_del_interface_rec.ship_to_customer_name
5535: || ', ' || 'ShipTo Partner Address1 => ' || x_del_interface_rec.ship_to_address1
5536: || ', ' || 'InvoiceTo Partner Address1 => ' || x_del_interface_rec.invoice_to_address1 );
5537: WSH_DEBUG_SV.logmsg(l_module_name, 'Ids: SoldTo Partner => ' || x_del_interface_rec.customer_id
5538: || ', ' || 'ShipTo Partner => ' || x_del_interface_rec.ship_to_customer_id
5539: || ', ' || 'InvoiceTo Partner => ' || x_del_interface_rec.ship_to_customer_id
5540: || ', ' || 'ShipTo Partner Address => ' || x_del_interface_rec.ship_to_address_id
5541: || ', ' || 'InvoiceTo Partner Address => ' || x_del_interface_rec.invoice_to_address_id );

Line 5605: WSH_DEBUG_SV.log(l_module_name, 'Error: Missing Attributes', l_missing_attr);

5601:
5602: IF l_temp_status = WSH_UTIL_CORE.G_RET_STS_ERROR THEN
5603: --
5604: IF l_debug_on THEN
5605: WSH_DEBUG_SV.log(l_module_name, 'Error: Missing Attributes', l_missing_attr);
5606: END IF;
5607: --
5608: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ATTR_MANDATORY');
5609: FND_MESSAGE.Set_Token('ATTRIBUTE', l_missing_attr);

Line 5623: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: DeliverTo Partner Address is populated without DeliverTo Partner detail');

5619: x_del_interface_rec.deliver_to_address1 is not null
5620: THEN
5621: --
5622: IF l_debug_on THEN
5623: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: DeliverTo Partner Address is populated without DeliverTo Partner detail');
5624: END IF;
5625: --
5626: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5627: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_INVALID_DELIVER_INFO');

Line 5645: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: DeliverTo Partner Contact is populated without DeliverTo Partner detail');

5641: x_del_interface_rec.deliver_to_contact_name is not null
5642: THEN
5643: --
5644: IF l_debug_on THEN
5645: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: DeliverTo Partner Contact is populated without DeliverTo Partner detail');
5646: END IF;
5647: --
5648: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5649: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_INVALID_DELIVER_INFO');

Line 5658: wsh_debug_sv.logmsg(l_module_name, 'Carrier Id: '||x_del_interface_rec.carrier_id||' Carrier Code: '||x_del_interface_rec.carrier_code);

5654: END IF;
5655:
5656: -- Validate Carrier Id or Carrier Code
5657: IF l_debug_on THEN
5658: wsh_debug_sv.logmsg(l_module_name, 'Carrier Id: '||x_del_interface_rec.carrier_id||' Carrier Code: '||x_del_interface_rec.carrier_code);
5659: END IF;
5660:
5661: BEGIN
5662: IF x_del_interface_rec.carrier_id is not null

Line 5684: wsh_debug_sv.logmsg(l_module_name, 'Calling api Validate_Ship_Method', WSH_DEBUG_SV.C_PROC_LEVEL);

5680: x_del_interface_rec.mode_of_transport is not null )
5681: THEN
5682: --
5683: IF l_debug_on THEN
5684: wsh_debug_sv.logmsg(l_module_name, 'Calling api Validate_Ship_Method', WSH_DEBUG_SV.C_PROC_LEVEL);
5685: END IF;
5686: --
5687: Validate_Ship_Method(
5688: p_carrier_code => l_carrier_code,

Line 5698: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Ship_Method', WSH_DEBUG_SV.C_ERR_LEVEL);

5694:
5695: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
5696: --
5697: IF l_debug_on THEN
5698: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Ship_Method', WSH_DEBUG_SV.C_ERR_LEVEL);
5699: END IF;
5700: --
5701: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5702: END IF;

Line 5712: wsh_debug_sv.logmsg(l_module_name, 'Error: Ship Method information is incomplete');

5708: x_del_interface_rec.mode_of_transport is null ) )
5709: THEN
5710: --
5711: IF l_debug_on THEN
5712: wsh_debug_sv.logmsg(l_module_name, 'Error: Ship Method information is incomplete');
5713: END IF;
5714: --
5715: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5716: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_INCOMPLETE_SM');

Line 5727: wsh_debug_sv.logmsg(l_module_name, 'Error: Carrier not found');

5723: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5724: WSH_UTIL_CORE.Add_Message(l_temp_status, l_module_name);
5725: --
5726: IF l_debug_on THEN
5727: wsh_debug_sv.logmsg(l_module_name, 'Error: Carrier not found');
5728: END IF;
5729: --
5730: END;
5731:

Line 5738: wsh_debug_sv.logmsg(l_module_name, 'Calling api Check_Header_Attr_Changed', WSH_DEBUG_SV.C_PROC_LEVEL);

5734: -- if not then validate it.
5735: IF l_header_id is not null and l_call_attr_changed THEN
5736: --
5737: IF l_debug_on THEN
5738: wsh_debug_sv.logmsg(l_module_name, 'Calling api Check_Header_Attr_Changed', WSH_DEBUG_SV.C_PROC_LEVEL);
5739: END IF;
5740: --
5741: Check_Header_Attr_Changed(
5742: p_del_interface_rec => x_del_interface_rec,

Line 5749: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Check_Header_Attr_Changed', WSH_DEBUG_SV.C_ERR_LEVEL);

5745:
5746: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
5747: --
5748: IF l_debug_on THEN
5749: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Check_Header_Attr_Changed', WSH_DEBUG_SV.C_ERR_LEVEL);
5750: END IF;
5751: --
5752: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
5753: ELSIF ( p_om_header_rec.header_attributes_changed )

Line 5757: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed, Check if there exists any Shipped delivery lines');

5753: ELSIF ( p_om_header_rec.header_attributes_changed )
5754: THEN
5755: --
5756: IF l_debug_on THEN
5757: WSH_DEBUG_SV.logmsg(l_module_name, 'Header Attributes Changed, Check if there exists any Shipped delivery lines');
5758: END IF;
5759: --
5760:
5761: BEGIN

Line 5856: wsh_debug_sv.logmsg(l_module_name, 'Error: Header attributes cannot be changed');

5852: FND_MESSAGE.Set_Token('HEADER_ATTR', l_missing_attr);
5853: WSH_UTIL_CORE.Add_Message(l_temp_status, l_module_name);
5854: --
5855: IF l_debug_on THEN
5856: wsh_debug_sv.logmsg(l_module_name, 'Error: Header attributes cannot be changed');
5857: END IF;
5858: --
5859: END IF;
5860: END IF;

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

5865: END IF;
5866:
5867: --
5868: IF l_debug_on THEN
5869: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5870: WSH_DEBUG_SV.pop(l_module_name);
5871: END IF;
5872: --
5873: EXCEPTION

Line 5870: WSH_DEBUG_SV.pop(l_module_name);

5866:
5867: --
5868: IF l_debug_on THEN
5869: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
5870: WSH_DEBUG_SV.pop(l_module_name);
5871: END IF;
5872: --
5873: EXCEPTION
5874: WHEN OTHERS THEN

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

5875: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
5876: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Derive_Header_Rec');
5877: --
5878: IF l_debug_on THEN
5879: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5880: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5881: END IF;
5882: --
5883: END Derive_Header_Rec;

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

5876: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Derive_Header_Rec');
5877: --
5878: IF l_debug_on THEN
5879: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
5880: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
5881: END IF;
5882: --
5883: END Derive_Header_Rec;
5884: --

Line 5980: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

5976: --
5977: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
5978: --
5979: IF l_debug_on IS NULL THEN
5980: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5981: END IF;
5982: --
5983: IF l_debug_on THEN
5984: WSH_DEBUG_SV.push(l_module_name);

Line 5984: WSH_DEBUG_SV.push(l_module_name);

5980: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
5981: END IF;
5982: --
5983: IF l_debug_on THEN
5984: WSH_DEBUG_SV.push(l_module_name);
5985: WSH_DEBUG_SV.log(l_module_name, 'p_del_interface_rec.delivery_interface_id', p_del_interface_rec.delivery_interface_id);
5986: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id);
5987: END IF;
5988: --

Line 5985: WSH_DEBUG_SV.log(l_module_name, 'p_del_interface_rec.delivery_interface_id', p_del_interface_rec.delivery_interface_id);

5981: END IF;
5982: --
5983: IF l_debug_on THEN
5984: WSH_DEBUG_SV.push(l_module_name);
5985: WSH_DEBUG_SV.log(l_module_name, 'p_del_interface_rec.delivery_interface_id', p_del_interface_rec.delivery_interface_id);
5986: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id);
5987: END IF;
5988: --
5989:

Line 5986: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id);

5982: --
5983: IF l_debug_on THEN
5984: WSH_DEBUG_SV.push(l_module_name);
5985: WSH_DEBUG_SV.log(l_module_name, 'p_del_interface_rec.delivery_interface_id', p_del_interface_rec.delivery_interface_id);
5986: WSH_DEBUG_SV.log(l_module_name, 'p_header_id', p_header_id);
5987: END IF;
5988: --
5989:
5990: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 5998: WSH_DEBUG_SV.log(l_module_name, 'x_details_interface_rec_tab.count', x_details_interface_rec_tab.count);

5994: close c_del_details_interface_rec;
5995:
5996: --
5997: IF l_debug_on THEN
5998: WSH_DEBUG_SV.log(l_module_name, 'x_details_interface_rec_tab.count', x_details_interface_rec_tab.count);
5999: END IF;
6000: --
6001:
6002: IF x_details_interface_rec_tab.count > 0 THEN

Line 6010: WSH_DEBUG_SV.logmsg(l_module_name, 'Processing Line Number', x_details_interface_rec_tab(i).line_number);

6006: l_line_cnt := l_line_cnt + 1;
6007: l_temp_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
6008: --
6009: IF l_debug_on THEN
6010: WSH_DEBUG_SV.logmsg(l_module_name, 'Processing Line Number', x_details_interface_rec_tab(i).line_number);
6011: END IF;
6012: --
6013:
6014: IF (x_details_interface_rec_tab(i).line_number <= 0) OR

Line 6022: wsh_debug_sv.logmsg(l_module_name, 'Error: Line number should be positive integer');

6018: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6019: WSH_UTIL_CORE.Add_Message(l_temp_status, l_module_name );
6020: --
6021: IF l_debug_on THEN
6022: wsh_debug_sv.logmsg(l_module_name, 'Error: Line number should be positive integer');
6023: END IF;
6024: --
6025: goto loop_end;
6026: END IF;

Line 6032: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Check_Line_Exists', WSH_DEBUG_SV.C_PROC_LEVEL);

6028: IF p_header_id is not null -- {
6029: THEN
6030: --
6031: IF l_debug_on THEN
6032: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling Check_Line_Exists', WSH_DEBUG_SV.C_PROC_LEVEL);
6033: END IF;
6034: --
6035: Check_Line_Exists (
6036: p_header_id => p_header_id,

Line 6043: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Check_Line_Exists', l_return_status);

6039: x_return_status => l_return_status );
6040:
6041: --
6042: IF l_debug_on THEN
6043: WSH_DEBUG_SV.log(l_module_name, 'Return Status from Check_Line_Exists', l_return_status);
6044: END IF;
6045: --
6046:
6047: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN

Line 6050: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Check_Line_Exists', WSH_DEBUG_SV.C_ERR_LEVEL);

6046:
6047: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN
6048: --
6049: IF l_debug_on THEN
6050: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Check_Line_Exists', WSH_DEBUG_SV.C_ERR_LEVEL);
6051: END IF;
6052: --
6053: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6054: goto loop_end;

Line 6059: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Id => ' || x_om_line_tbl_type(i).line_id);

6055: END IF;
6056:
6057: --
6058: IF l_debug_on THEN
6059: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Id => ' || x_om_line_tbl_type(i).line_id);
6060: END IF;
6061: --
6062: x_details_interface_rec_tab(i).line_id := x_om_line_tbl_type(i).line_id;
6063:

Line 6067: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Line is already Closed');

6063:
6064: IF (x_om_line_tbl_type(i).open_flag = 'N') THEN
6065: --
6066: IF l_debug_on THEN
6067: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Line is already Closed');
6068: END IF;
6069: --
6070: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_LINE_CLOSED');
6071: FND_MESSAGE.Set_Token('LINE_NUMBER', x_details_interface_rec_tab(i).line_number);

Line 6082: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity is NULL');

6078: IF ( x_details_interface_rec_tab(i).requested_quantity IS NULL )
6079: THEN
6080: --
6081: IF l_debug_on THEN
6082: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity is NULL');
6083: END IF;
6084: --
6085: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ATTR_MANDATORY');
6086: FND_MESSAGE.Set_Token('ATTRIBUTE', 'ORDERED_QUANTITY');

Line 6094: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity cannot be Negative');

6090: ELSIF ( x_details_interface_rec_tab(i).requested_quantity < 0 )
6091: THEN
6092: --
6093: IF l_debug_on THEN
6094: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity cannot be Negative');
6095: END IF;
6096: --
6097: FND_MESSAGE.Set_Name('WSH', 'WSH_UI_NEGATIVE_QTY');
6098: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;

Line 6106: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity UOM is NULL');

6102: IF ( x_details_interface_rec_tab(i).requested_quantity_uom IS NULL )
6103: THEN
6104: --
6105: IF l_debug_on THEN
6106: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Requested Quantity UOM is NULL');
6107: END IF;
6108: --
6109: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_ATTR_MANDATORY');
6110: FND_MESSAGE.Set_Token('ATTRIBUTE', 'ORDERED_QUANTITY_UOM');

Line 6121: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Ship Tolerance Above('||x_details_interface_rec_tab(i).ship_tolerance_above||') Validation Failed');

6117: (trunc(x_details_interface_rec_tab(i).ship_tolerance_above) <> x_details_interface_rec_tab(i).ship_tolerance_above))
6118: THEN
6119: --
6120: IF l_debug_on THEN
6121: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Ship Tolerance Above('||x_details_interface_rec_tab(i).ship_tolerance_above||') Validation Failed');
6122: END IF;
6123: --
6124: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_POSITIVE_INTEGER');
6125: FND_MESSAGE.Set_Token('ATTRIBUTE', 'SHIP_TOLERANCE_ABOVE');

Line 6136: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Ship Tolerance Below('||x_details_interface_rec_tab(i).ship_tolerance_below||') Validation Failed');

6132: (trunc(x_details_interface_rec_tab(i).ship_tolerance_below) <> x_details_interface_rec_tab(i).ship_tolerance_below))
6133: THEN
6134: --
6135: IF l_debug_on THEN
6136: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Ship Tolerance Below('||x_details_interface_rec_tab(i).ship_tolerance_below||') Validation Failed');
6137: END IF;
6138: --
6139: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_POSITIVE_INTEGER');
6140: FND_MESSAGE.Set_Token('ATTRIBUTE', 'SHIP_TOLERANCE_BELOW');

Line 6151: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Inventory Item information is missing');

6147: x_details_interface_rec_tab(i).item_number is null )
6148: THEN
6149: --
6150: IF l_debug_on THEN
6151: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Inventory Item information is missing');
6152: END IF;
6153: --
6154: FND_MESSAGE.Set_Name('WSH', 'WSH_REQUIRED_FIELD_NULL');
6155: FND_MESSAGE.Set_Token('FIELD_NAME', 'ITEM_NUMBER OR ITEM_ID');

Line 6163: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Item', WSH_DEBUG_SV.C_PROC_LEVEL);

6159: THEN
6160: l_item_number := x_details_interface_rec_tab(i).item_number;
6161: --
6162: IF l_debug_on THEN
6163: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Item', WSH_DEBUG_SV.C_PROC_LEVEL);
6164: END IF;
6165: --
6166: WSH_UTIL_VALIDATE.Validate_Item(
6167: p_item_number => l_item_number,

Line 6177: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Item', WSH_DEBUG_SV.C_ERR_LEVEL);

6173:
6174: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN -- {
6175: --
6176: IF l_debug_on THEN
6177: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Item', WSH_DEBUG_SV.C_ERR_LEVEL);
6178: END IF;
6179: --
6180: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6181: END IF; --}

Line 6198: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

6194: -- Derive Customer Id, if its null
6195: IF l_customer_id is null THEN -- {
6196: --
6197: IF l_debug_on THEN
6198: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Sold_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
6199: END IF;
6200: --
6201: l_customer_id := OE_Value_To_Id.Sold_To_Org(
6202: p_sold_to_org => p_del_interface_rec.customer_name,

Line 6210: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer does not exist. So, Customer item is invalid');

6206: l_customer_id := null;
6207: --Check with klr for Error Message
6208: --
6209: IF l_debug_on THEN
6210: WSH_DEBUG_SV.logmsg(l_module_name, 'Customer does not exist. So, Customer item is invalid');
6211: END IF;
6212: --
6213: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6214: END IF;

Line 6225: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Ship_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

6221: p_del_interface_rec.ship_to_address1 is not null )
6222: THEN -- {
6223: --
6224: IF l_debug_on THEN
6225: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling OE_Value_To_Id.Ship_To_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
6226: END IF;
6227: --
6228: l_ship_to_org_id :=
6229: OE_Value_To_Id.Ship_To_Org(

Line 6248: WSH_DEBUG_SV.logmsg(l_module_name, 'Invalid Ship-To Information');

6244: THEN -- {
6245: l_ship_to_org_id := null;
6246: --
6247: IF l_debug_on THEN
6248: WSH_DEBUG_SV.logmsg(l_module_name, 'Invalid Ship-To Information');
6249: END IF;
6250: --
6251: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6252: END IF; -- }

Line 6269: WSH_DEBUG_SV.logmsg(l_module_name, 'No-Data-Found Exception for Customer Account Site');

6265: EXCEPTION
6266: WHEN NO_DATA_FOUND THEN
6267: --
6268: IF l_debug_on THEN
6269: WSH_DEBUG_SV.logmsg(l_module_name, 'No-Data-Found Exception for Customer Account Site');
6270: END IF;
6271: --
6272: END;
6273: END IF; -- }

Line 6280: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Customer_Item', WSH_DEBUG_SV.C_PROC_LEVEL);

6276: l_address_id is not null
6277: THEN -- {
6278: --
6279: IF l_debug_on THEN
6280: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Customer_Item', WSH_DEBUG_SV.C_PROC_LEVEL);
6281: END IF;
6282: --
6283: WSH_UTIL_VALIDATE.Validate_Customer_Item(
6284: p_item_number => x_details_interface_rec_tab(i).customer_item_number,

Line 6294: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Customer_Item', WSH_DEBUG_SV.C_ERR_LEVEL);

6290:
6291: IF l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS THEN -- {
6292: --
6293: IF l_debug_on THEN
6294: WSH_DEBUG_SV.logmsg(l_module_name, 'Error occured in Validate_Customer_Item', WSH_DEBUG_SV.C_ERR_LEVEL);
6295: END IF;
6296: --
6297: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6298: ELSE

Line 6319: WSH_DEBUG_SV.log(l_module_name, 'x_om_line_tbl_type.count', x_om_line_tbl_type.count);

6315: END IF;
6316:
6317: --
6318: IF l_debug_on THEN
6319: WSH_DEBUG_SV.log(l_module_name, 'x_om_line_tbl_type.count', x_om_line_tbl_type.count);
6320: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6321: WSH_DEBUG_SV.pop(l_module_name);
6322: END IF;
6323: --

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

6316:
6317: --
6318: IF l_debug_on THEN
6319: WSH_DEBUG_SV.log(l_module_name, 'x_om_line_tbl_type.count', x_om_line_tbl_type.count);
6320: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6321: WSH_DEBUG_SV.pop(l_module_name);
6322: END IF;
6323: --
6324:

Line 6321: WSH_DEBUG_SV.pop(l_module_name);

6317: --
6318: IF l_debug_on THEN
6319: WSH_DEBUG_SV.log(l_module_name, 'x_om_line_tbl_type.count', x_om_line_tbl_type.count);
6320: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6321: WSH_DEBUG_SV.pop(l_module_name);
6322: END IF;
6323: --
6324:
6325: EXCEPTION

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

6330: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6331: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Derive_Line_Rec');
6332: --
6333: IF l_debug_on THEN
6334: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6335: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6336: END IF;
6337: --
6338: END Derive_Line_Rec;

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

6331: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Derive_Line_Rec');
6332: --
6333: IF l_debug_on THEN
6334: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6335: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6336: END IF;
6337: --
6338: END Derive_Line_Rec;
6339: --

Line 6397: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

6393: --
6394: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
6395: --
6396: IF l_debug_on IS NULL THEN
6397: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6398: END IF;
6399: --
6400: IF l_debug_on THEN
6401: WSH_DEBUG_SV.push(l_module_name);

Line 6401: WSH_DEBUG_SV.push(l_module_name);

6397: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6398: END IF;
6399: --
6400: IF l_debug_on THEN
6401: WSH_DEBUG_SV.push(l_module_name);
6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);
6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);
6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);

Line 6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);

6398: END IF;
6399: --
6400: IF l_debug_on THEN
6401: WSH_DEBUG_SV.push(l_module_name);
6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);
6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);
6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);
6406: END IF;

Line 6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);

6399: --
6400: IF l_debug_on THEN
6401: WSH_DEBUG_SV.push(l_module_name);
6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);
6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);
6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);
6406: END IF;
6407: --

Line 6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);

6400: IF l_debug_on THEN
6401: WSH_DEBUG_SV.push(l_module_name);
6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);
6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);
6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);
6406: END IF;
6407: --
6408:

Line 6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);

6401: WSH_DEBUG_SV.push(l_module_name);
6402: WSH_DEBUG_SV.log(l_module_name, 'x_line_tbl.count', x_line_tbl.count);
6403: WSH_DEBUG_SV.log(l_module_name, 'p_om_header_rec_type.header_id', p_om_header_rec_type.header_id);
6404: WSH_DEBUG_SV.log(l_module_name, 'p_om_line_tbl_type.count', p_om_line_tbl_type.count);
6405: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_rec_tab.count', p_details_interface_rec_tab.count);
6406: END IF;
6407: --
6408:
6409: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 6422: WSH_DEBUG_SV.logmsg(l_module_name, 'Warning: Ordered Quantity is Zero and order line does not exist, so skipping interface record with line number '

6418: p_details_interface_rec_tab(i).requested_quantity = 0 )
6419: THEN
6420: --
6421: IF l_debug_on THEN
6422: WSH_DEBUG_SV.logmsg(l_module_name, 'Warning: Ordered Quantity is Zero and order line does not exist, so skipping interface record with line number '
6423: || p_details_interface_rec_tab(i).line_number );
6424: END IF;
6425: --
6426: goto zero_req_quantity;

Line 6606: WSH_DEBUG_SV.logmsg(l_module_name, 'Non-Interface details, Line Id => ' || l_non_interface_rec.line_id

6602: THEN -- { Non-Interface Order Lines
6603: FOR l_non_interface_rec in c_non_interface_order_lines
6604: LOOP
6605: IF l_debug_on THEN
6606: WSH_DEBUG_SV.logmsg(l_module_name, 'Non-Interface details, Line Id => ' || l_non_interface_rec.line_id
6607: || ', Line Number => ' || l_non_interface_rec.line_number );
6608: END IF;
6609: l_line_cnt := l_line_cnt + 1;
6610: x_line_tbl(l_line_cnt) := OE_ORDER_PUB.G_MISS_LINE_REC;

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

6620: END IF; -- } Non-Interface Order Lines
6621:
6622: --
6623: IF l_debug_on THEN
6624: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6625: WSH_DEBUG_SV.pop(l_module_name);
6626: END IF;
6627: --
6628: EXCEPTION

Line 6625: WSH_DEBUG_SV.pop(l_module_name);

6621:
6622: --
6623: IF l_debug_on THEN
6624: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6625: WSH_DEBUG_SV.pop(l_module_name);
6626: END IF;
6627: --
6628: EXCEPTION
6629: WHEN OTHERS THEN

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

6630: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6631: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Line_Records');
6632: --
6633: IF l_debug_on THEN
6634: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6635: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6636: END IF;
6637: --
6638: END Populate_Line_Records;

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

6631: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Line_Records');
6632: --
6633: IF l_debug_on THEN
6634: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6635: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6636: END IF;
6637: --
6638: END Populate_Line_Records;
6639: --

Line 6672: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

6668: --
6669: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
6670: --
6671: IF l_debug_on IS NULL THEN
6672: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6673: END IF;
6674: --
6675: IF l_debug_on THEN
6676: WSH_DEBUG_SV.push(l_module_name);

Line 6676: WSH_DEBUG_SV.push(l_module_name);

6672: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6673: END IF;
6674: --
6675: IF l_debug_on THEN
6676: WSH_DEBUG_SV.push(l_module_name);
6677: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6678: WSH_DEBUG_SV.log(l_module_name, 'p_org_code', p_org_code);
6679: END IF;
6680: --

Line 6677: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);

6673: END IF;
6674: --
6675: IF l_debug_on THEN
6676: WSH_DEBUG_SV.push(l_module_name);
6677: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6678: WSH_DEBUG_SV.log(l_module_name, 'p_org_code', p_org_code);
6679: END IF;
6680: --
6681:

Line 6678: WSH_DEBUG_SV.log(l_module_name, 'p_org_code', p_org_code);

6674: --
6675: IF l_debug_on THEN
6676: WSH_DEBUG_SV.push(l_module_name);
6677: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6678: WSH_DEBUG_SV.log(l_module_name, 'p_org_code', p_org_code);
6679: END IF;
6680: --
6681:
6682: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 6695: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Org', WSH_DEBUG_SV.C_PROC_LEVEL);

6691: END IF;
6692:
6693: --
6694: IF l_debug_on THEN
6695: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Org', WSH_DEBUG_SV.C_PROC_LEVEL);
6696: END IF;
6697: --
6698: WSH_UTIL_VALIDATE.Validate_Org (
6699: p_org_id => p_organization_id,

Line 6705: wsh_debug_sv.log(l_module_name, 'Return Status', l_return_status);

6701: x_return_status => l_return_status );
6702:
6703: --
6704: IF l_debug_on THEN
6705: wsh_debug_sv.log(l_module_name, 'Return Status', l_return_status);
6706: wsh_debug_sv.logmsg(l_module_name, 'Organization Id => ' || p_organization_id
6707: || ', Organization Code => ' || l_organization_code );
6708: END IF;
6709: --

Line 6706: wsh_debug_sv.logmsg(l_module_name, 'Organization Id => ' || p_organization_id

6702:
6703: --
6704: IF l_debug_on THEN
6705: wsh_debug_sv.log(l_module_name, 'Return Status', l_return_status);
6706: wsh_debug_sv.logmsg(l_module_name, 'Organization Id => ' || p_organization_id
6707: || ', Organization Code => ' || l_organization_code );
6708: END IF;
6709: --
6710:

Line 6715: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_SR_Organization', WSH_DEBUG_SV.C_PROC_LEVEL);

6711: IF ( l_return_status = WSH_UTIL_CORE.G_RET_STS_SUCCESS )
6712: THEN
6713: --
6714: IF l_debug_on THEN
6715: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_SR_Organization', WSH_DEBUG_SV.C_PROC_LEVEL);
6716: END IF;
6717: --
6718: WSH_UTIL_VALIDATE.Validate_SR_Organization(
6719: p_organization_id => p_organization_id,

Line 6724: wsh_debug_sv.log(l_module_name, 'Validate_SR_Organization Return Status', l_return_status);

6720: x_return_status => l_return_status );
6721:
6722: --
6723: IF l_debug_on THEN
6724: wsh_debug_sv.log(l_module_name, 'Validate_SR_Organization Return Status', l_return_status);
6725: END IF;
6726: --
6727:
6728: END IF;

Line 6736: wsh_debug_sv.logmsg(l_module_name, 'Error: Organization information is missing.');

6732: END IF;
6733: ELSE
6734: --
6735: IF l_debug_on THEN
6736: wsh_debug_sv.logmsg(l_module_name, 'Error: Organization information is missing.');
6737: END IF;
6738: --
6739: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
6740: FND_MESSAGE.Set_Name('WSH', 'WSH_REQUIRED_FIELD_NULL');

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

6743: END IF;
6744:
6745: --
6746: IF l_debug_on THEN
6747: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6748: WSH_DEBUG_SV.pop(l_module_name);
6749: END IF;
6750: --
6751: EXCEPTION

Line 6748: WSH_DEBUG_SV.pop(l_module_name);

6744:
6745: --
6746: IF l_debug_on THEN
6747: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6748: WSH_DEBUG_SV.pop(l_module_name);
6749: END IF;
6750: --
6751: EXCEPTION
6752: WHEN OTHERS THEN

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

6753: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6754: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Organization');
6755: --
6756: IF l_debug_on THEN
6757: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6758: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6759: END IF;
6760: --
6761: END Validate_Organization;

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

6754: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Organization');
6755: --
6756: IF l_debug_on THEN
6757: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6758: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6759: END IF;
6760: --
6761: END Validate_Organization;
6762: --

Line 6803: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

6799: --
6800: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
6801: --
6802: IF l_debug_on IS NULL THEN
6803: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6804: END IF;
6805: --
6806: IF l_debug_on THEN
6807: WSH_DEBUG_SV.push(l_module_name);

Line 6807: WSH_DEBUG_SV.push(l_module_name);

6803: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6804: END IF;
6805: --
6806: IF l_debug_on THEN
6807: WSH_DEBUG_SV.push(l_module_name);
6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);
6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);
6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);
6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);

Line 6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);

6804: END IF;
6805: --
6806: IF l_debug_on THEN
6807: WSH_DEBUG_SV.push(l_module_name);
6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);
6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);
6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);
6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6812: END IF;

Line 6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);

6805: --
6806: IF l_debug_on THEN
6807: WSH_DEBUG_SV.push(l_module_name);
6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);
6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);
6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);
6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6812: END IF;
6813: --

Line 6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);

6806: IF l_debug_on THEN
6807: WSH_DEBUG_SV.push(l_module_name);
6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);
6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);
6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);
6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6812: END IF;
6813: --
6814:

Line 6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);

6807: WSH_DEBUG_SV.push(l_module_name);
6808: WSH_DEBUG_SV.log(l_module_name, 'p_carrier_code', p_carrier_code);
6809: WSH_DEBUG_SV.log(l_module_name, 'p_service_level', p_service_level);
6810: WSH_DEBUG_SV.log(l_module_name, 'p_mode_of_transport', p_mode_of_transport);
6811: WSH_DEBUG_SV.log(l_module_name, 'p_organization_id', p_organization_id);
6812: END IF;
6813: --
6814:
6815: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 6819: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Lookup', WSH_DEBUG_SV.C_PROC_LEVEL);

6815: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
6816:
6817: --
6818: IF l_debug_on THEN
6819: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Lookup', WSH_DEBUG_SV.C_PROC_LEVEL);
6820: END IF;
6821: --
6822: l_service_level := p_service_level;
6823:

Line 6833: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Lookup(SL)', WSH_DEBUG_SV.C_ERR_LEVEL);

6829:
6830: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
6831: --
6832: IF l_debug_on THEN
6833: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Lookup(SL)', WSH_DEBUG_SV.C_ERR_LEVEL);
6834: END IF;
6835: --
6836: x_return_status := l_return_status;
6837: END IF;

Line 6841: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Lookup', WSH_DEBUG_SV.C_PROC_LEVEL);

6837: END IF;
6838:
6839: --
6840: IF l_debug_on THEN
6841: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Lookup', WSH_DEBUG_SV.C_PROC_LEVEL);
6842: END IF;
6843: --
6844:
6845: l_mode_of_transport := p_mode_of_transport;

Line 6856: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Lookup(MOT)', WSH_DEBUG_SV.C_ERR_LEVEL);

6852:
6853: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
6854: --
6855: IF l_debug_on THEN
6856: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Lookup(MOT)', WSH_DEBUG_SV.C_ERR_LEVEL);
6857: END IF;
6858: --
6859: x_return_status := l_return_status;
6860: END IF;

Line 6867: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Ship_Method', WSH_DEBUG_SV.C_PROC_LEVEL);

6863: p_organization_id is not null
6864: THEN
6865: --
6866: IF l_debug_on THEN
6867: wsh_debug_sv.logmsg(l_module_name, 'Calling api WSH_UTIL_VALIDATE.Validate_Ship_Method', WSH_DEBUG_SV.C_PROC_LEVEL);
6868: END IF;
6869: --
6870: WSH_UTIL_VALIDATE.Validate_Ship_Method(
6871: p_organization_id => p_organization_id,

Line 6881: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Ship_Method', WSH_DEBUG_SV.C_ERR_LEVEL);

6877:
6878: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS ) THEN
6879: --
6880: IF l_debug_on THEN
6881: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Ship_Method', WSH_DEBUG_SV.C_ERR_LEVEL);
6882: END IF;
6883: --
6884: x_return_status := l_return_status;
6885: END IF;

Line 6890: WSH_DEBUG_SV.logmsg(l_module_name, 'Ship Method is '||x_ship_method_code);

6886: END IF;
6887:
6888: --
6889: IF l_debug_on THEN
6890: WSH_DEBUG_SV.logmsg(l_module_name, 'Ship Method is '||x_ship_method_code);
6891: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6892: WSH_DEBUG_SV.pop(l_module_name);
6893: END IF;
6894: --

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

6887:
6888: --
6889: IF l_debug_on THEN
6890: WSH_DEBUG_SV.logmsg(l_module_name, 'Ship Method is '||x_ship_method_code);
6891: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6892: WSH_DEBUG_SV.pop(l_module_name);
6893: END IF;
6894: --
6895: EXCEPTION

Line 6892: WSH_DEBUG_SV.pop(l_module_name);

6888: --
6889: IF l_debug_on THEN
6890: WSH_DEBUG_SV.logmsg(l_module_name, 'Ship Method is '||x_ship_method_code);
6891: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6892: WSH_DEBUG_SV.pop(l_module_name);
6893: END IF;
6894: --
6895: EXCEPTION
6896: WHEN OTHERS THEN

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

6897: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6898: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Ship_Method');
6899: --
6900: IF l_debug_on THEN
6901: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6902: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6903: END IF;
6904: --
6905: END Validate_Ship_Method;

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

6898: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Ship_Method');
6899: --
6900: IF l_debug_on THEN
6901: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6902: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6903: END IF;
6904: --
6905: END Validate_Ship_Method;
6906: --

Line 6940: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

6936: --
6937: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
6938: --
6939: IF l_debug_on IS NULL THEN
6940: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6941: END IF;
6942: --
6943: IF l_debug_on THEN
6944: WSH_DEBUG_SV.push(l_module_name);

Line 6944: WSH_DEBUG_SV.push(l_module_name);

6940: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
6941: END IF;
6942: --
6943: IF l_debug_on THEN
6944: WSH_DEBUG_SV.push(l_module_name);
6945: WSH_DEBUG_SV.log(l_module_name, 'p_interface_id', p_interface_id);
6946: WSH_DEBUG_SV.log(l_module_name, 'p_interface_table_name', p_interface_table_name);
6947: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6948: END IF;

Line 6945: WSH_DEBUG_SV.log(l_module_name, 'p_interface_id', p_interface_id);

6941: END IF;
6942: --
6943: IF l_debug_on THEN
6944: WSH_DEBUG_SV.push(l_module_name);
6945: WSH_DEBUG_SV.log(l_module_name, 'p_interface_id', p_interface_id);
6946: WSH_DEBUG_SV.log(l_module_name, 'p_interface_table_name', p_interface_table_name);
6947: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6948: END IF;
6949: --

Line 6946: WSH_DEBUG_SV.log(l_module_name, 'p_interface_table_name', p_interface_table_name);

6942: --
6943: IF l_debug_on THEN
6944: WSH_DEBUG_SV.push(l_module_name);
6945: WSH_DEBUG_SV.log(l_module_name, 'p_interface_id', p_interface_id);
6946: WSH_DEBUG_SV.log(l_module_name, 'p_interface_table_name', p_interface_table_name);
6947: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6948: END IF;
6949: --
6950:

Line 6947: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);

6943: IF l_debug_on THEN
6944: WSH_DEBUG_SV.push(l_module_name);
6945: WSH_DEBUG_SV.log(l_module_name, 'p_interface_id', p_interface_id);
6946: WSH_DEBUG_SV.log(l_module_name, 'p_interface_table_name', p_interface_table_name);
6947: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6948: END IF;
6949: --
6950:
6951: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 6956: WSH_DEBUG_SV.log(l_module_name, 'FND_MSG_PUB.count_msg', l_msg_count);

6952: l_error_count := x_interface_errors_rec_tab.count;
6953: l_msg_count := FND_MSG_PUB.count_msg;
6954: --
6955: IF l_debug_on THEN
6956: WSH_DEBUG_SV.log(l_module_name, 'FND_MSG_PUB.count_msg', l_msg_count);
6957: END IF;
6958: --
6959:
6960: IF l_msg_count > 0 THEN

Line 6974: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);

6970: FND_MSG_PUB.initialize;
6971:
6972: --
6973: IF l_debug_on THEN
6974: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6975: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6976: WSH_DEBUG_SV.pop(l_module_name);
6977: END IF;
6978: --

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

6971:
6972: --
6973: IF l_debug_on THEN
6974: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6975: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6976: WSH_DEBUG_SV.pop(l_module_name);
6977: END IF;
6978: --
6979: EXCEPTION

Line 6976: WSH_DEBUG_SV.pop(l_module_name);

6972: --
6973: IF l_debug_on THEN
6974: WSH_DEBUG_SV.log(l_module_name, 'x_interface_errors_rec_tab.count', x_interface_errors_rec_tab.count);
6975: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
6976: WSH_DEBUG_SV.pop(l_module_name);
6977: END IF;
6978: --
6979: EXCEPTION
6980: WHEN OTHERS THEN

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

6981: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
6982: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Error_Records');
6983: --
6984: IF l_debug_on THEN
6985: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6986: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6987: END IF;
6988: --
6989: END Populate_Error_Records;

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

6982: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Populate_Error_Records');
6983: --
6984: IF l_debug_on THEN
6985: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
6986: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
6987: END IF;
6988: --
6989: END Populate_Error_Records;
6990: --

Line 7056: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

7052: --
7053: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
7054: --
7055: IF l_debug_on IS NULL THEN
7056: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
7057: END IF;
7058: --
7059: IF l_debug_on THEN
7060: WSH_DEBUG_SV.push(l_module_name);

Line 7060: WSH_DEBUG_SV.push(l_module_name);

7056: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
7057: END IF;
7058: --
7059: IF l_debug_on THEN
7060: WSH_DEBUG_SV.push(l_module_name);
7061: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_tab.count', p_details_interface_tab.count);
7062: END IF;
7063: --
7064:

Line 7061: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_tab.count', p_details_interface_tab.count);

7057: END IF;
7058: --
7059: IF l_debug_on THEN
7060: WSH_DEBUG_SV.push(l_module_name);
7061: WSH_DEBUG_SV.log(l_module_name, 'p_details_interface_tab.count', p_details_interface_tab.count);
7062: END IF;
7063: --
7064:
7065: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 7077: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_interface_id => ' || p_details_interface_tab(i).delivery_detail_interface_id

7073: p_details_interface_tab(i).schedule_date_changed := 'N';
7074:
7075: --
7076: IF l_debug_on THEN
7077: WSH_DEBUG_SV.logmsg(l_module_name, 'delivery_interface_id => ' || p_details_interface_tab(i).delivery_detail_interface_id
7078: || ', Line Id => ' || l_line_id );
7079: END IF;
7080: --
7081:

Line 7086: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Number ' || p_details_interface_tab(i).line_number

7082: -- No validation to be performed if line is cancelled
7083: IF p_details_interface_tab(i).requested_quantity = 0 THEN
7084: --
7085: IF l_debug_on THEN
7086: WSH_DEBUG_SV.logmsg(l_module_name, 'Line Number ' || p_details_interface_tab(i).line_number
7087: || ' is cancelled, so skipping complete interface detail validation......' );
7088: END IF;
7089: --
7090: goto end_loop;

Line 7103: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: For order line ' || l_line_id

7099: FETCH c_delivery_details_info into l_delivery_details_rec;
7100: IF c_delivery_details_info%NOTFOUND THEN
7101: --
7102: IF l_debug_on THEN
7103: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: For order line ' || l_line_id
7104: || ', delivery detail does not exist in WDD table' );
7105: END IF;
7106: --
7107: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;

Line 7151: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Schedule dates cannot be changed.');

7147:
7148: IF l_tmp is not null THEN
7149: --
7150: IF l_debug_on THEN
7151: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Schedule dates cannot be changed.');
7152: END IF;
7153: --
7154: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7155: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_REJ_SCH_DATE_CHANGE');

Line 7183: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Locator_Code', WSH_DEBUG_SV.C_PROC_LEVEL);

7179: p_details_interface_tab(i).locator_code is not null
7180: THEN
7181: --
7182: IF l_debug_on THEN
7183: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_UTIL_VALIDATE.Validate_Locator_Code', WSH_DEBUG_SV.C_PROC_LEVEL);
7184: END IF;
7185: --
7186: WSH_UTIL_VALIDATE.Validate_Locator_Code(
7187: p_locator_code => p_details_interface_tab(i).locator_code,

Line 7197: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Locator_Code', WSH_DEBUG_SV.C_ERR_LEVEL);

7193: p_details_interface_tab(i).locator_id is null
7194: THEN
7195: --
7196: IF l_debug_on THEN
7197: wsh_debug_sv.logmsg(l_module_name, 'Error occured in Validate_Locator_Code', WSH_DEBUG_SV.C_ERR_LEVEL);
7198: END IF;
7199: --
7200: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7201: goto end_loop;

Line 7233: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Inventory attributes cannot be changed.');

7229:
7230: IF l_tmp is not null THEN
7231: --
7232: IF l_debug_on THEN
7233: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Inventory attributes cannot be changed.');
7234: END IF;
7235: --
7236: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7237: FND_MESSAGE.Set_Name('WSH', 'WSH_STND_REJ_INV_CTRL_CHANGE');

Line 7251: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Revision', WSH_DEBUG_SV.C_PROC_LEVEL);

7247: p_details_interface_tab(i).revision is not null ) )
7248: THEN
7249: --
7250: IF l_debug_on THEN
7251: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Revision', WSH_DEBUG_SV.C_PROC_LEVEL);
7252: END IF;
7253: --
7254:
7255: WSH_DELIVERY_DETAILS_INV.Validate_Revision(

Line 7264: WSH_DEBUG_SV.log(l_module_name, 'Result after validate revision', l_inv_result);

7260: x_result => l_inv_result );
7261:
7262: --
7263: IF l_debug_on THEN
7264: WSH_DEBUG_SV.log(l_module_name, 'Result after validate revision', l_inv_result);
7265: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate revision', l_return_status);
7266: END IF;
7267: --
7268:

Line 7265: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate revision', l_return_status);

7261:
7262: --
7263: IF l_debug_on THEN
7264: WSH_DEBUG_SV.log(l_module_name, 'Result after validate revision', l_inv_result);
7265: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate revision', l_return_status);
7266: END IF;
7267: --
7268:
7269: IF NOT l_inv_result THEN

Line 7274: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Revision');

7270: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7271: WSH_UTIL_CORE.Add_Message(l_temp_status, 'WSH_INVALID_REVISION');
7272: --
7273: IF l_debug_on THEN
7274: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Revision');
7275: END IF;
7276: --
7277: END IF;
7278: END IF;

Line 7287: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Locator', WSH_DEBUG_SV.C_PROC_LEVEL);

7283: p_details_interface_tab(i).locator_id is not null ) )
7284: THEN
7285: --
7286: IF l_debug_on THEN
7287: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Locator', WSH_DEBUG_SV.C_PROC_LEVEL);
7288: END IF;
7289: --
7290:
7291: WSH_DELIVERY_DETAILS_INV.Validate_Locator(

Line 7301: WSH_DEBUG_SV.log(l_module_name, 'Result after validate locator', l_inv_result);

7297: x_result => l_inv_result );
7298:
7299: --
7300: IF l_debug_on THEN
7301: WSH_DEBUG_SV.log(l_module_name, 'Result after validate locator', l_inv_result);
7302: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate locator', l_return_status);
7303: END IF;
7304: --
7305:

Line 7302: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate locator', l_return_status);

7298:
7299: --
7300: IF l_debug_on THEN
7301: WSH_DEBUG_SV.log(l_module_name, 'Result after validate locator', l_inv_result);
7302: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate locator', l_return_status);
7303: END IF;
7304: --
7305:
7306: IF NOT l_inv_result THEN

Line 7311: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Locator');

7307: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7308: WSH_UTIL_CORE.Add_Message(l_temp_status, 'WSH_INVALID_LOCATOR');
7309: --
7310: IF l_debug_on THEN
7311: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Locator');
7312: END IF;
7313: --
7314: END IF;
7315: END IF;

Line 7327: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Lot_Number', WSH_DEBUG_SV.C_PROC_LEVEL);

7323: p_details_interface_tab(i).lot_number is not null ) )
7324: THEN
7325: --
7326: IF l_debug_on THEN
7327: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_DELIVERY_DETAILS_INV.Validate_Lot_Number', WSH_DEBUG_SV.C_PROC_LEVEL);
7328: END IF;
7329: --
7330:
7331: WSH_DELIVERY_DETAILS_INV.Validate_Lot_Number(

Line 7343: WSH_DEBUG_SV.log(l_module_name, 'Result after validate lot', l_inv_result);

7339: x_result => l_inv_result );
7340:
7341: --
7342: IF l_debug_on THEN
7343: WSH_DEBUG_SV.log(l_module_name, 'Result after validate lot', l_inv_result);
7344: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate lot', l_return_status);
7345: END IF;
7346: --
7347:

Line 7344: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate lot', l_return_status);

7340:
7341: --
7342: IF l_debug_on THEN
7343: WSH_DEBUG_SV.log(l_module_name, 'Result after validate lot', l_inv_result);
7344: WSH_DEBUG_SV.log(l_module_name, 'Return status after validate lot', l_return_status);
7345: END IF;
7346: --
7347:
7348: IF NOT l_inv_result THEN

Line 7353: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Lot Number');

7349: l_temp_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
7350: WSH_UTIL_CORE.Add_Message(l_temp_status, 'WSH_INVALID_LOT');
7351: --
7352: IF l_debug_on THEN
7353: WSH_DEBUG_SV.logmsg(l_module_name, 'Error: Invalid Lot Number');
7354: END IF;
7355: --
7356: END IF;
7357: END IF;

Line 7365: WSH_DEBUG_SV.logmsg(l_module_name, 'changed_flag => ' || p_details_interface_tab(i).changed_flag ||

7361: p_details_interface_tab(i).changed_flag := l_changed_flag;
7362:
7363: --
7364: IF l_debug_on THEN
7365: WSH_DEBUG_SV.logmsg(l_module_name, 'changed_flag => ' || p_details_interface_tab(i).changed_flag ||
7366: ', schedule_date_changed => ' || p_details_interface_tab(i).schedule_date_changed );
7367: END IF;
7368: --
7369:

Line 7384: WSH_DEBUG_SV.log(l_module_name, 'x_interface_error_tab.COUNT', x_interface_error_tab.COUNT);

7380: END LOOP; --}
7381:
7382: --
7383: IF l_debug_on THEN
7384: WSH_DEBUG_SV.log(l_module_name, 'x_interface_error_tab.COUNT', x_interface_error_tab.COUNT);
7385: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
7386: WSH_DEBUG_SV.pop(l_module_name);
7387: END IF;
7388: --

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

7381:
7382: --
7383: IF l_debug_on THEN
7384: WSH_DEBUG_SV.log(l_module_name, 'x_interface_error_tab.COUNT', x_interface_error_tab.COUNT);
7385: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
7386: WSH_DEBUG_SV.pop(l_module_name);
7387: END IF;
7388: --
7389: EXCEPTION

Line 7386: WSH_DEBUG_SV.pop(l_module_name);

7382: --
7383: IF l_debug_on THEN
7384: WSH_DEBUG_SV.log(l_module_name, 'x_interface_error_tab.COUNT', x_interface_error_tab.COUNT);
7385: WSH_DEBUG_SV.log(l_module_name, 'Return Status',x_return_status);
7386: WSH_DEBUG_SV.pop(l_module_name);
7387: END IF;
7388: --
7389: EXCEPTION
7390: WHEN OTHERS THEN

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

7395: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
7396: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Interface_Details');
7397: --
7398: IF l_debug_on THEN
7399: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
7400: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
7401: END IF;
7402: --
7403: END Validate_Interface_Details;

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

7396: WSH_UTIL_CORE.Default_Handler('WSH_SHIPMENT_REQUEST_PKG.Validate_Interface_Details');
7397: --
7398: IF l_debug_on THEN
7399: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
7400: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
7401: END IF;
7402: --
7403: END Validate_Interface_Details;
7404: