====== pears.NETITSPayslipsDeductions ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."NETITSPayslipsDeductions"( in "pWebUserID" char(20),in "importID" char(20) ) --RESULT() // IQXWeb // ITSPaySlip Proc begin select * from "ITSPayslipDeductions" where "ITSPayslipImportID" = "importID" end go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NETITSPayslipsDeductions" IS {create PROCEDURE pears."NETITSPayslipsDeductions"( in "pWebUserID" char(20), in "importID" char(20) ) --RESULT() // IQXWeb // ITSPaySlip Proc BEGIN SELECT * FROM ITSPayslipDeductions WHERE ITSPayslipImportID=importID END }