pears.NetClientContractVacancyDetails
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE PROCEDURE "pears"."NetClientContractVacancyDetails"( IN "pWebUserID" CHAR(20),IN "pvacancyid" CHAR(20) ) RESULT( "Title" CHAR(100),"Description" long VARCHAR ) BEGIN SELECT "position","othernotes" FROM "vacancy" WHERE "vacancyid" = "pvacancyid" END GO COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetClientContractVacancyDetails" IS {CREATE PROCEDURE pears."NetClientContractVacancyDetails"( IN "pWebUserID" CHAR(20),IN "pvacancyid" CHAR(20) ) RESULT( "Title" CHAR(100),"Description" long VARCHAR ) BEGIN SELECT "position","othernotes" FROM "vacancy" WHERE "vacancyid" = "pvacancyid" END }