Process Model need multiple of approval and update into the database

I designed an application to allow the user to submit a leave request and save it into the database.

After saving to the database, the 1st level approver needs to be notified and review the leave request and update the leave request status in the database.

If leave is approved, the 2nd level approver needs to be notified and review the leave request and update the database and send an email to the requester. 

The problem is the 1st level approved cant see the detail of the form leave request. 

After the user submit data and recorded into the database.

but when I click on the 1st level review, the data is not shown

  Discussion posts and replies are publicly visible

Parents Reply
  • after the requester submitted a request, the record is added to the database. 

    I need to get the request id and display the request detail into an interface to allow 1st level of approval to review the request detail and enter some of the comments and approve the request.

    although the Process Details properties is shown that my data is captured in the system, I didn't see it added to my database. 

Children