Invalid Parameter on Stored Procedure

I am getting an error   "???errors.invalidParameters???" when attempting to execute a SQL Function.

Here is my sQL select statement for my function:

SELECT * FROM [dbo].[p3_labor] (
   <@inv_mast_uid, int,>)
GO

a!executeStoredProcedureForQuery(
  dataSource: cons!POO_P21_Connection,
  procedureName: "p3_labor",
  inputs: a!storedProcedureInput(
    name: "inv_mast_uid",
    value: 114530
    )
)

  Discussion posts and replies are publicly visible