(pdo-mysql): INSERT INTO sc_log (inserted_date, username, application, creator, ip_user, action, description) VALUES ('2026-08-26 06:21:56', '', 'form_sohd_mthschemelimit', 'Scriptcase', '192.168.0.21', 'access', '')  

(pdo-mysql): SELECT count(*) AS countTest from mthschemelimit  

(pdo-mysql): SELECT MthSchemeLimitId, MonthId, SlDivCd, MgCd, SanctionAmt, AdditionAmt, UtilizedAmt, CrtBy, CrtDtTm, UpdBy, UpdDtTm from mthschemelimit order by MthSchemeLimitId LIMIT 0,1  
New record of mthschemelimit 08/26/2026
  Add   Back
Month Id
(pdo-mysql): SELECT YearMonth FROM finyrmonth WHERE YearMonth >= DATE_FORMAT(CURDATE(), '%Y/%m') AND YearMonth <= DATE_FORMAT(DATE_ADD(CURDATE(), INTERVAL 2 MONTH), '%Y/%m') ORDER BY YearMonth  
Sales Div.
(pdo-mysql): SELECT SlDivCd, SlDivName FROM sldivmst ORDER BY SlDivName