database:procedures:pears_netcandidatepersonwebheadline



pears.NetCandidatePersonWebHeadline

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

CREATE PROCEDURE "pears"."NetCandidatePersonWebHeadline"( IN "pWebUserID" CHAR(20) ) 
RESULT( "pHeadline" long VARCHAR ) 
// IQXWeb
BEGIN
  SELECT "IQXNetUserHeadline"("pWebUserID")
END /* DOC
2020-06-07 GJ IW-1192
2020-07-24 ET IW-1192 Changed to pass pWebuserID instead of personID to IQXNetUserHeadline as it is expecting an iqxnetuserID not a personID
*/
/* TEST
call NetTestSetup('');
select * from NetCandidatePersonWebHeadline('test.candidate');
expect row;
 
*/
GO
 
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetCandidatePersonWebHeadline" IS 
{CREATE PROCEDURE pears."NetCandidatePersonWebHeadline"(pWebUserID CHAR(20))
RESULT(pHeadline long VARCHAR )
// IQXWeb
BEGIN
	SELECT IQXNetUserHeadline(pWebUserID); 
END
 
/* DOC
2020-06-07 GJ IW-1192
2020-07-24 ET IW-1192 Changed to pass pWebuserID instead of personID to IQXNetUserHeadline as it is expecting an iqxnetuserID not a personID
*/
 
/* TEST
call NetTestSetup('');
select * from NetCandidatePersonWebHeadline('test.candidate');
expect row;
 
*/
}
  • database/procedures/pears_netcandidatepersonwebheadline.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1