f_task_writelog.srf 418 B

1234567891011121314
  1. $PBExportHeader$f_task_writelog.srf
  2. global type f_task_WriteLog from function_object
  3. end type
  4. forward prototypes
  5. global subroutine f_task_writelog (long arg_scid, long arg_taskid, string arg_log)
  6. end prototypes
  7. global subroutine f_task_writelog (long arg_scid, long arg_taskid, string arg_log);UPDATE u_SaleTask SET reallocmsg = :arg_log
  8. Where scid = :arg_scid And taskid = :arg_taskid;
  9. COMMIT;
  10. end subroutine