====== pears.pay_checkemployment ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create procedure "pears"."pay_checkemployment"(
/* Application Maintained Function / Procedure - DO NOT EDIT*/
in "pid" char(20),in "pstartdate" date )
begin
call "pay_usercheckemployment"("pid","pstartdate")
end
go
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."pay_checkemployment" IS
{create procedure pay_checkemployment
/* Application Maintained Function / Procedure - DO NOT EDIT*/
(
in pid char(20),in pstartdate date )
begin
Call pay_usercheckemployment(pid,pstartdate);
end
}