Ejemplo n.º 1
0
 public DataSet UpdateWorkflowStatus(string pageMode, string royaltorID, string stmtPeriodId, string ownerCode, string status, string compCode, string rep_schedule, string owner, string royaltor, string responsibility,
                                     string priority, string status_search, string recoupedThreshold, string unrecoupedThreshold, string loggedUser,
                                     out Int32 iErrorId)
 {
     return(WorkFlowDAL.UpdateWorkflowStatus(pageMode, royaltorID, stmtPeriodId, ownerCode, status, compCode, rep_schedule, owner, royaltor, responsibility, priority,
                                             status_search, recoupedThreshold, unrecoupedThreshold, loggedUser, out iErrorId));
 }
Ejemplo n.º 2
0
 public DataSet UpdateWorkflowStatus(string pageMode, string status, Array stmtRowsToUpdate, string compCode, string repSchedule, string owner,
                                     string royaltor, string teamResponsibility, string mngrResponsibility, string priority, string producer, string statusSearch,
                                     string earnings, string earningsCompare, string closingBalance, string closingBalanceCompare, string loggedUser, out Int32 iErrorId)
 {
     return(WorkFlowDAL.UpdateWorkflowStatus(pageMode, status, stmtRowsToUpdate, compCode, repSchedule, owner, royaltor, teamResponsibility, mngrResponsibility, priority,
                                             producer, statusSearch, earnings, earningsCompare, closingBalance, closingBalanceCompare, loggedUser, out iErrorId));
 }