I'd like to review the database to determine which approval users are assigned to requests. What database table contains this information?
Service Catalog - All releases
This information is stored in the following table:
usm_request_pending_action
The request information is located in the "request_id" table, and the user assigned is in the "user_id" field.
Further information on the database table is located here: