DBA Data[Home] [Help]

APPS.WIP_UTILITIES dependencies on INV_LABEL

Line 185: wip_logger.log(p_msg => 'Calling INV_LABEL.print_label_wrap',

181: else
182: l_temp_id := inv_rec.transaction_interface_id;
183: end if;
184: if (l_logLevel <= wip_constants.trace_logging) then
185: wip_logger.log(p_msg => 'Calling INV_LABEL.print_label_wrap',
186: x_returnStatus => l_returnStatus);
187: wip_logger.log(p_msg => 'p_label_status:'||p_label_status,
188: x_returnStatus => l_returnStatus);
189: wip_logger.log(p_msg => 'p_ret_status:'||p_ret_status,

Line 199: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,

195: end if;
196:
197: -- the p_txn_identifier is defined in INVLA10B.pls
198: -- 1 is MMTT, 2 is MTI, 3 MTRL, 4 WFS
199: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,
200: x_msg_count => p_msg_count,
201: x_msg_data => p_msg_data,
202: x_label_status => p_label_status,
203: p_business_flow_code => p_business_flow_code,

Line 207: wip_logger.log(p_msg => 'After Calling INV_LABEL.print_label_wrap',

203: p_business_flow_code => p_business_flow_code,
204: p_transaction_id => l_temp_id,
205: p_transaction_identifier => 2); -- interface
206: if (l_logLevel <= wip_constants.trace_logging) then
207: wip_logger.log(p_msg => 'After Calling INV_LABEL.print_label_wrap',
208: x_returnStatus => l_returnStatus);
209: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
210: x_returnStatus => l_returnStatus);
211: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,

Line 209: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,

205: p_transaction_identifier => 2); -- interface
206: if (l_logLevel <= wip_constants.trace_logging) then
207: wip_logger.log(p_msg => 'After Calling INV_LABEL.print_label_wrap',
208: x_returnStatus => l_returnStatus);
209: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
210: x_returnStatus => l_returnStatus);
211: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
212: x_returnStatus => l_returnStatus);
213: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,

Line 211: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,

207: wip_logger.log(p_msg => 'After Calling INV_LABEL.print_label_wrap',
208: x_returnStatus => l_returnStatus);
209: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
210: x_returnStatus => l_returnStatus);
211: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
212: x_returnStatus => l_returnStatus);
213: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,
214: x_returnStatus => l_returnStatus);
215: end if;

Line 213: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,

209: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
210: x_returnStatus => l_returnStatus);
211: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
212: x_returnStatus => l_returnStatus);
213: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,
214: x_returnStatus => l_returnStatus);
215: end if;
216: end loop;
217: elsif (p_table_type = 2) then -- mmtt

Line 231: wip_logger.log(p_msg => 'Calling2 INV_LABEL.print_label_wrap',

227: else
228: l_temp_id := inv_rec.transaction_temp_id;
229: end if;
230: if (l_logLevel <= wip_constants.trace_logging) then
231: wip_logger.log(p_msg => 'Calling2 INV_LABEL.print_label_wrap',
232: x_returnStatus => l_returnStatus);
233: wip_logger.log(p_msg => 'p_label_status:'||p_label_status,
234: x_returnStatus => l_returnStatus);
235: wip_logger.log(p_msg => 'p_ret_status:'||p_ret_status,

Line 242: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,

238: x_returnStatus => l_returnStatus);
239: wip_logger.log(p_msg => 'p_business_flow_code:'||p_business_flow_code,
240: x_returnStatus => l_returnStatus);
241: end if;
242: INV_LABEL.print_label_wrap(x_return_status => p_ret_status,
243: x_msg_count => p_msg_count,
244: x_msg_data => p_msg_data,
245: x_label_status => p_label_status,
246: p_business_flow_code => p_business_flow_code,

Line 250: wip_logger.log(p_msg => 'After Calling2 INV_LABEL.print_label_wrap',

246: p_business_flow_code => p_business_flow_code,
247: p_transaction_id => l_temp_id,
248: p_transaction_identifier => 1); -- MMTT
249: if (l_logLevel <= wip_constants.trace_logging) then
250: wip_logger.log(p_msg => 'After Calling2 INV_LABEL.print_label_wrap',
251: x_returnStatus => l_returnStatus);
252: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
253: x_returnStatus => l_returnStatus);
254: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,

Line 252: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,

248: p_transaction_identifier => 1); -- MMTT
249: if (l_logLevel <= wip_constants.trace_logging) then
250: wip_logger.log(p_msg => 'After Calling2 INV_LABEL.print_label_wrap',
251: x_returnStatus => l_returnStatus);
252: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
253: x_returnStatus => l_returnStatus);
254: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
255: x_returnStatus => l_returnStatus);
256: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,

