pears.NotificationEmploymentID

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

Original SQL

CREATE FUNCTION "pears"."NotificationEmploymentID"( IN "pTemplateID" CHAR(50),IN "pRecipientType" CHAR(20),IN "pPersonID" CHAR(20),IN "pVacancyID" CHAR(20),IN "pCompanyID" CHAR(20),IN "pDivisionID" CHAR(20) ) 
RETURNS CHAR(20)
BEGIN
  -- Return an EmploymentID for the recipient. If no value returned will use default for Recipient Type
END