pears.NetCandidateProvTimesheetForAuthoriseCount

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

CREATE PROCEDURE "pears"."NetCandidateProvTimesheetForAuthoriseCount"( IN "pWebUserID" CHAR(20) ) 
RESULT( "pResult" INTEGER ) 
// IQXNet
BEGIN
  SELECT "count"() FROM "netprovtimesheets"("pWebUserID",1)
END
GO
 
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetCandidateProvTimesheetForAuthoriseCount" IS 
{CREATE PROCEDURE pears."NetCandidateProvTimesheetForAuthoriseCount"(pWebUserID CHAR(20))
RESULT(pResult INTEGER)
// IQXNet
BEGIN
    SELECT COUNT(*) FROM netprovtimesheets(pWebUserID,1)
END
}
  • database/procedures/pears_netcandidateprovtimesheetforauthorisecount.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1