DBA Data[Home] [Help]

APPS.WMS_ZONES_PVT dependencies on APP_EXCEPTIONS

Line 2051: WHEN app_exceptions.record_lock_exception THEN

2047: p_count => x_msg_count,
2048: p_data => x_msg_data
2049: );
2050:
2051: WHEN app_exceptions.record_lock_exception THEN
2052: x_return_status := fnd_api.g_ret_sts_error;
2053:
2054: fnd_message.set_name('INV','OE_LOCK_ROW_ALREADY_LOCKED');
2055: fnd_msg_pub.add;