DBA Data[Home] [Help]

APPS.WMS_PARAMETER_EXT dependencies on FND_MSG_PUB

Line 124: fnd_msg_pub.ADD;

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.
128: if (l_debug = 1) then

Line 271: fnd_msg_pub.ADD;

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.
275: if (l_debug = 1) then