DBA Data[Home] [Help]

APPS.XDP_ERRORS_PKG dependencies on XDP_ERROR_LOG_V

Line 277: from XDP_ERROR_LOG_V

273: BEGIN
274: begin
275: select message, error_type, MAX(error_timestamp)
276: into p_message, p_error_type, p_message_timestamp
277: from XDP_ERROR_LOG_V
278: where object_type = p_object_type and object_key = p_object_key;
279: exception
280: WHEN NO_DATA_FOUND then
281: null;