• Please, try this one:

    exec sp_MSdependencies N'[dbo].[mysp_elab]', null, 1053183

    Third parameter is 1053183, that means only table named in the sp.

    Without parms, it returns all dipendencies: table used in the sp and their FK.