Line 254: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,

250: wip_logger.log(p_msg => 'After Calling2 INV_LABEL.print_label_wrap',
251: x_returnStatus => l_returnStatus);
252: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
253: x_returnStatus => l_returnStatus);
254: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
255: x_returnStatus => l_returnStatus);
256: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,
257: x_returnStatus => l_returnStatus);
258: end if;

Line 256: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,

252: wip_logger.log(p_msg => 'After Calling INV_LABEL p_label_status:'||p_label_status,
253: x_returnStatus => l_returnStatus);
254: wip_logger.log(p_msg => 'After Calling INV_LABEL p_ret_status:'||p_ret_status,
255: x_returnStatus => l_returnStatus);
256: wip_logger.log(p_msg => 'After Calling INV_LABEL p_msg_data:'||p_msg_data,
257: x_returnStatus => l_returnStatus);
258: end if;
259: end loop;
260: end if;

Line 339: inv_label.print_label_manual_wrap(p_business_flow_code => p_business_flow_code,

335: raise fnd_api.g_exc_unexpected_error;
336: end if;
337: end if;
338:
339: inv_label.print_label_manual_wrap(p_business_flow_code => p_business_flow_code,
340: p_label_type => p_label_type_id,
341: p_organization_id => p_organization_id,
342: p_inventory_item_id => p_inventory_item_id,
343: p_revision => p_revision,

Line 869: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

865: into l_org_id, l_item_id
866: from wip_discrete_jobs
867: where wip_entity_id = p_wip_entity_id;
868:
869: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
870: P_BUSINESS_FLOW_CODE => NULL,
871: P_LABEL_TYPE => 9,
872: P_ORGANIZATION_ID => l_org_id,
873: P_INVENTORY_ITEM_ID => NULL,

Line 891: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results',

887: X_MSG_COUNT => x_msg_count,
888: X_MSG_DATA => l_msg_data,
889: X_LABEL_STATUS => l_label_status);
890: if (l_logLevel <= wip_constants.trace_logging) then
891: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results',
892: x_returnStatus => l_returnStatus); --discard logging return status
893: wip_logger.log(p_msg => x_status,
894: x_returnStatus => l_returnStatus); --discard logging return status
895: wip_logger.log(p_msg => l_msg_data,

Line 904: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

900: FOR serial_num in job_serials(l_org_id,p_wip_entity_id,l_item_id) LOOP
901:
902: -- Start : Changes to fix bug #6860138 --
903: /***********
904: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
905: P_BUSINESS_FLOW_CODE => NULL,
906: P_LABEL_TYPE => 2,
907: P_ORGANIZATION_ID => l_org_id,
908: P_INVENTORY_ITEM_ID => l_item_id,

Line 937: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results for serial '||serial_num.serial_number,

933: );
934: -- End : Changes to fix bug #6860138 --
935:
936: if (l_logLevel <= wip_constants.trace_logging) then
937: wip_logger.log(p_msg => 'INV_LABEL.PRINT_LABEL_MANUAL_WRAP results for serial '||serial_num.serial_number,
938: x_returnStatus => l_returnStatus); --discard logging return status
939: wip_logger.log(p_msg => x_status,
940: x_returnStatus => l_returnStatus); --discard logging return status
941: wip_logger.log(p_msg => l_msg_data,

Line 1058: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (

1054: AND msi.organization_id = wdj.organization_id
1055: AND msi.inventory_item_id = wdj.primary_item_id;
1056: -- End : Changes to fix bug #6860138 --
1057:
1058: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
1059: P_BUSINESS_FLOW_CODE => NULL,
1060: P_LABEL_TYPE => 2,
1061: P_ORGANIZATION_ID => p_org_id,
1062: P_INVENTORY_ITEM_ID => l_item_id,

Line 1122: INV_LABEL.PRINT_LABEL_WRAP (

1118: raise fnd_api.g_exc_unexpected_error;
1119: end if;
1120: end if;
1121:
1122: INV_LABEL.PRINT_LABEL_WRAP (
1123: X_RETURN_STATUS => x_status,
1124: X_MSG_COUNT => x_msg_count,
1125: X_MSG_DATA => x_msg,
1126: X_LABEL_STATUS => l_label_status,