DBA Data[Home] [Help]

APPS.WMS_OP_INBOUND_PVT dependencies on FND_MESSAGE

Line 170: fnd_message.set_name('WMS', 'WMS_LOT_SER_VALIDATION_FAIL');

166:
167: -- Start of Bug 12861439 change
168: -- The message 'Error: Validation of Lot/Serial failed' will be
169: -- shown on Oracle mobile when this case occurs
170: fnd_message.set_name('WMS', 'WMS_LOT_SER_VALIDATION_FAIL');
171: fnd_msg_pub.ADD;
172: -- End of Bug 12861439 change
173:
174: /* Throwing exception for this condition as of now as Invalid document record*/

Line 1385: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');

1381: IF (l_debug = 1) THEN
1382: print_debug('Error callinf WF wrapper',l_module_name,4);
1383: END IF;
1384:
1385: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');
1386: fnd_msg_pub.ADD;
1387: RAISE fnd_api.g_exc_unexpected_error;
1388: ELSIF x_return_status = fnd_api.g_ret_sts_error THEN
1389: IF (l_debug = 1) THEN

Line 1393: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');

1389: IF (l_debug = 1) THEN
1390: print_debug('Error calling WF wrapper',l_module_name,4);
1391: END IF;
1392:
1393: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');
1394: fnd_msg_pub.ADD;
1395: RAISE fnd_api.g_exc_error;
1396: END IF;
1397: END IF; -- END IF (l_wf > 0)

Line 2882: fnd_message.set_name('WMS','WMS_UNLD_TASK_INFO_ERR');

2878: ELSE
2879: IF l_debug = 1 THEN
2880: print_debug('Sub/Loc cannot be null for loaded LPN:'||l_subinventory_code||':'||l_locator_id,l_module_name,4);
2881: END IF;
2882: fnd_message.set_name('WMS','WMS_UNLD_TASK_INFO_ERR');
2883: fnd_msg_pub.ADD;
2884: RAISE fnd_api.g_exc_error;
2885: END IF;
2886: ELSE