예제 #1
0
     $datos["fechaInicio"] = $parametros["p6"];
     $datos["fechaFin"] = $parametros["p7"];
     $datos["accion"] = $parametros["p8"];
     $datos["idSedeempresaArea"] = $parametros["p9"];
     $resultado = $o_ActionRrhh->mantenimientoEditarCordinador($datos);
     break;
 case 'nuevaSubArea':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->nuevaSubArea();
     break;
 case 'guardarSedeEmpresaAreaMasivamente':
     require_once "ActionMantenimientoGeneral.php";
     header("Content-type: text/xml");
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMantenimientoGeneral->guardarSedeEmpresaAreaMasivamente($parametros["p2"], $parametros["p3"]);
     break;
 case 'preeditaArea':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMantenimientoGeneral->preeditaArea($parametros["p2"]);
     break;
 case 'preeditaAreaXSedeEmpresa':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMantenimientoGeneral->preeditaAreaXSedeEmpresa($parametros["p2"], $parametros["p3"], $parametros["p4"]);
     break;
 case 'tablaSucursalesXidArea':
     require_once "ActionMantenimientoGeneral.php";
     header("Content-type: text/xml");
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();