case 'mantTurnoSucursalArea': require_once "ActionRrhh.php"; $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->mantTurnoSucursalArea(); break; case 'arbolEmpresaSucursal': require_once "ActionRrhh.php"; header("Content-type: text/xml"); $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->arbolEmpresaSucursal(); break; case 'listAreaSucursal': require_once "ActionRrhh.php"; header("Content-type: text/xml"); $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->listAreaSucursal($parametros["p2"]); break; case 'listSubAreaXAreaXSede': require_once "ActionRrhh.php"; header("Content-type: text/xml"); $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->listSubAreaXAreaXSede($parametros["p2"], $parametros["p3"]); break; case 'selectSedeEmpresaArea': require_once "ActionRrhh.php"; $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->selectSedeEmpresaArea(); break; case 'listaSedeAreaCentroCosto': require_once "ActionRrhh.php"; header("Content-type: text/xml");