stored procedure call from subroutine

Hello
I am new to Composer and I have a problem with stored procedure call from subroutine.
I’ve got two projects: Main and Common. Main project references to Common project. Stored procedure call is defined in subworkflow of Common project, connection profile also is defined in Common project. When I am trying to call to the stored procedure from the workflow of Main project, I receive error msg:
“Unknown error occurred: Query CallProxy251.sql not found”, but the file exists in db folder of Common project. How can I fixed this issue?

Thanks,
Irina