====== pears.NetProvTimesheetExpenseLineReceiptUpload ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."NetProvTimesheetExpenseLineReceiptUpload"( in "pWebUserID" char(20),in "pTempProvTimesheetLineID" char(20),in "pDocumentName" char(100) ) result( "pResult" char(255) ) begin // IQXWeb end /* DOC 2016-11-11 PC Allow a receipt document to be uploaded and attached to a timesheet IW-95 Inputs: Outputs: Tests: */ /* TEST */ go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetProvTimesheetExpenseLineReceiptUpload" IS {create PROCEDURE pears."NetProvTimesheetExpenseLineReceiptUpload"(in pWebUserID char(20),pTempProvTimesheetLineID char(20),pDocumentName char(100) ) RESULT(pResult char(255)) BEGIN // IQXWeb END /* DOC 2016-11-11 PC Allow a receipt document to be uploaded and attached to a timesheet IW-95 Inputs: Outputs: Tests: */ /* TEST */ }