Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
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 */ }