DBA Data[Home] [Help]

APPS.WMS_ZONES_PVT dependencies on APP_EXCEPTIONS

Line 2078: WHEN app_exceptions.record_lock_exception THEN

2074: p_count => x_msg_count,
2075: p_data => x_msg_data
2076: );
2077:
2078: WHEN app_exceptions.record_lock_exception THEN
2079: x_return_status := fnd_api.g_ret_sts_error;
2080:
2081: fnd_message.set_name('INV','OE_LOCK_ROW_ALREADY_LOCKED');
2082: fnd_msg_pub.add;