DBA Data[Home] [Help]

APPS.WMS_PARAMETER_EXT dependencies on FND_MESSAGE

Line 123: fnd_message.set_name('WMS', 'WMS_INVALID_TASK_ID');

119: fetch get_mo_line_info
120: into l_reference, l_reference_id, l_move_order_line_id, l_transaction_source_type_id;
121:
122: if get_mo_line_info%NOTFOUND then
123: fnd_message.set_name('WMS', 'WMS_INVALID_TASK_ID');
124: fnd_msg_pub.ADD;
125: raise fnd_api.g_exc_error;
126: else
127: -- ### Print values derived from the cursor into the log file.

Line 270: fnd_message.set_name('WMS', 'WMS_INVALID_TASK_ID');

266: fetch get_mo_line_info
267: into l_reference, l_reference_id, l_move_order_line_id, l_transaction_source_type_id;
268:
269: if get_mo_line_info%NOTFOUND then
270: fnd_message.set_name('WMS', 'WMS_INVALID_TASK_ID');
271: fnd_msg_pub.ADD;
272: raise fnd_api.g_exc_error;
273: else
274: -- ### Print values derived from the cursor into the log file.